daily-code
daily-code copied to clipboard
This pr is raised in reference to the issue #63 . The discrepancy between the selected theme and the track page theme was due to **hydration** issue. There is a...
Added the arrow search functionality and also fixed the ui bug in the landing page.
PR Fixes: 1. Ci pipeline for PR merges to ensure code is linted Resolves : https://github.com/code100x/daily-code/issues/167
> The width of the is greater than the width of the card. Making redirect clicking outside of the card! https://github.com/code100x/daily-code/assets/108384868/5cccf8cc-4592-44c2-9c89-bfe1621604d9
**Current behaviour:** No action for the arrow keys in the search filter **Expected behaviour:** Selection of the filtered search https://github.com/code100x/daily-code/assets/108384868/6e501af9-6039-4f64-998e-f1a65ceb4bd8
### PR Fixes: - 1 Fixed Toaster Configuration
> Most of the things are not too clear. - [ ] Improve the package management and make sure that seeding and migration don't fail. ( migration.ts is no more...
Users are committing package-lock and `pnpm-lock` We're restricting the repo to yarn, so any PR that adds either of these should be rejected Let's add a workflow that checks this