-
Notifications
You must be signed in to change notification settings - Fork 3
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
Notifications page #37
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## revamp #37 +/- ##
=========================================
- Coverage 8.73% 8.01% -0.73%
=========================================
Files 27 28 +1
Lines 1648 1846 +198
Branches 44 45 +1
=========================================
+ Hits 144 148 +4
- Misses 1504 1698 +194
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
* initial files * chore: change text style * initial version for onboard flow * chore: add validation to file field * chore: setup react router * chore: initial service integration * chore: remove pwa checker from EnvironmentAction function * chore: update design primitives * chore: configure font family with css * chore: configure fonts.css * chore: create login screen * chore: fix aspect ratio * chore: change illustration position * chore: unlock with PIN * chore: fix icons; fix alignment * fix deployment * chore: fix deployment * chore: add rewrite rule for vercel deployments * chore: create initial translations * chore: add more translations * chore: remove old homepage; change root route to Login page * chore: add i18n functionalities * chore: add test setup * chore: add test setup * chore: create identity recovery pages * chore: add paste actions * chore: add links and fix layout dimensions * chore: add sample test cases for Unlock screen * chore: import proper typedefs for mocked function * chore: clanup * chore: remove data-testid property from components * chore: create home page component (#21) * chore: make CI pipeline run after pushing commits to an open PR (#25) * chore: create notifications page (#37) * Identity creation flow (#23) * chore: create identity start page * chore: add more onboarding components * chore: fix vercel deployment * chore: update select component layout * chore: fix component typedefs * chore: fix upload component behavior * wip * chore: add navigation between screens * Bills list overview (#38) * chore: create notifications page * bills list components * Issue bill flow (#49) * start bill creation flow * create bill and preview bill pages * View bill page (#48) * chore: create bill visualization page * chore: add header action buttons * fix route path * ignore generated incremental build files --------- Co-authored-by: MT <[email protected]>
* initial files * chore: change text style * initial version for onboard flow * chore: add validation to file field * chore: setup react router * chore: initial service integration * chore: remove pwa checker from EnvironmentAction function * chore: update design primitives * chore: configure font family with css * chore: configure fonts.css * chore: create login screen * chore: fix aspect ratio * chore: change illustration position * chore: unlock with PIN * chore: fix icons; fix alignment * fix deployment * chore: fix deployment * chore: add rewrite rule for vercel deployments * chore: create initial translations * chore: add more translations * chore: remove old homepage; change root route to Login page * chore: add i18n functionalities * chore: add test setup * chore: add test setup * chore: create identity recovery pages * chore: add paste actions * chore: add links and fix layout dimensions * chore: add sample test cases for Unlock screen * chore: import proper typedefs for mocked function * chore: clanup * chore: remove data-testid property from components * chore: create home page component (#21) * chore: make CI pipeline run after pushing commits to an open PR (#25) * chore: create notifications page (#37) * Identity creation flow (#23) * chore: create identity start page * chore: add more onboarding components * chore: fix vercel deployment * chore: update select component layout * chore: fix component typedefs * chore: fix upload component behavior * wip * chore: add navigation between screens * Bills list overview (#38) * chore: create notifications page * bills list components * Issue bill flow (#49) * start bill creation flow * create bill and preview bill pages * View bill page (#48) * chore: create bill visualization page * chore: add header action buttons * fix route path * ignore generated incremental build files * chore: removed unused code * create mint and sell bill pages (#52) --------- Co-authored-by: MT <[email protected]>
Addresses: