Trillium Smith
Trillium Smith
### Overview The upgrade of react-scripts in #1324 introduced a warning from webpack: ```c [HPM] Proxy created: / -> http://localhost:4000 (node:78376) [DEP_WEBPACK_DEV_SERVER_ON_AFTER_SETUP_MIDDLEWARE] DeprecationWarning: 'onAfterSetupMiddleware' option is deprecated. Please use the...
Fixes #1548 ### What changes did you make and why did you make them ? - Renamed all JSX files to `.jsx` from .js ### Screenshots of Proposed Changes Of...
## `Enhancement` Continuation of #897 ### Changes - Add support for dropdown within `headerNavLinks` - Update dropdown styling in MobileNav - Iffy on this being the right styling of the...
### Overview Review all components in`./src/components/editMeetingTimes.js` and replace all standard HTML components with applicable MUI components. ### Action Items - [x] Review components in:`./src/components/editMeetingTimes.js` and search for any standard HTML...
### Overview Devs on this team have differing eslint configurations. VRMS should standardize linting so that only relevant changes show up in commits, standardizing things like: `import {foo} from './foo'`...
### Overview When the user encounters an error in the /admin page on the email field, the buttons are bumped down to display the error state We can prevent this...
### Overview The auth component is imported in multiple locations protecting components that should only be accessed when the user is logged in. This can be more easily handled with...
Fixes #1639 ### Overview Switching off Create React App to Vite is recommended, and allows us to get a hold of security vulnerabilities and use tools like ESLint without as...
### Overview The TitledBox children have been accidently moved outside of the component, rendering them differently than before: ### Action Items - [ ] Move children back within TitledBox regardless...
Provide source link for Trillium blog