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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
6
-37
/
+84
2024-02-28
fix: Fix the positioning of the favourited star
MohamedBassem
1
-8
/
+10
2024-02-28
feature: Support tag inferance for note bookmarks
MohamedBassem
1
-5
/
+16
2024-02-28
feature: Add support for storing and previewing raw notes
MohamedBassem
13
-108
/
+448
2024-02-28
tests: Add tests for the bookmarks routes
MohamedBassem
13
-66
/
+340
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-27
fix: Fix trpc output validation when deleting API keys
MohamedBassem
1
-3
/
+1
2024-02-26
build: Migrate from yarn to pnpm
MohamedBassem
1
-0
/
+3
2024-02-26
feature: Add support for adding/removing tags
MohamedBassem
5
-51
/
+364
2024-02-23
db: Migrate from prisma to drizzle
MohamedBassem
8
-162
/
+195
2024-02-22
fix: Remove the separator line from the sign in page when no providers are co...
MohamedBassem
1
-1
/
+1
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
4
-13
/
+18
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
7
-49
/
+100
2024-02-22
feature: Add support for credentials registration and sign in
MohamedBassem
11
-18
/
+488
2024-02-20
build: Fix the docker build
MohamedBassem
1
-1
/
+0
2024-02-20
build: Fix build
MohamedBassem
1
-2
/
+2
2024-02-20
feature: Basic support for demo mode
MohamedBassem
3
-12
/
+12
2024-02-20
fix: Fix passing the query to the tag page
MohamedBassem
3
-32
/
+11
2024-02-20
branding: Rename app to Hoarder
MohamedBassem
10
-17
/
+17
2024-02-20
ui: hydrate the react query cache in the client side components
MohamedBassem
8
-15
/
+30
2024-02-18
format: Run yarn format
MohamedBassem
4
-11
/
+9
2024-02-17
build: Fix docker images
MohamedBassem
1
-1
/
+1
2024-02-17
feature: Inital attempt at showing a skeleton card while bookmark is loaded
MohamedBassem
5
-2
/
+25
2024-02-17
ui: Add bookmark card skeleton
MohamedBassem
3
-0
/
+47
2024-02-17
ui: Change action buttons to show a spinner when the request is loading
MohamedBassem
5
-18
/
+84
2024-02-16
Migrating to react query for client side queries
MohamedBassem
8
-94
/
+128
2024-02-15
ui: Usage images for link cards
MohamedBassem
4
-51
/
+83
2024-02-14
fix: Fix broken tag page
MohamedBassem
1
-2
/
+4
2024-02-14
chore: Consolidate all config vars in one file
MohamedBassem
2
-23
/
+1
2024-02-14
feature: Add ability to refresh bookmark details
MohamedBassem
2
-2
/
+62
2024-02-14
feature: Sort tags by usage and show usage numbers
MohamedBassem
1
-8
/
+25
2024-02-14
ui: Small UI fixes
MohamedBassem
2
-3
/
+3
2024-02-13
feature: Add error and not found boundaries in the dashboard
MohamedBassem
2
-0
/
+16
2024-02-13
feature: Implement a usable but ugly all tags and a single tag page
MohamedBassem
7
-29
/
+134
2024-02-13
WIP: Add services to Dockerfile
MohamedBassem
2
-57
/
+1
2024-02-13
feature: Add login page and logout button
MohamedBassem
9
-59
/
+111
2024-02-13
feature: A usable, yet ugly browser extension
MohamedBassem
2
-1
/
+35
2024-02-12
hack: Hack API key support in the context creation of TRPC
MohamedBassem
4
-8
/
+22
2024-02-12
feature: Add support for managing API keys
MohamedBassem
11
-1
/
+672
2024-02-11
refactor: Migrating to trpc instead of next's route handers
MohamedBassem
24
-432
/
+278
2024-02-10
api: Init trpc in prep for a migration
MohamedBassem
5
-0
/
+57
2024-02-10
fix: Show newer bookmarks first in the grid
MohamedBassem
1
-0
/
+3
2024-02-09
[ui] Change the large bookmarks grid to have 3 cols instead of 4 and fix
MohamedBassem
4
-6
/
+9
[next]