1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-07 00:15:10 +01:00

Autocomplete has been implemented; fix globbering of <systemkey>

This commit is contained in:
2018-05-09 16:07:10 +02:00
parent ac7906d781
commit 6dc74c7102

View File

@@ -10,7 +10,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Sorting of bookmarks - Sorting of bookmarks
- Sort by title - Sort by title
- Sort by date - Sort by date
- Autocomplete in searchfield: http://next.materializecss.com/autocomplete.html
- Logging of actions - Logging of actions
- Add new way of authentication and editing bookmark collections: - Add new way of authentication and editing bookmark collections:
https://github.com/aquatix/digimarks/issues/8 and https://github.com/aquatix/digimarks/issues/9 https://github.com/aquatix/digimarks/issues/8 and https://github.com/aquatix/digimarks/issues/9
@@ -31,7 +30,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- API: Added endpoint for 'bookmarks', returning JSON - API: Added endpoint for 'bookmarks', returning JSON
- Top navigation items now have icons too, like the sidebar in mobile view - Top navigation items now have icons too, like the sidebar in mobile view
- Download favicons from RealFaviconGenerator: https://realfavicongenerator.net/api/download_website_favicon - Download favicons from RealFaviconGenerator: https://realfavicongenerator.net/api/download_website_favicon
- Added /<systemkey>/findmissingfavicons endpoint to fill in the blanks in the favicon collection - Added `/<systemkey>/findmissingfavicons` endpoint to fill in the blanks in the favicon collection
- Added fallback favicon image (semitransparent digimarks 'M' logo) for bookmarks without a favicon. No more broken images. - Added fallback favicon image (semitransparent digimarks 'M' logo) for bookmarks without a favicon. No more broken images.
- Added theme support for buttons. - Added theme support for buttons.
- Autocompletion in bookmark search field - Autocompletion in bookmark search field