-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Preset and add creation #1015
base: main
Are you sure you want to change the base?
Preset and add creation #1015
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TypeSelectModal
and StreamModal
are always used as a pair, so I packaged them as a pair for ease of use
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I liked the style of the add stream button on the home page and wanted to use it elsewhere, so I've packaged it into this component
9b93cab
to
49ffd03
Compare
<> | ||
<Modal className="streams-modal" onClose={onClose}> | ||
<Modal onClose={onClose}> | ||
<Card className="type-select-card"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This class wasn't declared in any CSS so I removed it
…ls into the components folder and reuse them on the home page
49ffd03
to
9ed8b27
Compare
What does this change intend to accomplish?
Closes #707
Moved stream and preset creation workflows to the components folder, then spread them to relevant places (preset creation on presets settings page and presets modal on home page, stream creation in all places streams can be selected)
Checklist
./scripts/test