237 Commits

Author SHA1 Message Date
George Drummond
0f3e70798f
Merge pull request #905 from dod-ccpo/remove-edit-link
Remove EditLink
2019-06-13 09:56:33 -04:00
George Drummond
5228b2b33c
Remove EditLink 2019-06-12 16:57:24 -04:00
George Drummond
49cd3830f6
DateInput component is no longer being used 2019-06-12 16:53:53 -04:00
richard-dds
31d95e51bc Require defense component input before showing Save button 2019-06-12 16:10:10 -04:00
leigh-mil
1e817c6755 Update copy, add totals box, style buttons 2019-06-12 15:29:47 -04:00
dandds
460fb7cef5
Merge pull request #896 from dod-ccpo/home-page-fixes
Home page fixes
2019-06-12 14:05:26 -04:00
dandds
b63da3ad54
Merge pull request #886 from dod-ccpo/upload-fixes
Upload fixes
2019-06-12 11:21:40 -04:00
dandds
4ab0975b13 Updates to SemiCollapsibleText component.
The more/less toggles should be inline with the text. The caller should
pass in the first and second halves of the content to be displayed.
2019-06-12 10:50:12 -04:00
dandds
06f4aeb74d
Merge pull request #880 from dod-ccpo/to-review-modal
TO Review Submit Modal
2019-06-11 13:10:17 -04:00
Montana
52a31746d8 Modal styling 2019-06-11 12:06:11 -04:00
George Drummond
cad43af455
Portfolio archiving 2019-06-11 11:30:37 -04:00
dandds
0e89a55c07 Display and overwrite task order uploads correctly.
- Populate the POSTed form with additional data from the existing TO
  model. This way the pdf attachment has to be explicitly overwritten.
- Adjust the frontend so that if there is an existing PDF, it only sends
  a file input back if the user removes the existing PDF.
2019-06-11 09:58:32 -04:00
Montana
f49b67d0dd Create SubmitConfirmation modal
- includes html component and js component
- styling on modal is not ready
2019-06-11 09:31:03 -04:00
Montana
2870d551ee Move semi collapsible text to a template component 2019-06-10 11:32:43 -04:00
dandds
159360692f Improve task order upload validation handling.
- Display validation errors.
- Rerender validated form data correctly.
- Clear error state correctly.
2019-06-06 13:57:07 -04:00
dandds
fb430e76e9 Basic frontend uploader component 2019-06-06 13:57:07 -04:00
Montana
e4cbe892fc Use clin values to render budget information
- creates a relationship `clins` on task order model
- two properties on task order model to calculate budget amounts
2019-06-05 09:40:10 -04:00
Montana
b365c4bde4 Change name of TOSidebar to TotalsBox 2019-06-04 15:55:29 -04:00
Montana
a0a8c8e1f1 Use task order in TOSidebar macro 2019-06-04 15:55:29 -04:00
richard-dds
b3e9a4827a
Merge pull request #858 from dod-ccpo/sticky-to
Sticky CTA Header
2019-06-04 15:28:49 -04:00
George Drummond
26c4ec0d05
Merge pull request #851 from dod-ccpo/modal-freezing
Fix modal freezing fix
2019-06-04 11:43:40 -04:00
Montana
582ddb865d Move to-sidebar into a macro 2019-06-04 10:13:55 -04:00
George Drummond
b9c0f13228
Fix modal freezing fix 2019-06-04 09:55:57 -04:00
richard-dds
130fe08224 Reduce top padding 2019-06-03 14:30:14 -04:00
richard-dds
37ca94df42 Create reusable StickyCTA component 2019-05-31 16:25:40 -04:00
leigh-mil
3e07d95969 Refactor Pagination macro 2019-05-22 13:08:44 -04:00
dandds
d38c4df878 Form components for changing user environment role 2019-05-17 14:00:44 -04:00
montana-mil
1c4725840c
Merge pull request #815 from dod-ccpo/add-new-env-app-settings
Add New Environment via app settings
2019-05-15 11:30:29 -04:00
George Drummond
d4ff41244d
We dont need this in vue template 2019-05-15 10:17:09 -04:00
Montana
408fa4e618 Fix DeleteConfirmation component modal id 2019-05-14 15:17:52 -04:00
George Drummond
a35349cc88 Set ToggleSection macro "classes" default 2019-05-14 11:00:14 -04:00
leigh-mil
060c6834bf Add save button and temp member role toggle to env member form 2019-05-14 10:58:22 -04:00
dandds
457b1f9523 Detangle the MultiStepModalForm modal-open link from the modal.
In order to place modal forms in other places on the page (so that forms
are not nested) it's necessary to move MultiStepModalForm links out of
the component. They just need to refer to the correct modal.

This PR also makes changes to ensure that the active modal is being
unset everywhere correctly when a modal is closed.
2019-05-08 11:16:56 -04:00
montana-mil
fb7efc6057
Merge pull request #801 from dod-ccpo/app-team-permissions
Application Team Table Permissions
2019-05-07 16:27:23 -04:00
rachel-dtr
298681598b
Merge pull request #807 from dod-ccpo/content-cleanup
Cleaning up content
2019-05-07 11:00:22 -04:00
George Drummond
d9ed8ed2f1
Merge pull request #806 from dod-ccpo/delete-environment
Delete environments from an application
2019-05-07 10:18:32 -04:00
rachel-dtr
dbdaf376a0 Cleaning up content 2019-05-06 15:22:17 -04:00
Montana
416ea1de82 Watch for changes on the options input, which is a grandchild of base-form 2019-05-06 15:16:48 -04:00
George Drummond
c3e4f2c6fe
Move to component 2019-05-06 14:33:06 -04:00
George Drummond
0e3217d3ac
Disable SaveButton if form is invalid 2019-05-03 14:53:02 -04:00
dandds
106fe17aa7 adjust alert headers 2019-05-01 10:50:06 -04:00
dandds
47b07c2bb5 nested checkbox component 2019-04-30 14:43:23 -04:00
dandds
fd1d0b527a Delete environments permission disabled by default in new app member form
It will be enabled when the user checks the "manage environments"
permission. This updates the Jinja and Vue checkbox input components so
that Vue can monitor the inpur state.
2019-04-30 14:43:23 -04:00
dandds
9c84e30172 frontend for adding new application member
- updated styling
- eliminated stray <form> tag in application team template
2019-04-30 14:43:23 -04:00
George Drummond
cac7679fb2
Remove ToggleList 2019-04-22 10:02:00 -04:00
George Drummond
847c300d33
Multiple drop down sections for toggler 2019-04-19 14:25:34 -04:00
George Drummond
e3cb30d35f
Make use of flexbox 2019-04-17 15:11:45 -04:00
George Drummond
13a16dc83f
Merge pull request #761 from dod-ccpo/environment-lists
Environment lists
2019-04-16 09:44:38 -04:00
dandds
453d2664af restore regular uswds alerts 2019-04-15 16:03:32 -04:00
George Drummond
4514cca021
Use translation strings 2019-04-15 13:50:29 -04:00