533 Commits

Author SHA1 Message Date
luis cielak
546b1cfa20 Reorder panel heading 2018-08-27 09:44:08 -04:00
luis cielak
c9aaf69cc0 Add toggle to project items 2018-08-27 09:44:08 -04:00
luis cielak
965b5113fc Adjust panel headings 2018-08-27 09:44:08 -04:00
luis cielak
4e74770042 Remove alert banner 2018-08-27 09:44:08 -04:00
luis cielak
d428853142 Set temp placeholder link for workspace member profile/edit 2018-08-27 09:44:08 -04:00
luis cielak
7bfaff075f Remove legacy tornado template 2018-08-27 09:44:08 -04:00
luis cielak
8233ae58b2 Fix typo 2018-08-27 09:44:08 -04:00
luis cielak
91abb26a9f Add content 2018-08-27 09:44:08 -04:00
luis cielak
3516f0dde9 Update member edit template 2018-08-27 09:44:08 -04:00
richard-dds
7145c36ed1 Put error message in alert name 2018-08-24 16:01:23 -04:00
richard-dds
9d16c6da5c Move tooltip copy inline 2018-08-24 14:18:58 -04:00
richard-dds
2d6ad1311b Display environment errors in project form 2018-08-24 13:53:25 -04:00
richard-dds
da5dbc5bdd Redirect to new project form after FV approval 2018-08-24 13:53:25 -04:00
patricksmithdds
983082b59a
Merge pull request #210 from dod-ccpo/confirm-modal
Confirm project creation
2018-08-24 13:07:05 -04:00
Montana
0da8aa6bab Only show Workspaces in the side nav if the current user has a workspace 2018-08-24 10:58:52 -04:00
Patrick Smith
e4649e1b60 Show confirmation modal when creating project 2018-08-23 16:51:09 -04:00
Patrick Smith
f599abb5dd Specify type of button in modal to prevent unintended submissions 2018-08-23 16:15:35 -04:00
richard-dds
8806705bc3
Merge pull request #206 from dod-ccpo/multiple-environments
Allow a user to add multiple environments when creating a project
2018-08-23 16:15:00 -04:00
luis cielak
f2d2f1ee02 Fixes to tooltip margins and input text label/bolding issue 2018-08-23 14:32:11 -04:00
richard-dds
7a8b0a2562 Don't show trash icon on first environment name input 2018-08-23 11:50:21 -04:00
richard-dds
e68ddfb06d Display alert for environment_names errors 2018-08-23 11:43:35 -04:00
richard-dds
2daad4d057 Styling new project form 2018-08-23 10:33:40 -04:00
andrewdds
08783e60ce
Merge branch 'master' into ui/reports-spend-table 2018-08-23 08:26:41 -04:00
richard-dds
d9e66e04c2 Send valid form data 2018-08-22 17:06:13 -04:00
Andrew Croce
bfd24c33a3 fix workspace context for global nav 2018-08-22 16:26:09 -04:00
dandds
eb3b5848ec
Merge pull request #201 from dod-ccpo/annual-spend-threshold
make annual spending threshold available to request templates
2018-08-22 15:25:15 -04:00
richard-dds
63d2e222a9
Merge pull request #197 from dod-ccpo/workspaces2
Create workspaces and projects
2018-08-22 15:10:20 -04:00
dandds
6401ca4007 make annual spending threshold available to request templates 2018-08-22 15:04:12 -04:00
luis cielak
7fc31f6475 Add header grow class for distributed layout 2018-08-22 13:55:13 -04:00
luis cielak
3daf702302 Begin styling environmnet item 2018-08-22 13:55:13 -04:00
luis cielak
6747ef2659 Updates to tooltip heading and add text to remove icon 2018-08-22 13:55:13 -04:00
richard-dds
9875a11860 Workspace now response to .members 2018-08-22 11:49:05 -04:00
andrewdds
feb070eaab
Merge pull request #193 from dod-ccpo/fix/tooltip-accessibility
Accessibility fixes for tooltip
2018-08-22 11:26:15 -04:00
Andrew Croce
c6397c34ec spend table markup 2018-08-22 11:17:13 -04:00
luis cielak
3c5c2b8b5e Add action footer and some styles 2018-08-21 20:21:10 -04:00
luis cielak
c5013f9028 Resolve conflcits 2018-08-21 20:21:10 -04:00
richard-dds
be47b2dea0 Add some badly-placed tooltips to new project form 2018-08-21 20:21:10 -04:00
richard-dds
020e1b9cb0 Allow user to create new fields for environment names
Currently only one of them is being created.
2018-08-21 20:21:10 -04:00
richard-dds
67700e13ba Show alert when workspace is new 2018-08-21 20:21:10 -04:00
richard-dds
5203690748 Create new project 2018-08-21 20:21:10 -04:00
richard-dds
7c21e64c51 WIP projects templates 2018-08-21 20:21:10 -04:00
richard-dds
0de8866919 workspace_projects route working 2018-08-21 20:21:10 -04:00
richard-dds
dcd69f6b9f Workspaces page working 2018-08-21 20:21:10 -04:00
patricksmithdds
0abaf8bd77
Merge pull request #194 from dod-ccpo/show-workspace-name-in-header
Show currently active workspace name in label
2018-08-21 16:42:36 -04:00
dandds
a2c1e12bac
Merge pull request #191 from dod-ccpo/to-not-found-#159087193
Task Order number not found #159087193
2018-08-21 16:16:19 -04:00
Patrick Smith
92e1036e8a Check against current url_rule instead of matching a path with a regex 2018-08-21 14:54:56 -04:00
Patrick Smith
0631b69503 Remove navigationContext variable 2018-08-21 14:54:31 -04:00
Patrick Smith
34d652f33a Add context processor to put allow accessing workspace in template 2018-08-21 14:52:06 -04:00
Andrew Croce
4d8399f068 Accessibility fixes for tooltip 2018-08-21 11:04:57 -04:00
andrewdds
e38bc2fa63
Merge pull request #190 from dod-ccpo/ui/reports-summary-layout
Ui/reports summary layout
2018-08-21 10:23:38 -04:00