You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OneAuth/ui
veypi adf0cd36ca refactor(ui): simplify role management UI and auth flow
- Replace permission selector dialog with inline add form (scope/id/level)
    - Replace per-user role API calls with batch PUT /api/roles/{id}/users
    - Add isLogin() async method with lazy _ensureAuth initialization
    - Clean up login page CSS: replace hardcoded colors with CSS variables
    - Add Chrome autofill style override for dark theme support
    - Use @submit.prevent instead of manual e.preventDefault()
    - Remove redundant inline comments from script sections
3 weeks ago
..
assets chore(ui): Remove unused vhtml.min.js asset file 2 months ago
layout refactor(ui): Replace axios with fetch in all pages and extract auth layout 3 weeks ago
page refactor(ui): simplify role management UI and auth flow 3 weeks ago
ui refactor(ui): Replace axios with fetch in all pages and extract auth layout 3 weeks ago
env.js refactor(ui): Refactor VBase auth client with auto-refresh and onAuthSuccess 3 weeks ago
favicon.ico change to new version 1 year ago
ico.html refactor(ui): Rename $vbase to $auth across frontend 1 month ago
langs.json refactor(ui): Replace axios with fetch in all pages and extract auth layout 3 weeks ago
root.html refactor(ui): Rebuild permission system in vbase.js with scope support 4 months ago
routes.js refactor(ui): simplify role management UI and auth flow 3 weeks ago
vbase.js refactor(ui): simplify role management UI and auth flow 3 weeks ago