3 件のコメント (3 件のコメント)0 件のリアクション (0 件のリアクション)1 人の担当者 (1 人の担当者)TypeScript0 件のフォーク (0 件のフォーク)auto 404
good first issuehacktoberfest
Repository metrics
- Stars
- 0 個のスター (0 個のスター)
- PR merge metrics
- PR metrics pending (PR metrics pending)
説明
- Add a Reset button next to the submit button.
- Clicking reset should:
- Clear all form inputs
- Remove the displayed weight class result
- Optionally, reset URL query parameters if implemented
- Style the button consistently with the dark-mode red/black theme.
コントリビューターガイド
- 調査方針
- 現在のフォーム実装を調査してください:フォームの値がどのように保存されているか(例:状態またはDOM)を確認します。結果を表示するコンポーネントとそのリセット方法を特定します。一貫性のあるダークモードテーマのために既存のボタンスタイルを確認します。URLクエリパラメータが使用されている場合は、ページリロードせずに更新する方法(例:history API)を調査します。
- 技術スタック
- typescript
- 領域
- frontend
- Issue 種別
- 機能
- 前提条件
- Git