Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue#1163 resolved, Issue#1292 resolved, and Issue#1293 partially resolved #1325

Merged
merged 29 commits into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
ce1cc1c
added const arrow functions to MapControlsComponent
danielshid Jul 13, 2024
0f05b00
added drop-down menu for map
danielshid Jul 13, 2024
6963f7f
copied and stripped BarControlsComponent of bar specific components t…
danielshid Jul 19, 2024
bf45a42
functional map interval dropdown
danielshid Jul 23, 2024
6b882df
delete original MapControlsComponent code with buttons
danielshid Jul 23, 2024
5110a82
implemented compare interval dropodwn menu
danielshid Jul 29, 2024
90cac84
delete original compare button code
danielshid Jul 29, 2024
97f384b
touchups to CompareControlsComponent and added comments
danielshid Jul 30, 2024
3b8281a
implemented bar, map, and compare controls into one file
danielshid Aug 1, 2024
e583f3f
delete original code fragments and generalize variable/function names
danielshid Aug 2, 2024
9d80e12
Merge remote-tracking branch 'origin/development' into issue#1292
danielshid Aug 4, 2024
c5742bc
fixed import to meet length requirement
danielshid Aug 4, 2024
3c15d96
delete trailing space
danielshid Aug 4, 2024
1394d1f
used input instead of dropdown for compare controls
danielshid Aug 9, 2024
90f74c2
Reimplemented three separate components
danielshid Aug 9, 2024
c4204ac
corrected function comments and format docs
danielshid Aug 9, 2024
2415d7a
format doc
danielshid Aug 9, 2024
161a7b5
removed conditionals for comparecontrols
danielshid Aug 9, 2024
c56d653
Merge remote-tracking branch 'origin/development' into pr/danielshid/…
huss Aug 10, 2024
80a11d6
covert indentation to tabs
danielshid Aug 10, 2024
ed08f9d
Merge branch 'issue#1292' of https://github.com/danielshid/OED into i…
danielshid Aug 10, 2024
e427b88
added missing semicolons
danielshid Aug 10, 2024
6032a96
"made interval component cleaner"
danielshid Aug 12, 2024
396f48c
consistency changes to IntervalControlsComponent.tsx
danielshid Sep 17, 2024
265887a
code does not work needs debugging
danielshid Oct 4, 2024
f26e35c
Merge branch 'OpenEnergyDashboard:development' into issue#1292
danielshid Oct 4, 2024
5e56635
changed compare enums
danielshid Oct 4, 2024
c7e5d17
fully integrate looping over the enum
danielshid Oct 8, 2024
c368728
Merge branch 'OpenEnergyDashboard:development' into issue#1292
danielshid Oct 8, 2024
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
148 changes: 0 additions & 148 deletions src/client/app/components/BarControlsComponent.tsx

This file was deleted.

89 changes: 0 additions & 89 deletions src/client/app/components/CompareControlsComponent.tsx

This file was deleted.

Loading
Loading