issues Search Results · language:Dune language:TypeScript language:PHP language:JavaScript language:JavaScript language:CSS
Filter by
42M results
Bug Summary
The UI renders with zero CSS (raw, unstyled HTML) and the production build is broken. Tailwind v4 was never wired into
Vite, and tsc -b fails with 25 type errors. The Vite dev server hid both ...
area:frontend
bug
priority:high
size:S
Task: #75
Inspect components/bridge/BridgeSwitch.tsx and ChainIcon.tsx for hook usage and add use client where needed so the
bridge page works correctly in App Router.
feature
Task: #75
Create app/bridge/page.tsx moving all imports and JSX from pages/bridge/index.tsx. Determine if the page needs use
client based on its hook usage.
feature
Summary
OTPDigitInput uses forwardRef which is dead weight in React 19. ref is now a normal prop.
Acceptance criteria
- forwardRef wrapper removed
- ref accepted as regular prop in OTPDigitInputProps ...
status:approved
Symptom
On iPad (and likely Mac/iOS), Maple drains the battery quickly even when the app is idle — not actively editing and with
no files syncing.
Root cause
ChangeFeedClient.runForever() (the File ...
Task: #74
Navigate to / in the browser and confirm all homepage sections render, all images load via next/image, and no console
errors appear after the migration.
feature
Task: #74
If pages/index.tsx uses getStaticProps or getServerSideProps, replace the data fetching with a top-level async function
call directly inside the app/page.tsx server component.
feature
Task: #74
Create app/page.tsx without use client as the default. Move the static markup and server-safe imports from
pages/index.tsx directly into the new server component.
feature
central daemon 在 iteration agent 非零退出后的善后路径崩溃,导致 loop 停摆并留下僵尸 in_progress
目标
让 central daemon 能容忍 iteration phase 的 agent 以非零码退出:agent 失败时 daemon 不崩溃,item 转入合理的可继续/重试状态,run 记录与退出码一致,loop 继续调度后续
item。 ...
bug

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.