forms-frontend
forms-frontend copied to clipboard
Frontend for Python Discord forms.
The current URL to guide is broken, this a small PR to fix that
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.6.3 to 18.14.6. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript) from 7.8.1 to 7.41.0. Release notes Sourced from @sentry/react's releases. 7.41.0 feat: Ensure we use the same default environment everywhere (#7327) feat(profiling): Add JS self profiling in the...
Bumps [@codemirror/view](https://github.com/codemirror/view) from 6.1.4 to 6.9.1. Changelog Sourced from @codemirror/view's changelog. 6.9.1 (2023-02-17) Bug fixes Improve the way posAtCoords picks the side of a widget to return by comparing the...
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
The admin panel should give access to a panel of all responses of a specific form. Pressing one of the responders will access their response as per #510.
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 14.4.1 to 14.4.3. Release notes Sourced from @testing-library/user-event's releases. v14.4.3 14.4.3 (2022-08-09) Bug Fixes build: add types field in exports (#1029) (5bed8c6) remove circular dependencies (#1027) (1aa2027)...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.16.4 to 5.16.5. Release notes Sourced from @testing-library/jest-dom's releases. v5.16.5 5.16.5 (2022-08-04) Bug Fixes migrate ccs v3 to @adobe/css-tools v4 (#470) (948d90f) Commits 948d90f fix: migrate ccs...
# Description There will be scenarios where we may want to re-render a page/component but keep track of prior state/entries for better user experience. [Redux.js](https://redux.js.org/introduction/getting-started) is how we'll be approaching...