crisiscleanup-3-web
crisiscleanup-3-web copied to clipboard
WIP: CaseForm tab setting for new work and phone
Description
PR needs more testing on new work to add same functionality to phone (should be inherited in the future).
- fix(pages): make CaseForm width same as new work page
- fix(pages): enable claim-and-save on new work page
- fix(pages): remove unnecessary style logic from
CaseView
- fix(pages): improve
Work
to include tabs for case_new, case_view, & case_history - refactor(pages): move inline template funcs to vue setup func
- feat(pages): show CaseView on worksite select/change
Current Behavior
New Behavior
Screenshots
Related Issue
Pull Request Type
Please check the type of change your PR introduces:
- [ ] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] Documentation changes
Checklist
- [ ] My code follows the code style of this project.
- [ ] I have updated the documentation.
- [ ] I have added tests to cover my changes.
- [ ] All new and existing tests passed.
Does this introduce a breaking change?
- [ ] Yes
- [ ] No