Tyler Carter
Tyler Carter
If project codes are present, they should be the primary search ordering criteria. If not present, the secondary criteria should be alphanumerical on the ledger/group name.
Currently all passwords, except user logins, are stored plaintext in the `.sqlite` database. This creates a security issue if someone got access to that file through the web server. The...
The recent translations commit (52d91d4) suggests that end users modify configuration files that will be overwritten when they upgrade. This makes it expensive for users to update, which could lead...
Right now every time you log in to WebZash you have to select the account. It would be great if the last activated account was stored on the user side...
### 📜 Description SubmenuSubtitle is always white, and references the palette value for "white". See [here](https://github.com/backstage/backstage/blob/master/packages/core-components/src/layout/Sidebar/SidebarSubmenu.tsx#L83). This creates an issue when the given theme has a white/light background. ### 👍...