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

Refactor/UI fixes and ResponsiveGrid rewrite #1458

Merged
merged 7 commits into from
Jun 25, 2024
Merged

Conversation

awesthouse
Copy link
Contributor

@awesthouse awesthouse commented Jun 24, 2024

What does this pull request change?

UI fixes

  • Add title and description fields to List and Form plugins which can be used to improve sectioning of elements in dashboard applications
  • Styled form wrapper. Attempting to improve natural relations between elements and avoid the feeling of floating buttons.
  • Minor responsive design fixes on images, datepicker and stacks
  • Less invasive and smaller select in pagination

Rewrite of ResponsiveGridPlugiin

  • No columns definition. Grid items are direct children of Grid which encourages correct use of responsive layout.
  • Removal of react-grid system. Functionality we already offered has been replicated, but there are ways to expand on functionality at a later time.
  • Update of use in recipes

Why is this pull request needed?

Improve UX + update ResponsiveGridPlugin

@awesthouse awesthouse requested a review from a team as a code owner June 24, 2024 16:38
@awesthouse awesthouse changed the title Refactor/UI fixes Refactor/UI fixes and ResponsiveGrid rewrite Jun 24, 2024
@awesthouse awesthouse merged commit f1776cc into main Jun 25, 2024
7 of 8 checks passed
@awesthouse awesthouse deleted the refactor/ui-fixes branch June 25, 2024 15:32
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