Browse Source

Refactor and enhance UI components for improved styling and functionality

- Updated CSS styles for modal and tab components to enhance visual consistency and responsiveness.
- Refactored JavaScript imports in App.svelte for better readability and organization.
- Improved layout and padding in ManagedACL.svelte for a more user-friendly interface.
- Adjusted event handling and state management in App.svelte to streamline user interactions.
- Updated bundle files to reflect the latest changes in the application structure and styling.
- bump to v0.17.1
main
mleku 3 months ago
parent
commit
105e372712
No known key found for this signature in database
  1. 1
      .gitignore
  2. 6
      app/web/dist/bundle.css
  3. 32
      app/web/dist/bundle.js
  4. 2
      app/web/dist/bundle.js.map
  5. 1851
      app/web/src/App.svelte
  6. 606
      app/web/src/ManagedACL.svelte
  7. 2
      pkg/version/version

1
.gitignore vendored

@ -98,6 +98,7 @@ cmd/benchmark/data @@ -98,6 +98,7 @@ cmd/benchmark/data
!*.svelte
!.github/**
!.github/workflows/**
!app/web/dist/**
# ...even if they are in subdirectories
!*/
/blocklist.json

6
app/web/dist/bundle.css vendored

File diff suppressed because one or more lines are too long

32
app/web/dist/bundle.js vendored

File diff suppressed because one or more lines are too long

2
app/web/dist/bundle.js.map vendored

File diff suppressed because one or more lines are too long

1851
app/web/src/App.svelte

File diff suppressed because it is too large Load Diff

606
app/web/src/ManagedACL.svelte

File diff suppressed because it is too large Load Diff

2
pkg/version/version

@ -1 +1 @@ @@ -1 +1 @@
v0.17.0
v0.17.1
Loading…
Cancel
Save