Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
7a7f311
refactor(layout): move tabs links to collapsible sidebar using dash-m…
LeoLuosifen Sep 10, 2025
ac8e71a
style: formatted the code via using ruff and black.
LeoLuosifen Sep 10, 2025
7e4b497
fix: fixed the comment
LeoLuosifen Sep 10, 2025
9ab10df
fix: re-formatted the file via using ruff
LeoLuosifen Sep 10, 2025
dd35663
refactor: remove unnecessary CSS/HTML
LeoLuosifen Sep 12, 2025
2539f52
add: created a new class file to store icon value
LeoLuosifen Sep 12, 2025
6d7a4aa
fix: removed all html and dash bootstrap via using dash mantine compo…
LeoLuosifen Sep 14, 2025
316c881
fix: fixed the components that ensured cypress testing could be passed
LeoLuosifen Sep 15, 2025
682cea4
refactor: used AppShell in Dash Mantine to manage the whole layout
yluo0664 Sep 17, 2025
5ca3b07
fix: removed the styles in the function show_alert_after_delay while …
yluo0664 Sep 17, 2025
b6009c1
fix: removed the unnecessary style and optimized spacing
yluo0664 Sep 23, 2025
56cad46
style(layout): Simplify children structure in ScrollArea
FedericoTartarini Sep 26, 2025
773bf25
style(select): Refactor layout to use Stack component
FedericoTartarini Sep 26, 2025
cc3c63b
refactor(layout): Simplify layout structure in summary and template g…
FedericoTartarini Sep 26, 2025
0807032
style(utils): Remove unnecessary margin and padding in tooltip functions
FedericoTartarini Sep 26, 2025
23eaa74
refactor(layout): Replace Container with Stack for layout consistency
FedericoTartarini Sep 26, 2025
178f062
refactor(layout): Move layout function to improve structure
FedericoTartarini Sep 26, 2025
fd6ede8
refactor(layout): Update loading component structure
FedericoTartarini Sep 26, 2025
25131f7
refactor(layout): Replace Box with Stack for tab six layout
FedericoTartarini Sep 26, 2025
8c873bc
feat(css): remove tabs.css
FedericoTartarini Sep 26, 2025
0684fc4
refactor(viz): Remove y-axis range setting hhd and ccd
FedericoTartarini Sep 26, 2025
93198f1
refactor(ui): Remove inline styles from dropdown components
FedericoTartarini Sep 26, 2025
0ce3365
refactor(explorer): Clean up section one layout code
FedericoTartarini Sep 26, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ verify_ssl = true
name = "pypi"

[packages]
dash = "==2.15"
dash = "==3.2"
pvlib = "==0.9.1"
pythermalcomfort = "==2.9.1"
dash-bootstrap-components = "==1.2.0"
dash-extensions = "==1.0.7"
dash-mantine-components = "==0.12.1"
dash-mantine-components = "==2.2.1"
requests = "==2.32.4"
plotly = "==5.18.0"
pandas = "==2.2.0"
Expand Down
61 changes: 16 additions & 45 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions assets/construction.css

This file was deleted.

18 changes: 0 additions & 18 deletions assets/footer.css

This file was deleted.

1 change: 0 additions & 1 deletion assets/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@
width: 100%; //or any percentage width you want
}


Loading
Loading