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