Skip to content

issues Search Results · language:Edge language:TypeScript language:JavaScript language:JavaScript language:Java

Filter by

35.1M results  (929 ms)

35.1M results

Symptom In a Chrome profile already signed into Google, clicking Sign in with Google immediately picked the most-recently-used Google account without showing the account picker. Files affected - src/store/authStore.ts ...
bug
domain: auth
P2
status: fixed

Symptom On the Settings page, the entire Subscription section was invisible while auth was loading or refreshProfile() had not completed. Files affected - src/pages/Settings.tsx Root cause Render ...
bug
domain: settings
P2
status: fixed

Symptom (a) Pressing Escape did not close any modal. (b) Modal scrim sat ON TOP of sheet clickable area in certain browsers. (c) After close, no leftover DOM (handled correctly). Files affected - ...
bug
domain: ui
P1
status: fixed

Symptom Session amounts in row-level SessionRow components showed raw numbers (1500) instead of Indian-formatted numbers (1,500). Day totals and Summary hero were already correct. Files affected - ...
bug
domain: ui
P2
status: fixed

Symptom The Home back button was ~32px tall (py-1.5). The pencil edit button was 34x34px (p-2 around an 18px icon). Files affected - src/pages/SessionDetail.tsx Root cause Both used padding-based ...
bug
domain: ui
P2
status: fixed

Symptom Stopping a session via Yes, End Session navigated to / (Landing page) instead of /tables. Files affected - src/pages/SessionDetail.tsx (line ~200) Root cause handleStop() called navigate( ...
bug
domain: ui
P1
status: fixed

Symptom If a player name was longer than 50 characters, maxLength={50} silently cut the input at 50 with no feedback to the user. Files affected - src/pages/StartSession.tsx Root cause maxLength={50} ...
bug
domain: ui
P2
status: fixed

Symptom The Back button on StartSession was ~32px tall. Recent-player-name suggestion chips used py-1 (~28px). Files affected - src/pages/StartSession.tsx Root cause py-1.5 pattern on back button. ...
bug
domain: ui
P2
status: fixed

Symptom Settings gear icon in TopBar was w-9 h-9 (36x36px) � below the 44px minimum touch target. Files affected - src/components/TopBar.tsx Root cause w-9 h-9 = 36px, no min-w/min-h override. ...
bug
domain: ui
P2
status: fixed

Symptom Game-type filter pills on Home screen were ~24px tall � too small for reliable tapping on mobile. Files affected - src/components/FilterPills.tsx Root cause py-1.5 px-3 gave only ~24px height ...
bug
domain: ui
P2
status: fixed
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.