feat(misc): a bunch of crude UI/UX tweaks

- display add time for later use
- basic keyboard navigation support
- remember last-used server address
- show connection error when attempt to connect to server
This commit is contained in:
2024-11-15 20:58:03 +08:00
parent 1f7adc2a3a
commit edb3338bc4
8 changed files with 59 additions and 8 deletions

View File

@@ -14,6 +14,7 @@ public:
PageCountRole,
CurrentPageRole,
TypeRole,
AddedTimeRole,
};
Q_ENUM(Roles)