aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/app/dashboard/add-note.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ui(mobile): Change the add/edit note editor dialogs to be bottom sheetsMohamedBassem2024-08-261-114/+0
|
* feature(mobile): Allow editing notes from the mobile appMohamedBassem2024-08-251-13/+69
|
* fix(mobile): Change the next note text input to have multiple lines by defaultMohamedBassem2024-08-241-0/+2
|
* refactor: added the bookmark type to the database (#256)kamtschatka2024-07-011-1/+6
| | | | | | | | | | | | | | | | | * refactoring asset types Extracted out functions to silently delete assets and to update them after crawling Generalized the mapping of assets to bookmark fields to make extending them easier * Added the bookmark type to the database Introduced an enum to have better type safety cleaned up the code and based some code on the type directly * add BookmarkType.UNKNWON * lint and remove unused function --------- Co-authored-by: MohamedBassem <me@mbassem.com>
* mobile: Add dark mode supportMohamedBassem2024-04-171-1/+0
|
* lint: Lint and format the entire repo with the new configsMohamedBassem2024-03-141-6/+5
|
* structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem2024-03-141-0/+53