Pagination added and search and filtering moved to backend
Build LinkLog Development Image / development-image (push) Successful in 22s
Build LinkLog Development Image / development-image (push) Successful in 22s
This commit is contained in:
+13
-2
@@ -1,7 +1,18 @@
|
||||
# Changelog
|
||||
## Version v0.2.1
|
||||
### Fixed
|
||||
## Version v0.3.0
|
||||
### Features
|
||||
* Implemented toolbar search functionality, using Google-like syntax (implicit AND, quoted phrases, `OR`, `-` exclusions, and the `site:` operator)
|
||||
* The feed now loads a user-selectable number of entries per page (default 25, configurable via `LINKLOG_FRONTEND_LOADPOSTS`) with Previous/Next and numbered page navigation
|
||||
* Moved tag/user filtering, search, and sorting to the backend, so the feed API returns only the matching, paginated results
|
||||
|
||||
### Fixed
|
||||
* Restored tag and user filtering on the feed: the decorative header arc no longer intercepts clicks on the filter dropdowns
|
||||
* Fixed the toolbar search input being wider than its label at narrow (Firefox) widths
|
||||
* Swapped the toolbar's search and tag filter positions for a more logical layout
|
||||
* Mastodon posts now read "Logged on <date> from: <url>" instead of "From: <url>", with the timestamp explicitly marked as UTC
|
||||
* The feed pagination control no longer overflows the page width and uses a less visually dominant, ghost-button style
|
||||
|
||||
|
||||
|
||||
|
||||
## Version v0.2.0
|
||||
|
||||
Reference in New Issue
Block a user