FOUR-19136 | CSS Updates for Screen Templates Panel by mcraeteisha · Pull Request #7380 · ProcessMaker/processmaker
Navigation Menu
- Notifications You must be signed in to change notification settings
- Fork 246
Conversation
Issue
Ticket: FOUR-19136
This PR adds updated styling to Screen Template Cards in the Screen Templates Panel. Updates include:
- Adds a b-collapse to ScreenTemplateCards.vue that reveals 'Apply Options' when a card is clicked.
- Adds icons and checkboxes for 'Apply Options' (Css, Fields, Layout).
- Adds 'Apply' and 'Cancel' button to each Screen Template Card.
How to Test
- Go to branch
observation/FOUR-19136inscreen-builderandprocessmaker. - Open a Screen in the Screen Builder.
- Select 'Templates' from the top menu.
- Screen Template Cards should appear for the templates in your environment.
- Select a Screen Template Card.
- The card should expand and the contents of the card should match the Figma file.
- Note: if you select one of the options in the card, the 'Apply' button will become enabled.
ci:next
ci:screen-builder:observation/FOUR-19136
ci:deploy
Code Review Checklist
- I have pulled this code locally and tested it on my instance, along with any associated packages.
- This code adheres to ProcessMaker Coding Guidelines.
- This code includes a unit test or an E2E test that tests its functionality, or is covered by an existing test.
- This solution fixes the bug reported in the original ticket.
- This solution does not alter the expected output of a component in a way that would break existing Processes.
- This solution does not implement any breaking changes that would invalidate documentation or cause existing Processes to fail.
- This solution has been tested with enterprise packages that rely on its functionality and does not introduce bugs in those packages.
- This code does not duplicate functionality that already exists in the framework or in ProcessMaker.
- This ticket conforms to the PRD associated with this part of ProcessMaker.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works as expected!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters