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
/
LinkCard.tsx
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-06-09
refactor: Extract the bookmark polling logic into a separate shared component
MohamedBassem
1
-29
/
+1
2024-05-16
ui(web): Fixed overflow issues for very long titles (#152)
Cari
1
-1
/
+1
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
1
-5
/
+6
2024-04-18
refactor: Move the shared types to the shared package
MohamedBassem
1
-1
/
+1
2024-04-15
feature: Add title to bookmarks and allow editing them. Fixes #27
MohamedBassem
1
-1
/
+1
2024-04-14
feature(web): Allow changing the bookmark grid layout (#98)
Mohamed Bassem
1
-58
/
+67
2024-03-23
feature(web): Add dark mode support
MohamedBassem
1
-1
/
+1
2024-03-21
fix: Fix open links in new tabs when clicking on the card banner
MohamedBassem
1
-1
/
+1
2024-03-17
ui(web): Change TagsEditor to auto save on edit and extract ActionBar to its ...
MohamedBassem
1
-18
/
+2
2024-03-14
lint: Lint and format the entire repo with the new configs
MohamedBassem
1
-6
/
+8
2024-03-14
structure: Create apps dir and copy tooling dir from t3-turbo repo
MohamedBassem
1
-0
/
+0
2024-03-10
refactor: Move all components to the top level directory
MohamedBassem
1
-0
/
+0
2024-03-05
fix: Show loading indicators in the bookmark preview page
MohamedBassem
1
-22
/
+11
2024-03-05
refactor: Extract trpc logic into its package
MohamedBassem
1
-1
/
+1
2024-03-05
feature: Preview page for the stored content of links
MohamedBassem
1
-2
/
+8
2024-03-02
feature: Show a loading indicator when tags are still being fetched
MohamedBassem
1
-5
/
+17
2024-02-29
refactor: Use a Slot for passing classnames to children instead
MohamedBassem
1
-1
/
+1
2024-02-29
fix: Remove extra row-span from LinkCard
MohamedBassem
1
-2
/
+1
2024-02-29
fix: Open links in new tab
MohamedBassem
1
-2
/
+6
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
1
-38
/
+12
2024-02-28
tests: Add tests for the bookmarks routes
MohamedBassem
1
-1
/
+1
2024-02-28
feature: Show a visual indication when an item is favourited
MohamedBassem
1
-0
/
+8
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
1
-18
/
+67
2024-02-15
ui: Usage images for link cards
MohamedBassem
1
-25
/
+43
2024-02-13
feature: Implement a usable but ugly all tags and a single tag page
MohamedBassem
1
-7
/
+8
2024-02-09
[ui] Change the large bookmarks grid to have 3 cols instead of 4 and fix
MohamedBassem
1
-2
/
+1
2024-02-09
[feature] Add the ability to favourite and archive bookmarks
MohamedBassem
1
-52
/
+3
2024-02-09
[chore] Linting and formating tweaking
MohamedBassem
1
-4
/
+4
2024-02-09
[refactor] Extract the bookmark model to be a high level model to support oth...
MohamedBassem
1
-7
/
+8
2024-02-08
Migrating away from bun to yarn
MohamedBassem
1
-1
/
+5
2024-02-08
[refactor] Move the different packages to the package subdir
MohamedBassem
1
-0
/
+0
2024-02-08
[feature] Introduce a sidebar
MohamedBassem
1
-0
/
+0
2024-02-07
[feature] Render tags in the link card
MohamedBassem
1
-1
/
+8
2024-02-07
[feature] Add support for deleting links
MohamedBassem
1
-7
/
+29
2024-02-07
[ui] Styling the bookmarks page
MohamedBassem
1
-13
/
+61
2024-02-07
[ui] Very first draft of the link grid
MohamedBassem
1
-0
/
+19