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
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2024-03-14
structure: Create apps dir and copy tooling dir from t3-turbo repo
MohamedBassem
16
-538
/
+0
2024-03-10
feature: Change top nav to include search and move add link to a modal
MohamedBassem
2
-62
/
+10
2024-03-10
refactor: Move all components to the top level directory
MohamedBassem
37
-2149
/
+13
2024-03-05
fix: Show loading indicators in the bookmark preview page
MohamedBassem
4
-84
/
+120
2024-03-05
refactor: Extract trpc logic into its package
MohamedBassem
12
-14
/
+14
2024-03-05
feature: Preview page for the stored content of links
MohamedBassem
3
-7
/
+77
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
3
-16
/
+17
2024-03-02
ui: Use a masonry library to maintain the order of the bookmark grid
MohamedBassem
1
-4
/
+22
2024-03-02
ui: Preload the sidebar lists to avoid the spinner
MohamedBassem
2
-7
/
+9
2024-03-02
fix: Fix the double scrolling on mobile
MohamedBassem
1
-2
/
+2
2024-03-02
feature: Add 'New List' button in the all lists page
MohamedBassem
2
-2
/
+13
2024-03-02
feature: Add an 'All Lists' page
MohamedBassem
7
-14
/
+101
2024-03-02
ui: Move favourites and archive to act as a predefined list
MohamedBassem
8
-47
/
+45
2024-03-02
feature: Show user list in admin page
MohamedBassem
1
-59
/
+134
2024-03-02
ui: Fix sidebar list spinner
MohamedBassem
2
-15
/
+18
2024-03-02
fix: Fix visible scrollbars even if content is not overflowing
MohamedBassem
2
-2
/
+2
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-02
fix: URL decode tag names to allow accessing tags with spaces in their name
MohamedBassem
1
-2
/
+3
2024-03-02
ui: Minor UI tweaks in admin page and sidebar
MohamedBassem
2
-32
/
+36
2024-03-01
feature: Add an admin page showing server stats and actions
MohamedBassem
2
-0
/
+131
2024-03-01
feature: Add full text search support
MohamedBassem
2
-1
/
+110
2024-03-01
feature: Add support for creating and updating lists
MohamedBassem
9
-5
/
+548
2024-02-29
fix: Fix the padding of the tag view page
MohamedBassem
2
-3
/
+4
2024-02-29
ui: Slightly better looking AllTags page
MohamedBassem
1
-6
/
+4
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
5
-10
/
+5
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
9
-78
/
+322
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-23
db: Migrate from prisma to drizzle
MohamedBassem
2
-31
/
+27
2024-02-22
fix: Tag filtering and sorting
MohamedBassem
1
-2
/
+2
2024-02-22
fix: Minor UI tweaks and fixing addition of first bookmark
MohamedBassem
3
-12
/
+17
2024-02-22
fix: Make typescript happy
MohamedBassem
1
-1
/
+2
2024-02-22
feature: Introduce a separate sidebar for the mobile
MohamedBassem
5
-5
/
+64
2024-02-22
feature: Adding a loading page while bookmarks are being fetched
MohamedBassem
2
-2
/
+13
2024-02-22
feature: Adding some loading card while the link is getting crawled
MohamedBassem
3
-37
/
+71
[next]