Closed nilsreichardt closed 1 month ago
Visit the preview URL for this PR (updated for commit 072a0a5):
https://ankigpt-prod--pr262-change-to-thirty-zkzpxd8x.web.app
(expires Fri, 25 Oct 2024 21:50:48 GMT)
🔥 via Firebase Hosting GitHub Action 🌎
Sign: d92ffb1df33c580cdff371dc6d804be59df9fdab
Walkthrough
The pull request modifies the
CardGenrationSize
enum by replacing the valuethirtyFive
withthirty
, updating associated methods to reflect this change. TheOptionsController
class is also adjusted to use the newdefaultSize
, affecting the initialization ofGenerationOptions
. Additionally, a hash value in the generated code for theOptionsController
has been updated, although this does not impact functionality.Changes
lib/src/models/card_generation_size.dart
thirtyFive
, replaced withthirty
. UpdatedtoInt()
andisAvailableForFiles()
methods accordingly.lib/src/providers/options_provider.dart
defaultSize
constant fromCardGenrationSize.thirtyFive
toCardGenrationSize.thirty
. No changes to other methods.lib/src/providers/options_provider.g.dart
_$optionsControllerHash
from0eddf48428c5830db102e8385266296a41247e70
to7bed8fe6d9b9b957de6fbb1694310f7929f43df3
.Possibly related PRs
218: The
OptionsController
class in this PR changes thedefaultSize
fromCardGenrationSize.twenty
toCardGenrationSize.thirtyFive
, which is directly related to the changes made in the main PR whereCardGenrationSize.thirtyFive
is replaced withCardGenrationSize.thirty
.Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
❤️ Share
- [X](https://twitter.com/intent/tweet?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A&url=https%3A//coderabbit.ai) - [Mastodon](https://mastodon.social/share?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A%20https%3A%2F%2Fcoderabbit.ai) - [Reddit](https://www.reddit.com/submit?title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&text=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code.%20Check%20it%20out%3A%20https%3A//coderabbit.ai) - [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fcoderabbit.ai&mini=true&title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&summary=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code)🪧 Tips
### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit