shuaiplus
9e39161fc7
Add new payment logo SVGs for Discover, JCB, Maestro, Mastercard, UnionPay, and Visa
...
- Added discover.svg for Discover card logo.
- Added jcb.svg for JCB card logo.
- Added maestro.svg for Maestro card logo.
- Added mastercard.svg for Mastercard logo.
- Added unionpay.svg for UnionPay logo.
- Added visa.svg for Visa card logo.
2026-05-10 23:33:41 +08:00
shuaiplus
a0d4d7a1ff
feat: update custom field input to textarea for better usability; enhance styles for improved display
2026-05-10 18:17:09 +08:00
shuaiplus
5809e3eebc
feat: remove drag-and-drop functionality for TOTP and website rows; update styles and translations for improved user experience
2026-05-08 16:09:02 +08:00
shuaiplus
429b747710
feat: add mobile detail sheet styles and improve text overflow handling in vault
2026-05-06 22:11:14 +08:00
shuaiplus
0a001bebcc
feat: add domain rules management feature
...
- Introduced a new DomainRulesPage component for managing custom and global equivalent domains.
- Updated AppMainRoutes to include a route for domain rules.
- Added API functions to fetch and save domain rules.
- Enhanced localization with new strings for domain rules in multiple languages.
- Updated styles for the new domain rules interface and ensured responsiveness.
- Added types for domain rules in the TypeScript definitions.
2026-05-06 00:33:09 +08:00
shuaiplus
1b4d263d6e
Polish vault icons and mobile layout
2026-05-04 04:20:23 +08:00
shuaiplus
45f0387526
feat: add TOTP QR code scanning functionality and related UI components
2026-05-04 01:44:27 +08:00
shuaiplus
9c5fbda374
feat: refactor vault component helpers to use dedicated functions for options retrieval
2026-04-29 15:28:23 +08:00
shuaiplus
3be6a16d90
refactor: clean up vault components by removing unused drag-and-drop functionality and optimizing icon loading logic
2026-04-27 23:37:35 +08:00
shuaiplus
f48f3d0c8e
feat: implement drag-and-drop reordering for vault items and enhance sorting functionality
2026-04-26 20:32:55 +08:00
shuaiplus
64b4da4035
feat: add folder creation date and sorting functionality in Vault components
2026-04-26 19:28:49 +08:00
shuaiplus
3d2285e7af
feat: refine styles for improved UI consistency and responsiveness across themes
2026-04-26 00:03:45 +08:00
shuaiplus
3995e01336
feat: enhance icon error handling and loading state management in TotpCodesPage and VaultListIcon components
2026-04-25 10:20:30 +08:00
shuaiplus
481536ba24
feat: update list icon opacity and z-index for improved loading behavior
2026-04-25 04:40:22 +08:00
shuaiplus
a1f7250e90
feat: update mobile layout query to 1180px and enhance icon loading experience
2026-04-25 03:19:06 +08:00
shuaiplus
e4bc1b9bbe
Refactor frontend styles toward Tailwind utilities and unified design system
2026-04-25 02:23:10 +08:00
shuaiplus
d40b0514fd
Refactor styles to utilize Tailwind CSS utility classes for improved consistency and maintainability across forms, motion, shell, and vault components. Remove deprecated reduced-motion styles and consolidate motion-related animations. Update color tokens for better contrast and accessibility. Introduce a new Tailwind CSS configuration file.
2026-04-24 15:14:12 +08:00
shuaiplus
b990f17a3e
Add new styles for app shell, tokens, and vault components
...
- Introduced `shell.css` for the main application layout, including styles for the app shell, top bar, and user interactions.
- Created `tokens.css` to define CSS variables for theming, including colors, shadows, and transition durations for light and dark modes.
- Developed `vault.css` for the vault component, implementing grid layouts, sidebar styles, search inputs, and list item designs.
2026-04-22 23:44:51 +08:00