Commit Graph

14 Commits

Author SHA1 Message Date
Sascha Ißbrücker c13b27e170
Add search autocomplete (#53)
* Implement search autocomplete for recent searches

* Implement search autocomplete for bookmarks

* Fix URL encoding of query param

* Add tag suggestions to search autocomplete

Co-authored-by: Sascha Ißbrücker <sissbruecker@lyska.io>
2020-12-31 09:47:51 +01:00
Sascha Ißbrücker e497bcb5c0
#24 Implement REST API (#32)
* #24 Implement readonly bookmark API

* #24 Implement create/update bookmark API

* #24 Fix title, description not allowing blank values

* #24 Code cleanup

* #24 Add modification dates to response

* #24 Add API docs

* #24 Implement delete bookmark API

* #24 Fix API docs link

* #24 Fix API docs link

* #24 Implement tag API

Co-authored-by: Sascha Ißbrücker <sissbruecker@lyska.io>
2020-09-27 09:34:56 +02:00
Sascha Ißbrücker 348a536aa3
#23 Prevent bookmark duplicates
* Show hint if URL is already bookmarked

* Remove hint if URL belongs to edited bookmark

* Fix query param encoding

* Update bookmark instead of duplicating it

Co-authored-by: Sascha Ißbrücker <sissbruecker@lyska.io>
2020-09-13 08:46:07 +02:00
Sascha Ißbrücker 991025d13e Implement bookmark export 2019-12-26 13:45:12 +01:00
Sascha Ißbrücker 1b7f57999d Improve URL handling
Extract bookmark list tag
2019-07-06 17:17:14 +02:00
Sascha Ißbrücker 25e74088b8 Simplify view naming 2019-07-06 08:14:13 +02:00
Sascha Ißbrücker 312ab3db17 Implement bookmarklet 2019-07-05 22:29:21 +02:00
Sascha Ißbrücker 7e9db1588f Implement bookmark import form 2019-07-05 10:04:52 +02:00
Sascha Ißbrücker d57ea27ba3 Create docker image 2019-07-03 17:18:29 +02:00
Sascha Ißbrücker e07da529f1 Preview website title + description in bookmark form
Fix unnecessary selects when rendering bookmarks
2019-07-02 01:28:02 +02:00
Sascha Ißbrücker ba3d4eb663 Refactor packages 2019-06-29 01:08:22 +02:00
Sascha Ißbrücker c653206dd3 Implement add bookmark route 2019-06-28 19:37:41 +02:00
Sascha Ißbrücker e2a834a56c Add and improve routes 2019-06-28 07:33:08 +02:00
Sascha Ißbrücker fc2794aa61 Implement basic bookmark page 2019-06-27 08:09:51 +02:00