108 Commits

Author SHA1 Message Date
Montana
6c8974b603 Fix vue escaping character bug 2019-01-03 09:23:19 -05:00
leigh-mil
2121e28bd3 Update form to send data as expected by the route 2019-01-03 09:23:19 -05:00
Montana
9ff21bb58b Toggle other text input 2019-01-03 09:23:19 -05:00
leigh-mil
96df6ff485 Add macro for MultiCheckboxInput 2019-01-03 09:23:19 -05:00
dandds
c516f0f74c review page 2019-01-02 09:36:29 -05:00
dandds
c8da258d33 polish task order forms 2018-12-18 16:32:40 -05:00
George Drummond
5da374bbc9
Suggestions from http://flask.pocoo.org/docs/1.0/security/ 2018-12-13 09:31:31 -05:00
Patrick Smith
fd6b0f9b24 Add vue component for confirmation popover
Have the confirmation popover in a separate Vue component fixes a bug in
IE that was causing the `form` element in the popover to be ignored.

Since `form`s cannot be nested, the `form` element in the popover was
being discarded by IE and the revoke/resend invitation buttons did
nothing.

Breaking the functionality into a Vue component moves the `form` into a
separate template. When the popover is displayed, the component is added
to the DOM at the end, so the `form` is properly not-nested.
2018-11-27 10:22:02 -05:00
richard-dds
5c7907efe5 Fix bug preventing 'disabled' style from rendering 2018-11-14 17:09:13 -05:00
richard-dds
50b57507ed Styling tweaks 2018-11-14 15:29:51 -05:00
richard-dds
3555cae78c Give Pagination its own component 2018-11-13 17:12:28 -05:00
dandds
b661c7ce4c
Merge pull request #432 from dod-ccpo/options-input-errors-#161717158
control error display for options input component
2018-11-08 11:43:29 -05:00
dandds
d12bed4ef3 display valid state for option inputs that have an initial value 2018-11-08 11:07:25 -05:00
leigh-mil
47c79c174a
Merge pull request #411 from dod-ccpo/phone-extensions
Add phone ext
2018-11-08 10:57:48 -05:00
dandds
4849a89125 working implementation of revoke invitation 2018-11-07 12:41:00 -05:00
leigh-mil
2dd1822cf8 Add validation 2018-11-07 12:03:52 -05:00
leigh-mil
b13ba188bf Create PhoneInput macro for phone and ext form fields 2018-11-07 12:03:52 -05:00
dandds
b0a3172336 component for confirming destructive actions 2018-11-06 16:23:02 -05:00
dandds
89e613d445 control error display for options input component 2018-11-06 15:27:42 -05:00
richard-dds
09d3f33908
Merge pull request #387 from dod-ccpo/save-finver-draft
Save Financial Verification Draft
2018-10-29 10:26:30 -04:00
richard-dds
6345a06e54 More validation fixes 2018-10-23 14:42:05 -04:00
andrewdds
9fe7d877ba
Merge pull request #395 from dod-ccpo/dropdown-keyboard-access
Dropdown selector keyboard accessibility
2018-10-23 08:08:21 -04:00
Andrew Croce
29ec31d8d8 Add up-arrow key to open
Add escape key to revert
Remove automatic-closing behavior
2018-10-19 10:55:53 -04:00
Andrew Croce
c531680b44 add ID to modal 2018-10-18 09:59:31 -04:00
Andrew Croce
c4cc411953 Refactor selector component to allow keyboard accessibility 2018-10-17 15:58:05 -04:00
Andrew Croce
3535af3af5 attempting to add keyboard accessibility to selector component 2018-10-16 17:16:10 -04:00
Andrew Croce
f7e2a71f3d add line break 2018-10-02 12:46:29 -04:00
Andrew Croce
8561ec0c55 typo 2018-10-02 12:06:10 -04:00
Andrew Croce
943be0707d Add USA header to base templates 2018-10-02 11:14:39 -04:00
dandds
3eeacc41fb
Merge pull request #326 from dod-ccpo/new-project-validation-#160064518
New project validation #160064518
2018-09-25 15:11:01 -04:00
Patrick Smith
0e33755ef7 Set initial value when field data is not None 2018-09-25 13:39:59 -04:00
dandds
7ae201655a refactor new project component form validation 2018-09-25 12:02:59 -04:00
Montana
f4c379ea25 Use modal inputs to pass environment id and env role to route 2018-09-25 11:13:23 -04:00
Montana
c0bb9e1024 Modal for each environment role 2018-09-25 11:13:22 -04:00
Montana
c3da34e7cb Capture environment role from modal 2018-09-25 11:13:22 -04:00
Andrew Croce
060833ea73 Always use the front-end validation message 2018-09-21 08:28:00 -04:00
Andrew Croce
19e80cd183 add noMaxWidth, label and description overrides to text input 2018-09-14 11:39:42 -04:00
luis cielak
1badea30b7 Update workspace roles 2018-09-13 15:57:54 -04:00
dandds
59fdad8554 use regular WTForms DateField for requests dates 2018-09-04 16:15:36 -04:00
richard-dds
b1326a7c75 Use object for selector component 2018-08-31 13:58:25 -04:00
Andrew Croce
0df7c0f56a use jinja's built in tojson filter 2018-08-31 10:14:18 -04:00
Andrew Croce
9d98b98b4e Use hidden input to hold value 2018-08-31 10:14:18 -04:00
Andrew Croce
73889e574a popup selector html 2018-08-31 10:14:18 -04:00
andrewdds
5c09c05ec9
Merge pull request #227 from dod-ccpo/member-roles
Member roles
2018-08-29 10:49:12 -04:00
Andrew Croce
38380ac369 mock environment-role selector on member-edit screen 2018-08-29 09:55:43 -04:00
Andrew Croce
8d8b769673 Add sub_message to EmptyState component
Change params to camel case
2018-08-28 13:00:00 -04:00
richard-dds
2d6ad1311b Display environment errors in project form 2018-08-24 13:53:25 -04:00
Patrick Smith
f599abb5dd Specify type of button in modal to prevent unintended submissions 2018-08-23 16:15:35 -04:00
Andrew Croce
4d8399f068 Accessibility fixes for tooltip 2018-08-21 11:04:57 -04:00
Andrew Croce
9ba8fee233 allow alert actions to be a string or a list of action dicts 2018-08-20 15:11:12 -04:00