-
Notifications
You must be signed in to change notification settings - Fork 38
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
feat: remix - Foundational components #317
Merged
Merged
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
leoafarias
changed the title
Feature/remix
Added: remix - Foundation for Button and Spinner
Jun 22, 2024
DCM report✅ no issues found! Full report: https://github.com/conceptadev/mix/runs/26729491210 |
leoafarias
changed the title
Added: remix - Foundation for Button and Spinner
feat: remix - Foundation for Button and Spinner
Jul 2, 2024
github-actions
bot
added
documentation
Improvements or additions to documentation
examples
mix
mix_generator
repo
mix_annotations
mix_lint
labels
Jul 3, 2024
github-actions
bot
added
documentation
Improvements or additions to documentation
examples
mix
mix_annotations
mix_generator
mix_lint
remix
repo
and removed
documentation
Improvements or additions to documentation
mix
mix_generator
repo
examples
mix_annotations
mix_lint
remix
labels
Jul 13, 2024
# Conflicts: # packages/mix/lib/src/theme/mix/mix_theme.dart # packages/mix/lib/src/theme/tokens/color_token.dart # packages/mix/lib/src/theme/tokens/mix_token.dart # packages/mix/lib/src/theme/tokens/text_style_token.dart
# Conflicts: # packages/mix/lib/src/core/styled_widget.dart # packages/mix/lib/src/variants/widget_state_variant.dart # packages/mix/lib/src/widgets/pressable_widget.dart # packages/mix/lib/src/widgets/widgets.dart # packages/mix/test/src/internal/widget_state/gesturable_builder_test.dart # packages/mix/test/src/internal/widget_state/interactive_widget_test.dart # packages/mix/test/src/widgets/pressable/pressable_widget_test.dart # packages/mix/test/src/widgets/pressable_widget_test.dart # packages/mix/test/src/widgets/widget_state/widget_state_test.dart
leoafarias
changed the title
feat: remix - Foundation for Button and Spinner
feat: remix - Foundational components
Jul 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
documentation
Improvements or additions to documentation
examples
mix_annotations
mix_generator
mix_lint
mix
remix
repo
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.
Initial merge of the Remix package with the button and spinner components.
These are works in progress, but they will help us keep track of enhancements needed on Mix and the generator to support Remix.