issues Search Results · language:Dune language:JavaScript language:JavaScript language:JavaScript linked:pr language:Java
Filter by
3.2M results
🐛 Bug Report
Description
website/src/pages/activities/ActivityDetailPage.jsx line 74 uses array index as React key for decorative animated circle
elements:
{[...Array(6)].map((_, i) = (
div key={i} ...
assigned
bug
good first issue
gssoc:approved
GSSoC'26
level:beginner
mentor:Ayushh-Sharmaa
needs-labels
priority:medium
type:bug
valid-issue
website
Description In landing page
- nav bar is not responsive mostly
- new components are too heavy
- animations are little heavy.
- fix responsive ness across devices.
🐛 Bug Report
Description
website/src/pages/activities/ActivitiesSection.jsx line 119 uses array index as React key for activity feature list
items:
{a.features.map((f, i) = (
li key={i} ...
Array ...
assigned
bug
good first issue
gssoc:approved
GSSoC'26
level:beginner
mentor:Ayushh-Sharmaa
needs-labels
possible-duplicate
priority:medium
type:bug
valid-issue
website
🐛 Bug Report
Description
website/src/pages/dashboard/DashboardPage.jsx lines 13 and 240 use array index as React key:
{Array.from({ length: count }).map((_, i) = (
div key={i} ... // skeleton ...
admin-dashboard
assigned
bug
good first issue
gssoc:approved
GSSoC'26
level:beginner
mentor:Ayushh-Sharmaa
needs-labels
possible-duplicate
priority:medium
type:bug
valid-issue
website
📝 무엇을 하나요?
- PROVISIONAL 일일 정산 스냅샷 생성 실패 시 실패 상태를 DB에 기록하고, 최대 3회까지 재시도할 수 있도록 개선합니다.
- 기존 FINALIZED 스냅샷 retry 정책과 동일한 FAILED, retry_count, failure_message 상태 전이를 PROVISIONAL에도 적용합니다.
- 단, PROVISIONAL은 ...
enhancement
🐛 Bug Report
Description
website/src/pages/explore/ExplorePage.jsx line 517 uses array index as React key for tag items:
{tags.slice(0, 3).map((t, i) = (
span key={i} ...
Array index keys cause ...
assigned
bug
good first issue
gssoc:approved
GSSoC'26
level:beginner
mentor:Ayushh-Sharmaa
needs-labels
priority:high
type:bug
valid-issue
website
When another user creates his own league, he becomes the owner of that league, but he doesn t have a way to promote
other players within his own league to be admins. Double check if this feature is available. ...
概要
WebGL シェーダーの brightness / warmth / saturation が全画素に適用されており、肌以外の領域(髪・背景・服)まで色調が変わってしまう。
原因
override.js FRAG シェーダーで、美肌ぼかしは skinMask() で肌領域に限定されているが、色調補正(brightness / warmth / saturation)は全画素に無条件適用している。 ...
impl:ready
model:sonnet
type:bug
🐛 Bug Report
Description
website/src/pages/dashboard/UserDashboard.tsx lines 151-153 chain .then((r) = r.json()) on three fetch calls with no
r.ok check:
fetch(`${base}/api/dashboard/profile/${userId}`).then((r) ...
admin-dashboard
assigned
bug
good first issue
gssoc:approved
GSSoC'26
level:beginner
mentor:Ayushh-Sharmaa
needs-labels
priority:high
type:bug
valid-issue
website
As a user, I want a profile page to edit my own data and optionally change my password, so that I manage my account
without being forced to retype my password every time
Backend:
- New UserSelfUpdateRequest ...

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.