-
Notifications
You must be signed in to change notification settings - Fork 19
Drawer update #252
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
Merged
Merged
Drawer update #252
Changes from 56 commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
ca578b9
dashboard notices fix
erikyo 898cdda
fixes drawer shadow position - #182
erikyo 44adecc
overlays with the bell icon the drawer when is active - ref #191
erikyo fa8e67b
fix wrong date for new notifications
erikyo d92fba9
drawer wip
erikyo baf93d9
Merge remote-tracking branch 'erik/develop' into ui/drawer
erikyo b443e62
wip - drawer as a React component
erikyo 8eee44d
Registers the drawer differently from the "notification areas"
erikyo 98b3874
add Notification type // johnhooks
johnhooks 2fd86f1
Merge remote-tracking branch 'erik/develop' into ui/drawer
erikyo ae439f4
Merge remote-tracking branch 'erik/develop' into ui/drawer
erikyo c582434
feature: type store
johnhooks bfa8154
fix: stash issues
johnhooks 8c20c4d
feature: type redux store (#9)
johnhooks 1af942e
Merge remote-tracking branch 'john/ui/drawer-suggestions' into ui/drawer
erikyo 098d520
feature: type components
johnhooks 9069727
fix: revert changes
johnhooks 1164a27
fix: pass NoticeAction the correct props
johnhooks bd58026
notification Hub Component
erikyo 4c796bb
js utils functions updated
erikyo 30fec31
Notice component updated
erikyo e352ffc
updated style to match the new components
erikyo 245033a
init updated
erikyo 54a65ca
Merge remote-tracking branch 'john/ui/drawer-suggestions' into ui/drawer
erikyo 7d9321d
solving merge conflicts // duplicated code
erikyo 864a7b1
fix: remove second dashboard message
johnhooks b9b94a7
enables again focus/blur to show the drawer with keyboard
erikyo d9e2fd3
dashboard notices style cleanup
erikyo f83bc18
chore: improve tsconfig.json
johnhooks dafa99f
fix: types/global.d.ts
johnhooks 794c3cd
consolidate Notices components
erikyo 8078908
changes the sorting function and getNotices return types
erikyo 7630241
changes the "generic" function getSorted into something more specific…
erikyo 91853aa
reactor: update notice dates and ids
johnhooks b8b0959
refactor: fake notices id ordering
johnhooks 6b3568a
adds stylelint
erikyo 3d177f3
style optimization + lint
erikyo ecba2f6
Merge remote-tracking branch 'erik/ui/drawer' into ui/drawer
erikyo 12df683
demo metabox: adds some defaults values (fix empty user new notices)
erikyo d32df7d
fix the function that splits notices by date
erikyo df0838c
updated drawer
erikyo 518d4f6
fix: spread of fake notice dates
johnhooks 2f25f2b
refactor: remove acceptLink external url
johnhooks a2b80cd
avoids to hide the bell icon (and the drawer) on mobile
erikyo ad7a77d
drawer responsive style
erikyo bcff3ef
fixes (click outside to close and splitByDate types)
erikyo c92b3f6
Drawer style
erikyo 3c7c77d
add resize handle to drawer
erikyo bb3b7a9
chore: remove unnecessary file
johnhooks eae8b0f
fix: style and script registered path
johnhooks 859e1e6
better way to handle undisplayed notification
erikyo 0fc5451
Merge remote-tracking branch 'erik/ui/drawer' into ui/drawer
erikyo f1bf2aa
fix: notice dismiss
johnhooks 9a62825
fix: use scss right
johnhooks 0a0459e
updated imports
erikyo 54c7b2b
Update src/scripts/components/Notice.js
erikyo 7e10435
feature(utils): add nowInSeconds
johnhooks 2a95093
Merge branch 'develop' into ui/drawer
erikyo 74f08f1
solves merge issues
erikyo 605a00e
updates "notify" to "notifications"
erikyo 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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| { | ||
| "**/*.(json|yml|yaml)": "prettier --write", | ||
| "**/*.(css|scss|sass)": "stylelint --fix", | ||
| "**/*.(js|jsx|cjs|mjs|ts|tsx)": "eslint --ext .js,.jsx,.cjs,.mjs,.ts,.tsx --fix", | ||
| "**/*.php": "php vendor/bin/phpcbf --standard=phpcs.xml.dist -s --report=summary" | ||
| } |
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,3 @@ | ||
| { | ||
| "extends": [ "@wordpress/stylelint-config/scss" ] | ||
| } |
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 was deleted.
Oops, something went wrong.
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.