summary refs log tree commit diff
path: root/src/components/tag_pill.rs
Commit message (Collapse)AuthorAgeFilesLines
* Deal with Clippy warningsVika2024-09-041-0/+1
| | | | | | | | | | | 1. narrow_layout is indeed unused, `AdwBreakpoint` remembers initial values and restores them on load 2. `TagPillWidgets` is not exactly dead code, I'm adding all the widgets to it to emulate how Relm4 macros do it. Perhaps it'll be used in the future. 3. We currently ignore the libsecret result on clearing the tokens because dealing with libsecret errors is annoying and requires unsafe code due to outdated dependencies.
* Set global CSS instead of adding a style context to every widgetVika2024-08-281-9/+0
|
* Style changes to work better with the default themeVika2024-08-251-4/+13
| | | | Yes, I'm stupid and I'm developing under a custom theme
* TagPill: remove the commented macro invocationVika2024-08-251-1/+0
|
* Tags in postsVika2024-08-231-0/+77