issues Search Results · language:Edge language:Python linked:pr language:Java language:JavaScript language:JavaScript
Filter by
5.9M results
Dependencies use broad ^ ranges across many heavy libraries, and several MUI X / lab packages are pinned to alpha/beta
versions (e.g. @mui/x-date-pickers@^6.0.0-beta.5, @mui/lab@^5.0.0-alpha.125). Run ...
dependencies
frontend
security
There is no committed lint/format config beyond CRA s defaults and no CI. Add an ESLint + Prettier setup and a GitHub
Actions workflow that runs npm ci, lint, and tests on every PR so the issues filed ...
enhancement
frontend
testing
store/metricsSlice.js addMetricWage pushes the new value into wages, todayWages, and unshifts into lastestWages
unconditionally. If those lists haven t been fetched yet (or the new value isn t actually ...
bug
frontend
The codebase mixes PascalCase (pages/Dashboard/Dashboard.js, pages/Metrics/Metrics.js) with kebab-case
(sections/dashboard/to-do-card.js, layouts/dashboard/side-nav.js) and camelCase. Pick one convention ...
cleanup
frontend
Auth forms rely on MUI label only, dialogs and icon-buttons across sections/ often lack aria-labels, and charts have no
text alternative. Run an a11y audit (axe) and add accessible names, focus management ...
accessibility
enhancement
frontend
typo: 衣総→衣装
perkにタイポがあります。
public/ contains both favicon.ico and favicon1.ico (and the same duplication exists in the backend s bundled
client/build). The favicon1.ico appears to be a leftover. Remove unused assets and make sure ...
cleanup
frontend
The app needs configuration (API URL, port) but there is no .env.example. Add one listing all REACT_APP_* variables the
app reads so new contributors can configure it without reading the source.
config
documentation
frontend
README.md is the default CRA template. Replace it with project-specific docs: what the app is, prerequisites,
install/run, required env vars (REACT_APP_API_URL, port), build/deploy steps, and a short architecture ...
documentation
frontend
store/metricsSlice.js metricsError only sets loading=false; it stores no error message and nothing renders it. When a
metrics request fails the UI just stops loading with no feedback beyond a toast that ...
enhancement
frontend

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.