Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.3.0 #3

Merged
merged 28 commits into from
Aug 10, 2023
Merged

v0.3.0 #3

merged 28 commits into from
Aug 10, 2023

Conversation

akarsh1995
Copy link
Owner

[0.2.1] - 2023-08-10

Demo

Added

  • Neetcode 75 question list.
  • Search feature on keypress /

Changed

  • Not null constraints on the fields that are never null from the server.
  • QuestionModelContainer { question: RefCell<QuestionModel> } changed to Rc<RefCell<QuestionModel>>
    • As prior implemented hash. Hashables should not be mutable.
  • Colorscheme as per tokyonight style.

Fixed

  • Some questions did not appear in the "All" question list because they were not attached to any topic.
    • To resolve Unknown topic tag is added to the questions with no topic tag.
  • App now successfully restores the terminal state. No residual prints on closing the app.
  • High CPU usage due to 100ms tick interval. Now tick interval changed to 5 seconds.

@akarsh1995 akarsh1995 merged commit e46b676 into main Aug 10, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant