-
Notifications
You must be signed in to change notification settings - Fork 335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add an archive function #46
Labels
enhancement
New feature or request
Comments
Thanks for the detailled description. I agree that this would be a desirable feature. I would probably change the link styles - the highlighted button should still be Add bookmark as this is the primary action IMO. But those are details. Also this needs to be accounted for in the REST API. |
Sounds good. Yes, the API should should be supported. Nice to have one btw. |
sissbruecker
pushed a commit
that referenced
this issue
Feb 14, 2021
sissbruecker
pushed a commit
that referenced
this issue
Feb 14, 2021
sissbruecker
pushed a commit
that referenced
this issue
Feb 14, 2021
sissbruecker
pushed a commit
that referenced
this issue
Feb 14, 2021
sissbruecker
pushed a commit
that referenced
this issue
Feb 14, 2021
sissbruecker
pushed a commit
that referenced
this issue
Feb 14, 2021
sissbruecker
pushed a commit
that referenced
this issue
Feb 14, 2021
sissbruecker
pushed a commit
that referenced
this issue
Feb 14, 2021
* Implement archive function (#46) * Implement archive view (#46) * Filter tags for archived/unarchived (#46) * Implement archived bookmarks endpoint (#46) * Implement archive mode for search component (#46) * Move bookmarklet to settings (#46) * Update modified timestamp on archive/unarchive (#46) * Fix bookmarklet (#46)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi,
it would be cool if links could be archived an therefore not being shown in the main list.
use case
i like adding links which are
after finishing my task the links on my todo list should disappear from the main list while not being deleted. i still want to find them if i have to check on them later on.
behaviour
links can only be removed from the list. once removed, they are deleted and can never be found again
feature request
Add an button to archive a link. Archived links are shown in a seperate list. the tag list should remain the same but filter only on the archived links.
Bookmark view
Archive
viewArchive
dArchive view
Bookmarks
viewRestore
d to the main bookmark listThe text was updated successfully, but these errors were encountered: