-
-
Notifications
You must be signed in to change notification settings - Fork 528
[QF-3593] Update the burger menu #2556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
afifvdin
wants to merge
26
commits into
testing
Choose a base branch
from
QF-3593
base: testing
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,603
−425
Open
Changes from 2 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
ce6ffbc
Update navbar and navigation drawer with new icons, language selectio…
afifvdin e74a268
Refactor ProfileAvatarButton to correctly dispatch navigation drawer …
afifvdin f98fb93
Refactor Navbar and AppContent components. Update SCSS for backdrop a…
afifvdin e61d20c
Refactor AppContent and Navbar components. Update LanguageContainer f…
afifvdin 79b7964
Enhance accessibility in AppContent and LanguageContainer components.…
afifvdin a03bdce
Replace relative unit with absolute unit, fundraising title, extract …
afifvdin 22274db
Restore onSuffixClicked in Collapsible
afifvdin 150e600
Add shouldSuffixTrigger prop in Collapsible
afifvdin 095846c
fix
afifvdin 3b7336b
Remove quternary from IconColor, rollback link, unused tags, and refa…
afifvdin 332be7d
Remove unnecessary breakpoints and refactor menu
afifvdin d760a9e
[QF-3593] fix collapsible and language container module
afifvdin b2c4a9d
[QF-3593] invert condition in more menu collapsible
afifvdin 25f00a6
Merge branch 'testing' into QF-3593
afifvdin 6c3cef5
[QF-3593] remove unused
afifvdin b8c8364
[QF-3593] refactor
afifvdin 22e4d05
[QF-3593] add missing aria current
afifvdin 67e2587
[QF-3593] remove unused, refactor and maintain logic consistency
afifvdin 248e666
[QF-3593] add focus management issue and accessibility in collapsible
afifvdin a552946
[QF-3593] add guard at shouldShowOpen in collapsible
afifvdin 9f73625
[QF-3593] fixing test
afifvdin c933262
[QF-3593] fix collapsible and test
afifvdin 87c7de4
[QF-3593] fix language container dispatcher, donor page load test and…
afifvdin e94d121
Merge branch 'testing' into QF-3593
afifvdin 418282d
[QF-3593] refactor
afifvdin 8d5e8e6
[QF-3593] refactor button component for ref
afifvdin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| .contentContainer { | ||
| position: relative; | ||
| transition: var(--transition-fast); | ||
|
|
||
| &::before { | ||
| content: ''; | ||
| position: fixed; | ||
| top: 0; | ||
| left: 0; | ||
| width: 100%; | ||
| height: 100%; | ||
| background-color: var(--color-text-black); | ||
| opacity: 0; | ||
| pointer-events: none; | ||
| transition: var(--transition-fast); | ||
| z-index: var(--z-index-smaller-modal); | ||
| } | ||
|
|
||
| &.dimmed { | ||
| &::before { | ||
| opacity: var(--opacity-50); | ||
| pointer-events: auto; | ||
| } | ||
| } | ||
| } | ||
afifvdin marked this conversation as resolved.
Show resolved
Hide resolved
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.