index
:
karakeep
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
web
/
app
/
dashboard
/
bookmarks
/
components
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor: Move all components to the top level directory
MohamedBassem
2024-03-10
12
-1162
/
+0
*
fix: Show loading indicators in the bookmark preview page
MohamedBassem
2024-03-05
2
-32
/
+17
*
refactor: Extract trpc logic into its package
MohamedBassem
2024-03-05
8
-9
/
+9
*
feature: Preview page for the stored content of links
MohamedBassem
2024-03-05
2
-7
/
+13
*
Fix: Correctly invalidate the bookmark cache when it's favourited
MohamedBassem
2024-03-04
1
-7
/
+14
*
build: Fix formatting
MohamedBassem
2024-03-04
2
-10
/
+9
*
fix: Less aggressive invalidation when a bookmark is deleted
MohamedBassem
2024-03-04
1
-1
/
+1
*
fix: Fix Edit tags not populating tags when link is first added
MohamedBassem
2024-03-04
3
-18
/
+20
*
fix: Fix hydration in list view caused by the spinner
MohamedBassem
2024-03-02
1
-7
/
+6
*
ui: Use a masonry library to maintain the order of the bookmark grid
MohamedBassem
2024-03-02
1
-4
/
+22
*
ui: Move favourites and archive to act as a predefined list
MohamedBassem
2024-03-02
1
-7
/
+7
*
ui: Fix sidebar list spinner
MohamedBassem
2024-03-02
1
-1
/
+4
*
fix: Fix visible scrollbars even if content is not overflowing
MohamedBassem
2024-03-02
1
-1
/
+1
*
fix: Fix missing key property in bookmark grid
MohamedBassem
2024-03-02
1
-1
/
+1
*
feature: Show a loading indicator when tags are still being fetched
MohamedBassem
2024-03-02
3
-8
/
+36
*
feature: Add support for creating and updating lists
MohamedBassem
2024-03-01
2
-0
/
+182
*
refactor: Use a Slot for passing classnames to children instead
MohamedBassem
2024-02-29
3
-15
/
+15
*
fix: Remove extra row-span from LinkCard
MohamedBassem
2024-02-29
2
-3
/
+2
*
fix: Delete URL on successful bookmark
MohamedBassem
2024-02-29
1
-0
/
+4
*
fix: Fix the look of the grid view and allowing notes to have variable size
MohamedBassem
2024-02-29
4
-9
/
+4
*
fix: Fix phantom links in tag pills
MohamedBassem
2024-02-29
1
-11
/
+11
*
fix: Change the colors of the tag pill
MohamedBassem
2024-02-29
1
-3
/
+3
*
fix: Open links in new tab
MohamedBassem
2024-02-29
1
-2
/
+6
*
feature: Add support for markdown in the text bookmarks
MohamedBassem
2024-02-28
4
-36
/
+81
*
fix: Fix the positioning of the favourited star
MohamedBassem
2024-02-28
1
-8
/
+10
*
feature: Add support for storing and previewing raw notes
MohamedBassem
2024-02-28
8
-76
/
+320
*
tests: Add tests for the bookmarks routes
MohamedBassem
2024-02-28
2
-3
/
+3
*
feature: Show a visual indication when an item is favourited
MohamedBassem
2024-02-28
1
-0
/
+8
*
feature: Add copy link to bookmark options
MohamedBassem
2024-02-28
1
-0
/
+12
*
feature: Add support for adding/removing tags
MohamedBassem
2024-02-26
2
-49
/
+273
*
fix: Minor UI tweaks and fixing addition of first bookmark
MohamedBassem
2024-02-22
2
-6
/
+4
*
fix: Make typescript happy
MohamedBassem
2024-02-22
1
-1
/
+2
*
feature: Adding some loading card while the link is getting crawled
MohamedBassem
2024-02-22
3
-37
/
+71
*
ui: hydrate the react query cache in the client side components
MohamedBassem
2024-02-20
4
-13
/
+23
*
format: Run yarn format
MohamedBassem
2024-02-18
2
-5
/
+3
*
feature: Inital attempt at showing a skeleton card while bookmark is loaded
MohamedBassem
2024-02-17
3
-1
/
+14
*
ui: Add bookmark card skeleton
MohamedBassem
2024-02-17
1
-0
/
+32
*
ui: Change action buttons to show a spinner when the request is loading
MohamedBassem
2024-02-17
1
-3
/
+3
*
Migrating to react query for client side queries
MohamedBassem
2024-02-16
2
-59
/
+59
*
ui: Usage images for link cards
MohamedBassem
2024-02-15
1
-25
/
+43
*
feature: Add ability to refresh bookmark details
MohamedBassem
2024-02-14
1
-1
/
+24
*
ui: Small UI fixes
MohamedBassem
2024-02-14
1
-1
/
+1
*
feature: Implement a usable but ugly all tags and a single tag page
MohamedBassem
2024-02-13
2
-18
/
+16
*
refactor: Migrating to trpc instead of next's route handers
MohamedBassem
2024-02-11
3
-27
/
+37
*
[ui] Change the large bookmarks grid to have 3 cols instead of 4 and fix
MohamedBassem
2024-02-09
2
-3
/
+2
*
[feature] Add the ability to favourite and archive bookmarks
MohamedBassem
2024-02-09
2
-52
/
+87
*
[ui] Adding the favourites and archive pages
MohamedBassem
2024-02-09
2
-11
/
+43
*
[chore] Linting and formating tweaking
MohamedBassem
2024-02-09
3
-6
/
+6
*
[refactor] Extract the bookmark model to be a high level model to support oth...
MohamedBassem
2024-02-09
3
-28
/
+35
*
Migrating away from bun to yarn
MohamedBassem
2024-02-08
1
-1
/
+5
[next]