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

Upgrade Primevue #185

Draft
wants to merge 35 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
a3ab39d
reset scroll in Demo app
sadiqkhoja Jul 12, 2024
9467b61
add new icons
sadiqkhoja Jul 12, 2024
4a92320
Feature #130: Required and constraint validations
sadiqkhoja Jul 12, 2024
02c309b
Styling changes
sadiqkhoja Jul 15, 2024
6c062f7
Refactor: use provide/inject for submitPressed.
sadiqkhoja Jul 26, 2024
2ce71eb
Moved Form level error message out of FormHeader
sadiqkhoja Jul 26, 2024
29879d3
use inset-inline-end instead of right for positioning error icon insi…
sadiqkhoja Jul 26, 2024
811b6ce
set width of form error message to 100% for smaller screens
sadiqkhoja Jul 26, 2024
3b5b6f7
remove additional wrapper div that was added in .smaller-screen section
sadiqkhoja Jul 30, 2024
a2d4ec8
change unit of scroll-margin-top from px to rem
sadiqkhoja Jul 30, 2024
62c7859
Scroll to first invalid question + focus it if it is a textbox
sadiqkhoja Jul 30, 2024
c555db4
fix: submitPressed not provided error
sadiqkhoja Aug 2, 2024
3bffb9d
fix: reduce heading size and weight
sadiqkhoja Jul 17, 2024
8773137
fix: change background color of textboxes
sadiqkhoja Jul 17, 2024
257d504
fix: make width of language change to max-content
sadiqkhoja Jul 17, 2024
ccd7673
fix: reduce the spacing between questions in groups
sadiqkhoja Jul 17, 2024
270a47c
fix: remove shadow from the cards
sadiqkhoja Jul 17, 2024
6f86943
fix: add + icon for repeat add button. Also fix vertical spacing for …
sadiqkhoja Jul 17, 2024
68fe0c0
fix: change the style of disabled textbox
sadiqkhoja Jul 18, 2024
564706a
fix: flat the send button
sadiqkhoja Jul 18, 2024
893ef04
fix: increase the size of repeat number
sadiqkhoja Jul 18, 2024
661530c
fix: size and style of repeat context menu
sadiqkhoja Jul 18, 2024
9c03ed5
fix: align hamburger to the top + show options based on container size
sadiqkhoja Jul 18, 2024
b6abddc
fix: align chevron to the middle
sadiqkhoja Jul 18, 2024
b3d392c
fix: set background of the widget to white
sadiqkhoja Jul 18, 2024
0188fd1
fix: align question container when it is inside groups
sadiqkhoja Jul 18, 2024
e21db60
fix: make fix-error a button
sadiqkhoja Jul 18, 2024
d5cbf6f
fix: gap between label and control
sadiqkhoja Jul 19, 2024
33301d1
format all
sadiqkhoja Jul 19, 2024
d2bc54d
Increase max-width of language changer and min-width of container query
sadiqkhoja Jul 31, 2024
2dd6977
set max-width of add repeat button to 260px
sadiqkhoja Jul 31, 2024
0de7075
remove .chevron padding and make h2(flex) items align center
sadiqkhoja Jul 31, 2024
9588836
use gap instead of margin between select options
sadiqkhoja Jul 31, 2024
8382ffa
fix vertical alignment of validation message and no hover state for l…
sadiqkhoja Jul 31, 2024
3def368
Upgrade primevue from v3 to v4
sadiqkhoja Aug 6, 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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ node_modules/

# Build artifacts
dist/
dist-demo/
examples/**/dist
packages/**/dist

Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"editor.formatOnSave": true
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.formatOnSave": true
},
"[vue]": {
Expand Down
Loading
Loading