-
Notifications
You must be signed in to change notification settings - Fork 456
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: alert block component [SV-155] #2982
base: v2-develop
Are you sure you want to change the base?
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.
@Szymon-dziewonski Good idea! Though I'm not sure how to implement it right now. If import Alert block-component in different block then it won't be a "copy-paste" solution "out of the box". WDYT? (CC: @skirianov) We had two ideas about working with this case:
But in any case - I'd do that as a separate step as we need to figure out the solution first
Nope, it's my & @skirianov invention - what do you think, acceptable until SFUI gets migrated to new documentation? |
@FRSgit I would we could just point in docs that
With this solution we would have easier maintainability and user could copy whole source code OR source code with componenten and change import for their needs As for styling, I would go with darker green and rounded border (top-left, top-right), but can be like that as well |
@Szymon-dziewonski yea, that solution would work as well - but I'd implement it in new docs rather then in vuepress. Don't want to waste time on something that should be removed 😄 BTW. @mattmaribojoc @skirianov @filrak do we any ETA on docs replacement for SFUI? |
Signed-off-by: Jakub Freisler <[email protected]>
Signed-off-by: Jakub Freisler <[email protected]>
Signed-off-by: Jakub Freisler <[email protected]>
Signed-off-by: Jakub Freisler <[email protected]>
Signed-off-by: Jakub Freisler <[email protected]>
5798ffd
to
81c2375
Compare
[storefront-ui-vue] Kudos, SonarCloud Quality Gate passed! 0 Bugs 100.0% Coverage The version of Java (11.0.20) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
[storefront-ui-react] Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information The version of Java (11.0.20) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
With regards to zip, I would personally go for the CLI (shadcn/ui is a great example), because working with zips sucks. |
@skirianov yea, true! My main thought was - let's worry about that in a separate channel, not under this PR 😄 |
Related issue
Closes https://vsf.atlassian.net/browse/SV-155
Scope of work
Block component source code has been added to the Alert page
Screenshots of visual changes
Alert page:
Blocks page:
Checklist