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

Migrate to PrimeVue 4.0 #234

Draft
wants to merge 30 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
a580dd9
Initial primevue v4 upgrade
wilwong89 Sep 12, 2024
242fcf8
Update Calendar name to DatePicker
wilwong89 Sep 14, 2024
795e021
Replacing depreciated component Dropdown with Select
wilwong89 Sep 14, 2024
5bda8b4
Updated renamed components, inputswitch to toggleswitch, sidebar to d…
wilwong89 Sep 18, 2024
843d673
Update Stepper component to new version
wilwong89 Sep 19, 2024
29eac0b
Update Accordion component to new format, fix submission intake navig…
wilwong89 Sep 24, 2024
a0c30e1
Replace depreciated TabView component with Tabs
wilwong89 Sep 26, 2024
044ebfd
Primevue theming/CSS changes, handle input component blur events
wilwong89 Sep 27, 2024
af07ceb
WIP updating color vars
wilwong89 Oct 9, 2024
50c3c01
Figuring out component level overrides
kyle1morel Oct 10, 2024
19121a4
WIP menu styling
wilwong89 Oct 12, 2024
289df6c
WIP Datatable, button styling
wilwong89 Oct 16, 2024
59262ab
WIP Submission intake styling
wilwong89 Oct 17, 2024
9a073e4
WIP submissint intake
wilwong89 Oct 24, 2024
84c96ee
WIP toasts
wilwong89 Oct 25, 2024
46199fe
Adjust dialog cancel btns, padding and color adjustments to multiple …
wilwong89 Oct 26, 2024
ac65ff4
Update Calendar name to DatePicker
wilwong89 Sep 14, 2024
e9d3ca2
Finalize Step component changes
wilwong89 Sep 12, 2024
a1d2e63
Minor step component, theme override, and InputTextInternal adjustments
wilwong89 Sep 12, 2024
26686e4
Updated depreciated components from certain files
wilwong89 Sep 12, 2024
f42aedd
Styling fixes and upload component adjustment
wilwong89 Oct 29, 2024
54109d5
Integrate active submission toggleswitch
wilwong89 Oct 29, 2024
da7b80c
Resolve UI/UX comments on design
wilwong89 Sep 12, 2024
07c59a3
Resolve dev comments on changes
wilwong89 Nov 13, 2024
918e59a
Remove variables.scss and utilize theme variables
wilwong89 Nov 15, 2024
f62b370
Resolve merge conflicts
kyle1morel Jan 7, 2025
e65d73b
Migrate to tailwindcss + primeui plugin
kyle1morel Jan 7, 2025
a8e649f
Resolve rebase conflicts
kyle1morel Jan 7, 2025
7335fe6
Header + Footer css updates
kyle1morel Jan 7, 2025
4ea95c6
Proponent housing and submission intake cleanup
kyle1morel Jan 8, 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
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
},
"coverage-gutters.showGutterCoverage": false,
"coverage-gutters.showLineCoverage": true,
"scss.lint.unknownAtRules": "ignore",
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.formatOnSave": true,
"eslint.format.enable": true,
Expand Down
Loading
Loading