-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add accordion component #15779
base: master
Are you sure you want to change the base?
Add accordion component #15779
Conversation
…di-9129-convert-accordion-plugin-to-native-component
QA Wolf here! As you write new code it's important that your test coverage is keeping up. |
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.
Nice work Andy! Works perfectly 👌
Just a few small finishing touches I think we could put on it. Looking at the default state when adding a new instance:
I think we could:
- Give it a default title (e.g. just "Accordion")
- Make sure it doesn't say
undefined
when there's no text (I've commented in the code how to do this) - Increase the size a bit when added to grid layouts (I would go for the same as a container, so width 500 and height 200 in the
size
key in the manifest) - Since it's basically a container, I think you always want to grid sizing to be "stretch", which also cleans up the settings bar. So I think we should set both
hAlign
andvAlign
tostretch
in the manifest
export let label | ||
</script> | ||
|
||
<Accordion header={label} {bold} {initialOpen}> |
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.
We should change this to header={label || ""}
just to ensure it doesn't say undefined
when there's no text.
Description
Adds a new collapsible accordion component to Budibase. Child components show and hide when clicking the header.
Screenshots
If a UI facing feature, a short video of the happy path, and some screenshots of the new functionality.
Launchcontrol
Add accordion component to Budibase
Feature branch env
Feature Branch Link