333 Commits

Author SHA1 Message Date
richard-dds
e03b1fdae3 Tweak sizes and paddings in Portfolio header 2019-06-04 13:38:19 -04:00
richard-dds
11c258ef7d Invert icon active / inactive colors 2019-06-04 13:12:54 -04:00
richard-dds
1096a69062 Work in IE11 please 2019-06-04 11:55:34 -04:00
richard-dds
84146608c7 Replace vue-sticky with stickybits for IE compat 2019-06-04 11:22:35 -04:00
richard-dds
10ef97c208 Fix portfolio css 2019-06-04 10:10:01 -04:00
richard-dds
b138598e19 Remove portfolio breadcrumbs 2019-06-04 10:10:01 -04:00
richard-dds
27041f77fb Formatting 2019-05-31 16:28:34 -04:00
richard-dds
8302490194 Add StickyCTA impl to portfolio funding page 2019-05-31 16:25:40 -04:00
richard-dds
37ca94df42 Create reusable StickyCTA component 2019-05-31 16:25:40 -04:00
dandds
d38c4df878 Form components for changing user environment role 2019-05-17 14:00:44 -04:00
dandds
ff41a20ad8 Adds additional buttons and functionality to app team settings.
"Add to existing environment" table, "delete member", and environment
roles and env role edit buttons added for every user in the team
settings list. Accompanying CSS changes.
2019-05-15 15:14:07 -04:00
Montana
caf3a47c68 Update banners
- Adds "Create a new environment" title to info banner
- Adds a new "environment added" success banner
2019-05-14 11:51:10 -04:00
Montana
b2989e99c9 Styling 2019-05-14 11:51:10 -04:00
dandds
f974dab330 Add new application members to an empty application.
The link button to add a new application member to an app that did not
have any ("empty state")  was not wired up. This:

- Moves the two steps of the new member modal into macros so that they
  can be reused with different button/link types
- Wires the "invite a new team member" button on the application team
  page
- Makes a minor CSS tweak so that icons nested under `.empty-state` in
  the modal aren't enormous
2019-05-07 16:47:45 -04:00
Montana
c1ae5129bc Add edit template with dropdown selectors 2019-05-06 15:15:03 -04:00
George Drummond
9e4647254f
Run script/format with prettier 2019-05-03 14:01:24 -04:00
dandds
6d31e09716
Merge pull request #797 from dod-ccpo/moar-style-updates
Moar style updates
2019-05-03 13:57:39 -04:00
dandds
4289554e76 Style and formatting updates to environments and team tables.
- Use the built-in grid system for columns.
- Add column heads to environments table.
- Add delete icon to environments table.
2019-05-03 12:44:05 -04:00
dandds
bcde637553 Fix portfolio breadcrumb alignment.
Margins on home icon were pushing the portfolio home breadcrumb down.
2019-05-02 13:19:33 -04:00
George Drummond
abdbf4a14f
Fix for IE "Continue" button color in DoD notice 2019-05-02 09:52:23 -04:00
George Drummond
be12e1ec58
Remove empty style definitions 2019-05-01 15:04:40 -04:00
George Drummond
21d2b5dba3
Run scss formatter 2019-05-01 12:44:46 -04:00
dandds
e709de1d49
Merge pull request #792 from dod-ccpo/style-updates
Style updates
2019-05-01 11:44:24 -04:00
George Drummond
77aaf301c2
Merge pull request #790 from dod-ccpo/dod-notice
Add DoD Disclaimer
2019-05-01 11:40:19 -04:00
George Drummond
d1898e2e38
Be more specific about transitions 2019-05-01 11:26:16 -04:00
dandds
035d24f55d fix errors from rebase 2019-05-01 11:00:01 -04:00
dandds
4cde4d88d1 Style updates to portfolio team page:
- right align environment toggle
- fix environment toggle text, add caret icons
- display user permissions correctly
2019-05-01 10:51:32 -04:00
dandds
7bf5ac09e2 Update box shadow for panels.
Box shadow value should be stored and referenced as a variable.
2019-05-01 10:50:06 -04:00
dandds
bb06735c83 updates to styles on app settings page:
- global: more bottom padding for panels
- app description textarea has no width contraint, constrained heigh
- fix extra padding in panel footers
- larger form columns for app name and description
- remove deprecated environment list
- do not need extra right padding on nested list items
2019-05-01 10:50:06 -04:00
dandds
1484473bd7 updates to portfolio landing page
- darker gray for breadcrumbs and subheads
- larger font size for subheads
- updated toggle for environmnets list per-application
- more padding for application row
2019-05-01 10:50:06 -04:00
dandds
106fe17aa7 adjust alert headers 2019-05-01 10:50:06 -04:00
dandds
4d5ddb447e updates to application environment and member table styling 2019-05-01 10:50:06 -04:00
dandds
4e7fcb7aea dark gray for breadcrumb nav in portfolios 2019-05-01 10:47:22 -04:00
dandds
ee29c7a0c8 more padding for portfolio section links 2019-05-01 10:47:22 -04:00
dandds
4f304d747e Small tweaks for adding a new application member:
- raise specific invitation type if invite not found in invitation domain classes
- more terse assignments of defaults in invitation service, smh
- terser margin expression for inline input fields
- sass formatting
- use translation for cancel link
- oxford comma for app team management permission explanation
- do not format environment roles with hyphens for role selection
- generalize some additional methods in the invitation domain base class
- use plain atst.models import path
2019-04-30 17:14:58 -04:00
dandds
b7a8cd4168 Refinements to the new application member modal
- remove extra padding from second modal screen
- update modal styles to more closely match designs
- ad `user_name` property to application_role model to fix flash message
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
5835068c75
Use more specific naming 2019-04-30 10:34:30 -04:00
George Drummond
cc482fa0e0
Alert should only display when login with CAC button is clicked 2019-04-30 10:24:16 -04:00
George Drummond
4d47c881b6
Add DoD Disclaimer 2019-04-29 15:52:28 -04:00
George Drummond
079672c818
Update application environments 2019-04-29 10:46:21 -04:00
Montana
d5b4566b15 Improve accordion table styles 2019-04-25 16:29:07 -04:00
George Drummond
847c300d33
Multiple drop down sections for toggler 2019-04-19 14:25:34 -04:00
George Drummond
882998e1d7
Merge pull request #748 from dod-ccpo/display-app-users
Display app users
2019-04-17 15:28:28 -04:00
George Drummond
e3cb30d35f
Make use of flexbox 2019-04-17 15:11:45 -04:00
leigh-mil
f747edaaf3 Add PPoC tag and update styling for PPoC perms 2019-04-17 14:07:18 -04:00
George Drummond
e1cca58062
Renamed section id 2019-04-17 14:02:23 -04:00
George Drummond
769867c6a9
Display app users view only table 2019-04-17 13:25:45 -04:00
Montana
562a314e51 Display members roles in accordion table 2019-04-17 11:06:37 -04:00