aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/app/dashboard/add-link.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ui(mobile): Replace bottom sheet with native screens (#690)Mohamed Bassem2024-11-231-64/+0
| | | | | | | | | | | | | | | * Remove bottom sheet from bookmark info page * Remove bottom sheet from manage lists page * Remove bottom sheet from new list page * Remove bottom sheet from new bookmark page * Drop bottom-sheets * Improve the look of the modals * Make the search page fade from bottom
* refactor: added the bookmark type to the database (#256)kamtschatka2024-07-011-1/+3
| | | | | | | | | | | | | | | | | * 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>
* feature: Dedup links on creation. Fixes #49MohamedBassem2024-05-061-1/+8
|
* 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/+57