Skip to content
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

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

andz-bb
Copy link
Contributor

@andz-bb andz-bb commented Mar 20, 2025

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

@andz-bb andz-bb requested a review from aptkingston March 20, 2025 13:33
Copy link

linear bot commented Mar 20, 2025

Copy link

qa-wolf bot commented Mar 20, 2025

QA Wolf here! As you write new code it's important that your test coverage is keeping up.
Click here to request test coverage for this PR!

@andz-bb andz-bb added the feature-branch Release this PR code into a feature branch label Mar 20, 2025
@andz-bb andz-bb marked this pull request as draft March 20, 2025 13:35
@github-actions github-actions bot added the stale label Mar 27, 2025
Copy link
Member

@aptkingston aptkingston left a 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:
image

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 and vAlign to stretch in the manifest

export let label
</script>

<Accordion header={label} {bold} {initialOpen}>
Copy link
Member

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.

@github-actions github-actions bot removed the stale label Mar 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-branch Release this PR code into a feature branch size/s
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants