| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-04-13 | fix: Dont download html content by default in the bookmark grid. Fixes #1198 | Mohamed Bassem | 1 | -2/+4 | |
| 2025-04-12 | chore: Rename hoarder packages to karakeep | MohamedBassem | 1 | -1/+1 | |
| 2025-01-12 | feat: Add Bookmark Sorting Feature (#812) | Daksh Pareek | 1 | -1/+1 | |
| * feat: add bookmark sorting by creation date - Add sort order toggle in GlobalActions component - Implement ascending/descending sort functionality - Update translations for sorting feature in all languages - Add sort order icons and dropdown menu - Maintain sort preference in URL params * feat: add bookmark sorting by creation date - Add sort order toggle in GlobalActions component - Implement ascending/descending sort functionality - Update translations for sorting feature in all languages - Add sort order icons and dropdown menu - Maintain sort preference in URL params during session Note: Sort order resets to default on page refresh, server-side persistence can be implemented in future enhancement * feat: Add global sort by date feature with shared sort order state - Implement global sort order functionality using a shared Zustand store (`useSortOrder` hook). - Update `getBookmarks` and `searchBookmarks` endpoints to accept a `sortOrder` parameter. - Refactor code to import `ZSortOrder` from shared types (`bookmarks.ts`), ensuring consistency across the codebase. - Update components (`UpdatableBookmarksGrid`, `bookmark-search`) to use the shared `useSortOrder` hook. - Remove unused `zSortBy` definition from `packages/shared/types/bookmarks.ts` to avoid confusion. - Ensure consistent naming conventions by prefixing Zod inferred types with `Z`. - Clean up code and address previous PR feedback comments. * tiny fixes and fixing TS errors --------- Co-authored-by: Mohamed Bassem <me@mbassem.com> | |||||
| 2024-06-23 | ui(web): move layout selector to main screen (#252) | Md Saban | 1 | -1/+1 | |
| 2024-04-18 | refactor: Move the shared types to the shared package | MohamedBassem | 1 | -1/+1 | |
| 2024-03-30 | fix(web): Consistent spacing in the content container in all pages. Fixes #40 | MohamedBassem | 1 | -1/+1 | |
| 2024-03-23 | feature(web): Add dark mode support | MohamedBassem | 1 | -1/+2 | |
| 2024-03-20 | fix(web): Greatly improve the search feeling by removing the flicker | MohamedBassem | 1 | -13/+8 | |
| 2024-03-17 | feature: Implemente pagination support | MohamedBassem | 1 | -1/+1 | |
| 2024-03-16 | ui(web): Add an editor card inline in the bookmark grid and remove the top ↵ | MohamedBassem | 1 | -2/+11 | |
| nav buttons | |||||
| 2024-03-14 | lint: Lint and format the entire repo with the new configs | MohamedBassem | 1 | -2/+4 | |
| 2024-03-14 | structure: Create apps dir and copy tooling dir from t3-turbo repo | MohamedBassem | 1 | -0/+0 | |
| 2024-03-10 | refactor: Move all components to the top level directory | MohamedBassem | 1 | -0/+0 | |
| 2024-03-05 | refactor: Extract trpc logic into its package | MohamedBassem | 1 | -1/+1 | |
| 2024-03-02 | ui: Move favourites and archive to act as a predefined list | MohamedBassem | 1 | -7/+7 | |
| 2024-02-22 | fix: Minor UI tweaks and fixing addition of first bookmark | MohamedBassem | 1 | -6/+1 | |
| 2024-02-20 | ui: hydrate the react query cache in the client side components | MohamedBassem | 1 | -3/+5 | |
| 2024-02-17 | feature: Inital attempt at showing a skeleton card while bookmark is loaded | MohamedBassem | 1 | -1/+0 | |
| 2024-02-13 | feature: Implement a usable but ugly all tags and a single tag page | MohamedBassem | 1 | -11/+8 | |
| 2024-02-11 | refactor: Migrating to trpc instead of next's route handers | MohamedBassem | 1 | -7/+8 | |
| 2024-02-09 | [ui] Adding the favourites and archive pages | MohamedBassem | 1 | -0/+38 | |
