issues Search Results · language:Edge language:TypeScript language:PHP language:TypeScript
Filter by
21.3M results
Add a simple first-run onboarding flow for manually provisioned users who sign in successfully but have no usable weekly
list yet.
Goal:
- This is not signup. Users are already created manually.
...
Description
File: contracts/token/src/lib.rs — burn() (lines 144–149) vs burn_self() (lines 203–208)
Issue:
// burn — owner-initiated, NO frozen check
pub fn burn(env: Env, from: Address, amount: i128) ...
bug
contracts
Summary
In a live multi-user deployment, the admin user list could show a user row and its domain ownership correctly, but
endpoints that resolve the same user by username returned not found or rejected ...
Description
File: contracts/token/src/lib.rs — permit() (lines 452, 470–478)
Issue:
pub fn permit(
env: Env, owner: Address, spender: Address, amount: i128,
expiration_ledger: u32, nonce: u64, ...
contracts
high
Observed
Watching clerk dispatch a background @researcher worker (drafting the #11 sync spec), the worker-activity feed card
appeared to freeze: it sat on ⚡ Bash … (13 tools · 01:00) for ~98s before jumping ...
🤖 AI 起票 (Claude Code)
状況整理
新機能調査エージェントが発見。
ArticleContextMenu は右クリックで「既読」「ブックマーク」「後で読む」「一覧から削除」を提供するが、スヌーズが存在しない。スヌーズは差別化機能で、ユーザーは個別の記事ヘッダーボタンから操作する必要がある。
既存インフラ:
- SnoozeModal + useSnoozeHandler ...
enhancement
needs-user-decision
Default browser focus rings on the dark UI can look unintentional (observed on a StatusBand action link during design
review). Add consistent :focus-visible treatment (gold or muted outline matching design ...
accessibility
ux
Description
File: contracts/vesting/src/lib.rs — release() (line 275)
Issue:
let ttl_ledgers = schedule.end_ledger - env.ledger().sequence();
if ttl_ledgers 0 {
env.storage().persistent().extend_ttl( ...
contracts
high
🤖 AI 起票 (Claude Code)
状況整理
新機能調査エージェントが発見。
useReadingProgress がスクロール進捗を localStorage に保存・復元しているが、この情報は記事一覧では一切表示されない。ユーザーが途中まで読んだ記事を再発見するには個別に開くしかない。
既存インフラ:
- useReadingProgress + loadProgress() ...
enhancement
needs-user-decision

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.