issues Search Results · language:Dune language:Python language:TypeScript language:Python language:JavaScript
Filter by
56.5M results
Summary
423-line file with 3 non-exported sub-components (PercentageDisplay/FileSizeDisplay/TierCard).
Evidence / Code Paths
- File: auralis-web/frontend/src/components/shared/CacheStatsDashboard.tsx:1-423 ...
frontend
low
maintenance
背景
現在のダッシュボード(_auth.index.tsx)のソート・フィルター設定はページリロードや画面遷移で毎回デフォルト値にリセットされる。
ユーザーが毎回「賞味期限順に並べ替えて空アイテムを非表示」といった設定を手動で行う手間がある。
提案内容
ソート順・非表示設定を localStorage または user_settings テーブル に永続化する。
永続化する設定
| 設定 ...
Claude/新規提案
enhancement
inventory
ux
작업 내용
queryClient에 전역 기본값 설정을 추가합니다. (staleTime, gcTime, refetchOnWindowFocus) 또한 API 호출을 관리하는 services 폴더를 생성합니다. 실제 tanStack
Query(useQuery/useMutation)를 관리하는 hooks 폴더의 구조를 설정합니다.
- services/의 API ...
feat
Summary
478-line component bundling health polling, auto-hide timer, Redux dispatch, and full UI.
Evidence / Code Paths
- File: auralis-web/frontend/src/components/shared/ConnectionStatusIndicator.tsx:1-478 ...
frontend
low
maintenance
Summary
The 3 hooks decomposed from useLibraryWithStats have no dedicated tests; abort-on-supersede, mountedRef guard, and
resetPagination are all uncovered.
Evidence / Code Paths
- File: hooks/library/useLibraryPagination.ts ...
bug
frontend
medium
Summary
The disabled-opacity test asserts 0.5 while the component applies 0.7 - always fails and never detects regressions.
Evidence / Code Paths
- File: auralis-web/frontend/src/components/player/__tests__/PlaybackControls.test.tsx:450-464 ...
bug
frontend
medium
Summary
The app shell uses MUI Box with no landmark roles: sidebar has no nav, main content no main, top bar no banner. SR users
get no landmark navigation.
Evidence / Code Paths
- File: ComfortableApp.tsx:252-318 ...
bug
frontend
medium
背景
現在、依存パッケージのバージョン更新は手動で行う必要がある。セキュリティパッチや minor/patch バージョンアップへの対応が遅れがちになる。
提案内容
GitHub Dependabot を設定し、依存パッケージの自動更新 PR を定期生成する。
.github/dependabot.yml の追加
version: 2
updates:
# npm (bun)
- ...
Claude/新規提案
enhancement
Summary
The caption line uses text.disabled (40% white) at 11px on the card background (#1A2338) - ~3.68:1, below the 4.5:1 AA
requirement for small text.
Evidence / Code Paths
- File: auralis-web/frontend/src/components/shared/MediaCard/MediaCardInfo.tsx:81-92 ...
bug
frontend
medium

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.