Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2024-07-11 | Re-map slugged vote options to human form when upstreaming to form | -1/+16 | ||
2024-07-11 | Add voteReducer to rootReducer Redux configuration | -1/+3 | ||
2024-07-11 | Disable StrictMode for React | -17/+15 | ||
2024-07-11 | Handle voting component callbacks | -3/+21 | ||
2024-07-11 | Add new vote component and voting redux store | -0/+323 | ||
2024-07-11 | Add new package for animated list reorders | -0/+6 | ||
2024-07-10 | Bump @sentry/react from 8.16.0 to 8.17.0 | -78/+78 | ||
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript) from 8.16.0 to 8.17.0. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/8.16.0...8.17.0) --- updated-dependencies: - dependency-name: "@sentry/react" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> | ||||
2024-07-10 | Prevent flash of huge loading bar on suspense loaded routes | -6/+95 | ||
2024-07-10 | Improve the styles on the radio component to make it easier to use | -22/+46 | ||
Increases the click area, the visibility that an option has been selected, and the visibility that an item has been hovered on. Additionally, adds an instruction ahead of the component instructing users to select an option incase it was no longer clear that the field is a radio select. | ||||
2024-07-10 | fix url to `Getting Started` Notion page | -1/+1 | ||
2024-07-10 | Unit tests for Navigation component | -1/+49 | ||
2024-07-10 | Set Sentry user data when authenticating | -0/+11 | ||