-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* outline of code for filter resets * add ability to reset filters * #102 reset filters on adding new job * #116 fix filter bug * #102 correctly resets filters when adding new position * fix issue with filter reset post new job addition * expand filter reset after all new row additions * attempting to mark new row * #102 add code to enable green row highlight and smooth fade out * #102 move fade effect to new row addition; fix async function error * make accordion wider * add ability to set filters from storage * record approp and cc from summary page * fix filter reset * need to fix approp and cc saving from summary to make sure the name saves, not the number * remove trace and log * correctly sets filter values in dropdown but doesnt filter table * #86 direct to filtered view from summary page * #130 remove nav buttons on summary page * start to build logic for return to summary page * move return to summary logic to view_class * disable last from new inits page * #129 disable last from fund selector page * fix return to summary css * correctly hide back button * remove console messages * separate determining page names from visiting those pages for navigation * add descriptors to nav buttons; need to make names nicer * renamed nav buttons nicely * add button for skipping to summary * #132 fix notes section * #126 fix rev total col name * #134 make total expenditures for new inits mandatory * rephrase new init question * #135 edit revenue prompt * #131 fix empty table new row bug * #139 remove all but total for new inits in sidebar * #138 * #140 add arrow to show current page * revert back to recover resetFilter() method in Table.Filters * #119 start to implement, but need to deal with duplicate event listeners * #119 fix duplicate event listeners; row highlights correctly in sidebar * #119 add highlighting for total row on sidebar when changed * fix no appropriation error; remove log * remove confusing totals at top of baseline and supp accordions * #123 delete top line top code from accordion * #145 created final page and auto-download for finish button * update final page * fix bug with job code * make personnel job title more clearly not editable * #125 remove revenue from supps --------- Co-authored-by: Katrina Wheelan <[email protected]>
- Loading branch information
1 parent
1c6aa69
commit 75227b3
Showing
33 changed files
with
476 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#job-name { | ||
margin-left: 5%; | ||
width: 95%; | ||
border: 0px; | ||
font-weight: bold; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.