issues Search Results · language:Dune language:JavaScript language:JavaScript language:Java language:JavaScript linked:pr
Filter by
3.2M results
Description
The Hero section currently contains two Call-to-Action (CTA) buttons: ** Get Started ** and ** Learn More **.
At present, the buttons are not vertically aligned, which makes the CTA section ...
- [x] SecurityConfig 비로그인 조회 API permitAll 추가
- [x] auth.js 로그인 API 경로 수정
- [x] auth.js 회원가입 API 경로 수정
- [x] 로그인 성공 시 JWT 토큰 localStorage 저장
- [x] 헤더 로그인/로그아웃 상태 분기 처리
- [x] 회원가입 비밀번호 영문+숫자 ...
The Analyze button in Dashboard shows even when disabled during loading. This adds visual feedback: and reduced opacity
(0.65) when loading.\n\n## Changes\n- Conditional cursor/opacity based on isLoading ...
ストーリー
As a ユーザーとして I want 生成したグリッドをPNGで保存したい So that デスクトップ壁紙として使えるから
受け入れ条件
- [ ] 「ダウンロード」ボタンが表示される
- [ ] グリッド生成後にボタンを押すとPNGが保存される
- [ ] グリッド未生成時はボタンが無効
タスク
- [ ] \eat:\ ダウンロードボタンを追加・PNG保存を実装 ...
user-story
1. N+1 제거 — StyleFeedRepository / ShortFormRepository에 JOIN FETCH로 Product까지 한 번에 가져오는 조회 메서드 추가하고, ContentService의
findAll() 호출을 이걸로 교체. (쿼리 13 → 1~2)
2. 커서 페이징 전환 — 파라미터를 page 대신 lastId(커서)로 받아서 ...
The modal backdrop in SettingsModal appears/disappears instantly without any transition. Adding a prepares for smooth
fade effects.\n\n## Changes\n- Added to the backdrop overlay\n\n## GSSoC 26\n@gssoc26 ...
설명
PortOne 결제 결과를 서버가 안정적으로 반영하기 위해 웹훅 수신 기능을 구현합니다.
클라이언트 결제 확정 API가 실패하거나 지연되어도 PG사의 결제 상태를 기준으로 결제 상태를 보정합니다.
구현 범위
- [ ] PortOne 웹훅 수신 API 구현
- [ ] 웹훅 서명 검증 처리
- [ ] 웹훅 이벤트 중복 수신 방지를 위한 멱등성 ...
Individual metric entries in the metrics object could be null or undefined, causing a runtime error when accessing .
This adds a guard.\n\n## Changes\n- Added null guard for individual metric entries in ...
If a specific file entry in is null or undefined, would throw a runtime error. This adds a guard to skip such entries
gracefully.\n\n## Changes\n- Added null guard for individual file review entries in ...
The function only had a falsy check for the parameter. Adding a guard prevents runtime errors if a non-string value is
accidentally passed.\n\n## Changes\n- Added to the existing guard clause\n\n## GSSoC ...

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.