This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a change to branch fixVulnerabilitiesAndModernize
in repository https://gitbox.apache.org/repos/asf/grails-forge-ui.git
from 4956894 test updates & fixing various styling mismatches
add da4d7c1 Fix bugs, lint errors, and build issues from PR #86 review
add 21d2831 Complete keyboard navigation for feature selector modal
add ceae6c4 Guard keyboard handler against editable elements, remove
empty vendor chunk
add 1be9e0e Revert to absolute URLs, use function-form manualChunks
add 9375d36 Merge pull request #87 from
jamesfredley/fix/pr-86-review-fixes
No new revisions were added by this update.
Summary of changes:
app/launch/.eslintrc.js | 14 ++++
app/launch/index.html | 1 -
app/launch/package.json | 4 +-
app/launch/src/components/Application/App.jsx | 2 +-
.../__tests__/useAvailableFeatures.test.jsx | 2 +-
.../src/components/CodePreview/CodePreview.jsx | 11 ++-
app/launch/src/components/Diff.jsx | 3 +-
.../FeatureSelector/FeatureAvailable.jsx | 2 +-
.../components/FeatureSelector/FeatureSelector.jsx | 13 +++-
app/launch/src/components/Footer/Footer.jsx | 4 +-
.../components/GenerateButtons/GenerateButtons.jsx | 2 +-
app/launch/src/components/NextSteps/NextSteps.jsx | 8 +-
app/launch/src/components/NextSteps/ShareModal.jsx | 4 +-
app/launch/src/components/RadioGroup.jsx | 2 +-
.../src/components/StarterForm/StarterForm.jsx | 2 +-
app/launch/src/components/TextInput.jsx | 2 +-
.../src/components/TooltipButton/TooltipButton.jsx | 2 +-
app/launch/src/helpers/Cache.js | 4 +-
app/launch/src/helpers/ModalKeyboardHandler.js | 89 +++++++++-------------
app/launch/src/hooks/useMicronautSdk.js | 2 +-
app/launch/src/micronaut/MicronautStarterSDK.jsx | 2 +-
app/launch/src/utility.js | 2 +-
app/launch/vite.config.js | 18 +++--
23 files changed, 106 insertions(+), 89 deletions(-)