Skip to content

Commit

Permalink
Fixed minor bug where uuids loaded infinitely due to misuse of interv…
Browse files Browse the repository at this point in the history
…al disabling, fixed by modifying with statement positioning and return ordering.

Revert whitespace changes

Revert whitespace changes

Bug Fix featuring the uuids misuse from prior commits

Caught bug in the form of trips_data table being improperly named and not existing, fixed by renaming trips_data table.

Fixed issues brought up and unnecessary changes

Unformatted render

Reverted more unnecessary changes

unfix typo

Reverted to old name

Whitespace changes revert

Whitespace changes revert

Whitespace changes revert

Whitespace changes revert
  • Loading branch information
TeachMeTW committed Oct 30, 2024
1 parent d241d37 commit ae1e290
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 193 deletions.
3 changes: 1 addition & 2 deletions app_sidebar_collapsible.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,12 +210,11 @@ def make_controls():
'flex-direction': 'column'}
)


page_content = dcc.Loading(
id='global-loading',
type='default',
fullscreen=True,
overlay_style={"visibility": "visible", "filter": "blur(2px)"},
overlay_style={"visibility": "visible", "filter": "opacity(0.5)"},
style={"background-color": "transparent"},
children=html.Div(dash.page_container, style={
"margin-left": "5rem",
Expand Down
Loading

0 comments on commit ae1e290

Please sign in to comment.