linkding/bookmarks/components
Sascha Ißbrücker fec966f687
Add bookmark sharing (#311)
* Allow marking bookmarks as shared

* Add basic share view

* Ensure tag names in tag cloud are unique

* Filter shared bookmarks by user

* Add link for filtering by user

* Prevent n+1 queries when rendering bookmark list

* Prevent empty query params in return URL

* Fix user select template tag name

* Create shared bookmarks through API

* List shared bookmarks through API

* Show bookmark suggestions for shared view

* Show unique tags in search suggestions

* Sort user options

* Add bookmark sharing feature flag

* Add test for share setting default

* Simplify settings view
2022-08-04 19:37:16 +02:00
..
api.js Add bookmark sharing (#311) 2022-08-04 19:37:16 +02:00
index.js Add search autocomplete (#53) 2020-12-31 09:47:51 +01:00
SearchAutoComplete.svelte Add bookmark sharing (#311) 2022-08-04 19:37:16 +02:00
SearchHistory.js Add search autocomplete (#53) 2020-12-31 09:47:51 +01:00
TagAutocomplete.svelte Add whitespace after auto-completed tag (#249) 2022-05-14 01:18:41 +02:00
util.js Add search autocomplete (#53) 2020-12-31 09:47:51 +01:00