summary refs log tree commit diff
path: root/src/components/preferences.rs
Commit message (Collapse)AuthorAgeFilesLines
* preferences: fix Clippy warningsVika2025-04-091-2/+1
|
* cargo fmtVika2025-04-091-25/+47
|
* Allow sending HTML without plain-text pre-processing by the serverVika2025-03-301-1/+50
| | | | | | | | This might be useful if your server is misbehaving, or if you wish to write your HTML by hand. Alternative options (like client-side preprocessing) can also be added in the future using this setting as a framework.
* Wire tooltips on the preferences screen to the setting descriptionsVika2025-03-291-4/+6
|
* Show a warning on usage of Smart SummaryVika2025-02-241-8/+13
| | | | | | This was a planned feature since the introduction of LLM enhancements. Some users need a sobering reminder that LLMs are not intelligent, because it is really easy to believe otherwise.
* Use an icon from the GNOME Icon Development Kit for LLM enhancementsVika2025-02-241-1/+1
| | | | | | If the user doesn't have an emoji font installed (why wouldn't you?), this will be helpful. Additionally it makes this button less appealing and prominent.
* Make LLM enhancements optionalVika2024-09-041-43/+94
|
* Preferences dialogVika2024-09-041-0/+90