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 a Bootstrap layout to the CRUD add-on #485

Merged
merged 6 commits into from
Mar 7, 2024

Conversation

malparty
Copy link
Member

@malparty malparty commented Nov 29, 2023

What happened 👀

  • Add the first version of the CRUD addon with a simple bootstrap layout
  • Add the ruby script to copy SCSS styles and insert the import lines in the root application.scss file
  • Add tests

Insight 📝

Important

The purpose of this PR is to get a starting point, not to get the perfect layout 👍

The look and feel can be discussed in future issues, I also asked UX team as they have a Figma project for default Rails/Bootstrap apps, but they don't have recommendations for organism components (e.g. full menu, sidebar, etc...).
=> I decided to use the Bootstrap examples from the official doc, so I don't need to think too much about it.

SCSS classes (instead of Bootstrap utility classes) will be implemented in this issue:

Proof Of Work 📹

image

The Top navbar is responsive, not the sidebar (yet?):

image

@malparty malparty added this to the 5.11.0 milestone Nov 29, 2023
@malparty malparty self-assigned this Nov 29, 2023
@malparty malparty modified the milestones: 5.11.0, 5.12.0 Dec 14, 2023
@malparty malparty force-pushed the feature/gh483-crud-addon-add-bootstrap-layout branch 5 times, most recently from de259a3 to 9e57e90 Compare December 19, 2023 07:37
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file will be reviewed and improved in #491

@malparty malparty force-pushed the feature/gh483-crud-addon-add-bootstrap-layout branch 2 times, most recently from 53a5378 to d15961a Compare December 19, 2023 08:03
@malparty malparty marked this pull request as ready for review December 19, 2023 09:01
@malparty malparty requested a review from a user December 19, 2023 09:01
Copy link
Contributor

@sanG-github sanG-github left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have some comments and small suggestions 🙏🏻

@malparty malparty force-pushed the feature/gh483-crud-addon-add-bootstrap-layout branch from 0243e3d to 179f653 Compare January 11, 2024 03:23
Copy link
Contributor

@khangbui22 khangbui22 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 🚀

@malparty malparty added this pull request to the merge queue Mar 7, 2024
Merged via the queue into develop with commit cf33fad Mar 7, 2024
5 checks passed
@malparty malparty deleted the feature/gh483-crud-addon-add-bootstrap-layout branch March 7, 2024 07:13
@malparty malparty mentioned this pull request Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a Bootstrap layout to the CRUD add-on
3 participants