1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-26 18:21:01 +00:00
miniflux-v2/internal/googlereader
Steven vanZyl 60cd7ffe88 refactor: Replace "Bookmarks" with "Starred"
Replaces usage of the word "bookmark" with "star"/"starred" in order to be more
consistent with the UI and database models, and to reduce confusion with
"bookmarklet" and integration features.

This is in preparation of future work on read-it-later features.
Which are also not called "bookmarks" to prevent any further confusion.
https://github.com/orgs/miniflux/discussions/3719

Related-to: https://github.com/miniflux/v2/pull/2219
2025-08-20 20:49:45 -07:00
..
handler.go refactor: Replace "Bookmarks" with "Starred" 2025-08-20 20:49:45 -07:00
item.go refactor(googlereader): unexport a lot of symbols 2025-07-13 14:16:08 -07:00
item_test.go fix(googlereader): handle various item ID formats 2025-05-04 20:11:37 -07:00
middleware.go refactor(request): fix typo in big corp name 2025-08-15 16:24:48 -07:00
parameters.go refactor(googlereader): unexport a lot of symbols 2025-07-13 14:16:08 -07:00
prefix_suffix.go refactor(googlereader): rename stream suffix constants for clarity 2025-07-13 14:28:25 -07:00
request_modifier.go refactor(googlereader): unexport a lot of symbols 2025-07-13 14:16:08 -07:00
response.go refactor(googlereader): rename/unexport response types and functions 2025-07-23 20:36:04 -07:00
stream.go refactor(googlereader): rename stream suffix constants for clarity 2025-07-13 14:28:25 -07:00