issues Search Results · language:Dune language:JavaScript language:Java linked:pr language:Java linked:pr language:Java
Filter by
3.2M results
What needs to be completed?
Two final build issues need to be fixed:
1. OCR Docker dependencies should support both CI and ARM64 local Docker builds. Keep CPU-only PyTorch dependencies for
x86_64, ...
area: ai-ocr
area: ci-cd
area: frontend
priority: P0
stage: june
The backend now issues both an access token (15 min) and a refresh token (7 days) on login, but the frontend was still
built for the old single-token model; storing one token value and attaching it to ...
bug
Overview
Players currently have no at-a-glance view of their overall progress while playing. A persistent status bar should
appear during active gameplay and the Overworld showing current streak, zone ...
enhancement
feature
Overview
Most screens are constrained to max-w-sm (384px), leaving large dead margins on tablet and desktop. The layout should
breathe and use the available space intelligently across all screen sizes. ...
enhancement
polish
Overview
Font sizes throughout the app are too small. The base rem scale and all custom pixel sizes need bumping up for
readability — especially on mobile where the game is primarily played.
Changes ...
enhancement
polish
🔧 리팩토링 대상 및 내용
트레이너 조회 API 응답에서 파일 관련 필드를 기존 fileId 반환 방식에서 fileUrl 반환 방식으로 변경합니다.
대상은 트레이너 조회 응답 DTO 및 관련 매핑/조회 로직입니다.
📌 리팩토링 목적 및 배경 (AS-IS vs TO-BE)
AS-IS
기존에는 클라이언트가 이미지/파일 표시를 위해 fileId만 전달받아, ...
[수정] 리팩토링 이슈
Description
Pages that fetch data from Firestore or other backends lack loading states. Users see a flash of white/empty content
while data loads, creating a poor first-impression experience.
Suggested ...
Description
The Firestore security rules appear to allow broad read access to user documents. If the rules are not properly scoped,
any authenticated (or even unauthenticated) user could read other users ...
Description
In app/globals.css, a global CSS rule forces custom scrollbar styling on ALL scrollable elements, including third-party
embedded widgets and modals:
*::-webkit-scrollbar { ... }
*::-webkit-scrollbar-thumb ...
🚀 Problem
Pages like Dashboard, Library, and Trackers have long scrollable content. There s no quick way to return to the top —
hurts UX especially on mobile.
💡 Solution
Add a floating Scroll-to-Top ...

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.