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

Allow adding extra content to the databases list footer #1473

Merged

Conversation

Antonio-Maranhao
Copy link
Contributor

@Antonio-Maranhao Antonio-Maranhao commented Feb 20, 2025

Overview

Allow adding extra content to the databases list footer.

Testing recommendations

Run the dev server and modify app/addons/databases/layout.js to add an element under DatabasePagination.
Example:

<DatabasePagination>
  <span>custom content</span>
</DatabasePagination>

then check that the content is displayed at the bottom of the databases list page.

GitHub issue number

n/a

Related Pull Requests

n/a

Checklist

  • Code is written and works correctly;
  • Changes are covered by tests;
  • Documentation reflects the changes;
  • Update rebar.config.script with the correct tag once a new Fauxton release is made

@Antonio-Maranhao Antonio-Maranhao merged commit e7f7591 into apache:main Feb 24, 2025
3 checks passed
@Antonio-Maranhao Antonio-Maranhao deleted the allow-extend-dblist-footer branch February 24, 2025 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants