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

Fix up datagrid layout #228

Merged
merged 4 commits into from
Jun 7, 2022
Merged

Fix up datagrid layout #228

merged 4 commits into from
Jun 7, 2022

Conversation

shawnbot
Copy link
Member

@shawnbot shawnbot commented May 4, 2022

Fixing #227

@nlsfds @coreyhunt you can test it by adding this query string to any form page on SF.gov, as in the ADU form:

?formio-sfdsVersion=0.0.0-8d0e075

Then, either run this in the console:

FormioSFDS.forms[0].setPage(6)

or paste this into the location bar and press Enter:

javascript:FormioSFDS.forms[0].setPage(6)

@github-actions
Copy link
Contributor

github-actions bot commented May 4, 2022

Size Change: +89 B (0%)

Total Size: 89.8 kB

Filename Size Change
dist/formio-sfds.css 13.8 kB +14 B (0%)
dist/formio-sfds.standalone.js 69.3 kB +75 B (0%)
ℹ️ View Unchanged
Filename Size
dist/portal.js 6.65 kB

compressed-size-action

@shawnbot shawnbot marked this pull request as ready for review June 1, 2022 19:35
@shawnbot shawnbot changed the base branch from main to release-9.2.7 June 1, 2022 19:35
@shawnbot shawnbot mentioned this pull request Jun 1, 2022
5 tasks
@shawnbot shawnbot requested review from nlsfds and coreyhunt June 7, 2022 20:51
@shawnbot
Copy link
Member Author

shawnbot commented Jun 7, 2022

Sorry y'all, I forgot to add you as reviewers 🙈

@shawnbot shawnbot force-pushed the release-9.2.7 branch 2 times, most recently from 9cadba3 to 6c3d478 Compare June 7, 2022 21:00
Copy link

@coreyhunt coreyhunt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worlds better than it was. Looks good

@shawnbot shawnbot merged commit bb4077e into release-9.2.7 Jun 7, 2022
@shawnbot shawnbot deleted the fix/datagrid-layout branch June 7, 2022 23:27
shawnbot added a commit that referenced this pull request Jun 28, 2022
* bump v9.2.7

* fix(api): prevent access errors in undefined form.form.properties (#224)

* fix(datagrid): remove v-align-top class from <tr> (#226)

* chore(npm): npm audit fix

* Fix up datagrid layout (#228)

* fix(css): add .form-comtrol padding, height

* fix(templates): fix up datagrid markup + classes

Co-authored-by: [email protected]
Co-authored-by: [email protected]

* fix(examples): add datagrid example

* chore(templates): nix table-layout style from datagrid

* chore(deps): npm audit fix

* Fix/radio required visual indicator (#235)

* fix(radio): add required style to <legend>

* chore(tests): update snapshots for required radio

* fix(syntax): nix ?. operators

* chore(tests): update snapshots

* Fix select component option translation (#236)

* chore(tests): add example for select w/translations

* fix(i18n): make select labels explicitly translatable

* chore(tests): update snapshots

Co-authored-by: Shawn Allen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants