forked from IgnisDa/ryot
-
Notifications
You must be signed in to change notification settings - Fork 0
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
ci: add cross-rs build #6
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* fix(frontend): use react query to get exercise details * refactor(frontend): remove mostly duplicated workouts component * feat(frontend): hide exercise details when not required * build(ts): upgrade dependencies * chore(frontend); set correct index * chore(frontend): add a new prop * fix(frontend): add id to outer details * fix(frontend): set correct key for set * build(backend): upgrade deps * fix(backend): log when job is running * chore(backend): allow dead code * build(backend): remove unused dep
Otherwise the project was getting rate limited.
* feat(database): add new section * chore(backend): add section to prefs for new users * feat(frontend): add pro required label * chore(frontend): order of props * feat(frontend): choose a default provider for new progress updates
8b0d00b
to
3e6ef30
Compare
Fixes errors with invocations of "ps" terminal command
* Added collection inversion filter * Added a better variable name * fix(frontend): make select box bigger * fix(backend): do not force unwrap * Updated to use Bool instead of string * fix(frontend): do not send useless redirect parameter * Removed redundant if statement * Added inversion filter for people * Resolved bug where incorrect number of items is shown for people * do not send useless redirect parameter groups * Fixed bug where inversion wasnt working in non-metadata searches * Added Group filters * Added comments for the new collection filter function since its not clear what the params do * Linted code * chore(backend): address minor issues * fix(frontend): minor typing errors * fix(frontend): show on filter * chore(frontend): no conditionals when displaying all collections * Corrected incorrect column query * chore(backend): remove comment * refactor(backend): extract function to utils --------- Co-authored-by: Diptesh Choudhuri <ignisda2001@gmail.com>
* Fixed bug in review score rendering * chore(frontend): use `null` in place of `undefined` --------- Co-authored-by: Diptesh Choudhuri <ignisda2001@gmail.com>
* Added icons for various browsers. Namely apple requires non black icons. * Corrected Naming * Ran Linter * These icons should have been white.
This reverts commit a47df4e.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.