Skip to content

Commit

Permalink
Fixed the blank page issue by loading the templates with a promise an…
Browse files Browse the repository at this point in the history
…d waiting for all promises to finish.

Made some adjustments to the jest tests to account for the adjusted Vue boot sequence.

Reverted every self-closing tag that isn't <br/> to have an explicit closing tag.

Refactored every Vue property binding and event binding to use kebab casing over camel case.

Fixes for gridmember buttons. The binoculars are lowered and the light mode buttons are gray instead of white to provide contrast against the background.
  • Loading branch information
coreyogburn committed Mar 4, 2025
1 parent 17fb638 commit f55da6a
Show file tree
Hide file tree
Showing 8 changed files with 1,318 additions and 1,289 deletions.
4 changes: 4 additions & 0 deletions html/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -982,3 +982,7 @@ ul ul ul {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}

[data-aid="grid_members_screen"] .v-btn.v-theme--light {
background-color: rgb(var(--v-theme-drawer_background)) !important;
}
Loading

0 comments on commit f55da6a

Please sign in to comment.