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
/
apps
/
web
/
components
/
dashboard
/
bookmarks
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-05-19
fix(web): Stop pre-loading all the bookmark lists in the bookmark grid
MohamedBassem
1
-33
/
+44
2024-05-19
feature(web): Add an archive button to list management dialog
MohamedBassem
2
-1
/
+73
2024-05-19
fix(web): Sort the tags in the TagsEditor of the preview dialog. Fixes #171
MohamedBassem
1
-0
/
+2
2024-05-19
fix: Fix missing bookmarks during pagination if they got created in the same ...
MohamedBassem
1
-8
/
+11
2024-05-19
feature(web): Allow adding multiple URLs at once #158 (#167)
kamtschatka
1
-5
/
+74
2024-05-19
ui(web): Set tag input field in preview modal to 100% width to fix overflow i...
Cari
1
-2
/
+22
2024-05-16
ui(web): Fixed overflow issues for very long titles (#152)
Cari
2
-3
/
+11
2024-05-10
feature: Clicking preview for image assets brings up the details modal (#147)
Cari
1
-6
/
+9
2024-05-06
feature: Dedup links on creation. Fixes #49
MohamedBassem
1
-1
/
+19
2024-04-25
feature(web): Add ability to rename, merge and fast delete tags. Fixes #105 (...
Mohamed Bassem
1
-1
/
+1
2024-04-24
ui(web): Show bookmark URL when maximizing a bookmark
MohamedBassem
1
-17
/
+9
2024-04-23
feature(web): Change the AddList modal to allow adding and removing bookmarks...
MohamedBassem
2
-14
/
+89
2024-04-23
fix(web): Fix missing link card image in list view
MohamedBassem
1
-1
/
+1
2024-04-20
fix: Use next/image for serving bookmark images
MohamedBassem
1
-11
/
+28
2024-04-20
feature: Download images and screenshots
MohamedBassem
4
-10
/
+12
2024-04-19
feature: Nested lists (#110). Fixes #62
Mohamed Bassem
1
-58
/
+21
2024-04-18
refactor: Move the shared types to the shared package
MohamedBassem
13
-14
/
+17
2024-04-15
feature: Add title to bookmarks and allow editing them. Fixes #27
MohamedBassem
3
-2
/
+3
2024-04-14
fix(web): Fix some JS console errors in the preview page
MohamedBassem
1
-4
/
+4
2024-04-14
feature(web): Allow changing the bookmark grid layout (#98)
Mohamed Bassem
8
-167
/
+327
2024-04-11
feature: Add PDF support (#88)
Ahmad Mujahid
1
-0
/
+7
2024-04-09
feature(web): Allow uploading directly into lists/tags. Fixes #69
MohamedBassem
6
-57
/
+39
2024-04-07
feature: Extract hook logic into separate package and add a new action bar in...
MohamedBassem
5
-303
/
+53
2024-04-06
fix: Refresh the all tags page automatically when a tag is modified
MohamedBassem
1
-4
/
+4
2024-04-06
ui(web): Add a tooltip explaining what archived means
MohamedBassem
1
-19
/
+6
2024-04-06
fix: Only consider text as URL in editor card if it has an http protocol. Fix...
MohamedBassem
1
-1
/
+4
2024-03-31
feature(web): Add ⌘ + E shortcut for quickly focusing on the editor
MohamedBassem
1
-30
/
+67
2024-03-30
feature(web): Add support for attaching notes to bookmarks
MohamedBassem
2
-2
/
+56
2024-03-30
fix(web): Consistent spacing in the content container in all pages. Fixes #40
MohamedBassem
2
-6
/
+2
2024-03-30
fix(web): Disable keyboard shortcut submissions in demoMode
MohamedBassem
1
-1
/
+10
2024-03-27
fix: Allow submitting bookmarks with Ctrl+Enter. Fixes #24
MohamedBassem
1
-1
/
+1
2024-03-27
fix: Refresh the search cache when a bookmark is deleted. Fixes #26
MohamedBassem
1
-0
/
+5
2024-03-26
fix: Allow setting demo mode creds when demo mode is enabled
MohamedBassem
3
-20
/
+24
2024-03-23
chore: Refactor tailwind in all apps to use the tooling package
MohamedBassem
2
-3
/
+3
2024-03-23
feature(web): Add dark mode support
MohamedBassem
7
-13
/
+38
2024-03-23
ui(web): Make the editor card a little bit more obvious
MohamedBassem
1
-2
/
+4
2024-03-22
fix: Fix the creation date tooltip in preview pag
MohamedBassem
1
-1
/
+3
2024-03-21
ui(web): Minor style tweaks to the tags editor
MohamedBassem
1
-0
/
+5
2024-03-21
feature: A better looking bookmark preview page
MohamedBassem
2
-62
/
+151
2024-03-21
fix: Fix open links in new tabs when clicking on the card banner
MohamedBassem
1
-1
/
+1
2024-03-20
feature(web): Add support for removing items from lists
MohamedBassem
1
-1
/
+30
2024-03-20
fix(web): Greatly improve the search feeling by removing the flicker
MohamedBassem
3
-35
/
+58
2024-03-19
fix(web): Show editor card when there are no bookmarks
MohamedBassem
1
-1
/
+1
2024-03-19
feature(web): Add support for demo mode
MohamedBassem
3
-0
/
+11
2024-03-19
Feature: Add support for uploading images and automatically inferring their t...
Mohamed Bassem
4
-1
/
+100
2024-03-17
feature(web): A better tags editor using react select with auto complete and ...
MohamedBassem
1
-115
/
+118
2024-03-17
feature: Implemente pagination support
MohamedBassem
2
-13
/
+36
2024-03-17
refactor: Prepare for pagination by dropping querying bookmarks by id
MohamedBassem
2
-3
/
+3
2024-03-17
ui(web): Change TagsEditor to auto save on edit and extract ActionBar to its ...
MohamedBassem
5
-196
/
+178
2024-03-16
ui(web): Add an editor card inline in the bookmark grid and remove the top na...
MohamedBassem
5
-149
/
+120
[next]