miniflux/internal/ui
Ztec 07f6d397d4 Fix Playback speed indicator precision
The original idea was to have two digit precision at all time
in order to ensure the length of the string is always the same.
This prevents the UI button to move when pressed.
I completely missed the first press as the precision was not right
upon first click.
2024-06-13 20:13:07 -07:00
..
form
session
static Fix Playback speed indicator precision 2024-06-13 20:13:07 -07:00
view
about.go
api_key_create.go
api_key_list.go
api_key_remove.go
api_key_save.go Refactor HTTP Client and LocalizedError packages 2023-10-22 13:09:30 -07:00
bookmark_entries.go
category_create.go
category_edit.go
category_entries.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
category_entries_all.go
category_feeds.go
category_list.go
category_mark_as_read.go
category_refresh.go
category_remove.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
category_save.go
category_update.go
entry_bookmark.go
entry_category.go
entry_enclosure_save_position.go
entry_feed.go
entry_read.go
entry_save.go Add webhook event for saving entry 2023-09-10 18:17:33 -07:00
entry_scraper.go
entry_search.go
entry_tag.go
entry_toggle_bookmark.go
entry_unread.go
entry_update_status.go
feed_edit.go
feed_entries.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
feed_entries_all.go
feed_icon.go
feed_list.go
feed_mark_as_read.go
feed_refresh.go
feed_remove.go
feed_update.go
handler.go
history_entries.go
history_flush.go
integration_pocket.go
integration_show.go integration/raindrop: initial draft implementation 2024-05-02 16:23:00 -07:00
integration_update.go Make use of printer.Print when possible 2024-02-28 19:24:41 -08:00
login_check.go Refactor HTTP Client and LocalizedError packages 2023-10-22 13:09:30 -07:00
login_show.go
logout.go
middleware.go
oauth2.go
oauth2_callback.go
oauth2_redirect.go
oauth2_unlink.go
offline.go
opml_export.go
opml_import.go
opml_upload.go
pagination.go
proxy.go
search.go
session_list.go
session_remove.go Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
settings_show.go
settings_update.go
share.go
shared_entries.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
static_app_icon.go http/response: add brotli compression support 2024-04-19 12:16:49 -07:00
static_favicon.go
static_javascript.go
static_manifest.go
static_stylesheet.go
subscription_add.go
subscription_bookmarklet.go
subscription_choose.go
subscription_submit.go
tag_entries_all.go
ui.go
unread_entries.go
unread_entry_category.go
unread_entry_feed.go
unread_mark_all_read.go
user_create.go
user_edit.go
user_list.go
user_remove.go
user_save.go
user_update.go
webauthn.go