Results 11 issues of Yash Khatri

### PR Fixes: - setupDB.sh shell bug fix Initially, when we use this script, it throws a unique constraint error as we are running the seed twice. Fixed that by...

When we use this script, it throws a unique constraint error as we are running the seed twice. Steps to reproduce the behavior: 1. Drop the DB 2. Rerun the...

bug

Close button added in setting Used the reducer action from side nav to fix the issue. This is my first PR in this repo, I would love to hear your...

### PR Fixes: - 1 Expand all toggle added - 2 Theme toggle added - 3 Expand all is hidden if no toggle on page https://github.com/code100x/daily-code/assets/60394241/3c0fa042-c1c7-452b-adaf-b72c09f1b218

### PR Fixes: - 1 User can start where they left off - 2 We also have an "isCompleted" field which tracks the track, and we can further use it...

### PR Fixes: - 1 App bar Alignment Fix Before: After: Before: After: Before: After: Resolves #432

The Track History feature records the last visited page of a track for each user, enabling users to resume their progress from where they left off. We can store the...

enhancement

App bar Alignment is not consistent and have a lot of alignment issues Steps to reproduce the behavior: 1. Run the app 2. Open any slide App bar should look...

bug

## What does this PR do? Rename org short code Option added in: settings -> Organization -> Org profile Fixes #307 ## Type of change - [ ] Bug fix...

backlog

### PR Fixes: - 1 Made space by shifting search filters on top - 2 Removed 2nd scroll bar and made the whole page scroll Before: After: ### Checklist before...