-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: remove view transition from note expanding * refactor: remove view transition from note expanding * refactor: change all try catch to use abstraction * refactor: change to use specific endpoint to clear all trash * feat: add settings pages * chore: update dependencies * feat: implement settings page * feat: implement user context menu * refactor: place nav drawer closer to notes ui * feat: implement account page layout * feat: implement user data form * feat: implement change password form * fix: input error state * feat: add second language * chore: fix github actions * chore: fix github actions * fix: typescript errors * chore: increase eslint warning limit * refactor: rename segmented button component * feat: implement segmented button animation * refactor: change note pad color * fix: dark mode selected note color * fix: nav items colors * fix: to dismiss old toast on new one * fix: end of list message * fix: empty list message alignment * fix: eslint error * feat: chnage app title & add favicon * refactor: rename folder * feat: add tooltips * fix: bug fixes * feat: implement expanded note bookmark * refactor: remove unused code * feat: implement transition for dark mode * feat: add search query to query string * feat: add options to expanded note * refactor: remove unnecessary menu item * refactor: get rid of outlet context * feat: implement user avatar frame * refactor: adjust user avatar * refactor: adjust notes animation * feat: implement image upload * feat: implement image upload * refactor: increase drag n drop area * feat: add drag and drop helper * fix: state without icon * fix: arrow to not be draggable * fix: to remove empty query string * refactor: remove unnecessary props * fix: unnecessary api call * fix: trash icon color * fix: search label menu input to work properly * feat: implement labels note visual search * feat: implement labels menu text highlighting * feat: implement to clear search input * chore: update dependencies * refactor: change dark theme colors * feat: implement to be able to edit labels * fix: settings back button height * fix: dialogs behavior * fix: minor issues * fix: search z-index issue * feat: implement search * feat: implement add label button * fix: note list fetching * feat: add undo snackbar for data deletion * fix: import cycle error * feat: add rename label snackbar * feat: improve search with keyboard * fix: spelling --------- Co-authored-by: Bohdan Shcherbyna <bshcherbyna@investorlift.com>
- Loading branch information
Showing
86 changed files
with
3,185 additions
and
1,167 deletions.
There are no files selected for viewing
This file contains 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 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 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,4 +1,4 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname -- "$0")/_/husky.sh" | ||
|
||
cd client && pnpm precommit | ||
pnpm precommit |
This file contains 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 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.