aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/app/dashboard/add-note.tsx (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-08-26ui(mobile): Change the add/edit note editor dialogs to be bottom sheetsMohamedBassem1-114/+0
2024-08-25feature(mobile): Allow editing notes from the mobile appMohamedBassem1-12/+68
2024-08-24fix(mobile): Change the next note text input to have multiple lines by defaultMohamedBassem1-0/+2
2024-07-01refactor: added the bookmark type to the database (#256)kamtschatka1-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>
2024-04-17mobile: Add dark mode supportMohamedBassem1-1/+0
2024-03-14lint: Lint and format the entire repo with the new configsMohamedBassem1-6/+5
2024-03-14structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem1-0/+0
2024-03-13mobile: Add support for manually adding bookmarksMohamedBassem1-0/+53