Skip to content

issues Search Results · language:Dune language:TypeScript language:JavaScript language:CSS language:HTML language:Java

Filter by

57.2M results  (919 ms)

57.2M results

Why `js/dividends.js` declares a file-level helper: ```js const fmtEur = (n) = { const sign = n 0 ? − : ; const abs = Math.abs(n || 0); return sign + € + abs.toLocaleString( en-US , { minimumFractionDigits: ...
refactor

Issue: Navigation Back Functionality Issue during Email Verification on Enatega Multivendor Customer Website Description: There is a navigation issue on the Enatega Multivendor Customer Website during ...

Why js/_shared.js::fmtSignedEUR(): ```js function fmtSignedEUR(n) { const v = Number(n) || 0; return (v = 0 ? + : ) + fmtEUR(Math.abs(v)); } ``` For `n = -1.23`: returns ` + fmtEUR(1.23) = €1.23 ` — ...
bug

Return graceful response instead of raising exception when API key is missing

Rationale Part of #27. When a root/alias wallet is connected, operators should quickly find their row in the root-nodes table without scanning the full list. Implementation Prefer the simpler option ...
enhancement

Describe the bug Users of the Enatega Multivendor Rider App are encountering a critical issue where the application crashes consistently when attempting to access the In Progress section within the My ...

📝 Todo - 작업할 내용 - [ ] 팀 페이지 API 연동 - [ ] - [ ] - [ ]
Feature

What problem does this solve? ProgressCircle may rerender even when progress values, labels, or visual settings remain unchanged. Avoiding redundant dirty-state updates can improve efficiency in frequently ...
assigned
type:feature

Summary plugin-react-query generates a use* hook per operation, with queryOptions/mutationOptions factories and key builders underneath. The factories are the framework-portable part: TanStack Query consumes ...

Rationale Part of #27. The Recent transition block summary box should show whether the connected root/alias is online, using the same signal already shown in the root-nodes table below. Implementation ...
enhancement
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.