feat: reorder action buttons (#530)

* feat: never show delete button as action

This makes it slightly harder to accidentally deleted conversations.

* feat: reorder action buttons in chats and main screen

* docs: update changelog
This commit is contained in:
Naveen Singh 2025-09-26 21:49:40 +05:30 committed by GitHub
parent 4c96bb2056
commit 2280c4581e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 102 additions and 87 deletions

View file

@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Changed
- Reordered action buttons throughout the app
### Added
- Ability to save multiple attachments ([#75])