Commit Graph

7 Commits

Author SHA1 Message Date
Westly Wright 09ea85c9f0
New Select Components
Coalesce all v-select usage into one of three new select, labeled select, and multi-select components.
Additionally this updates the dropdown button component to use the
v-select lib as well.
Formatting on files i've touched.
Add translations where I found them missing in components I touched.
Fixes a lot of bugs related to dropdowns.

refactor vue select

focusing labeled select

update namespace filter to form select

update product switcher to use select

update workspace filter to use select

select should have no default placement otherwise dd is attached to body

combining and cleaning up select styles

header filter styling issues

more style cleanup

no longer need weird z-indexing after fixing dd's

lighten up scrollbar for dropdowns & dark theme

padding cleanup for header dd's

fix workload ports

input with select should use labled select or select if no label

All labeled select components using labels, otherwise select

min width and hide broswer clear button

style cleanup

Default searchable to false unless >= 10 options

rebase fixes

wip new dd button

change button dd to click action instead of nested templates

rebasing issue

close on select

remove button dropdown from keyvalue

wip

remove old button dropdown

more cleanup

fix bug where inline options would recompute

Fix borders for new style

product menu

remove button dropdown from list masthead

new namespace design

fix padding on apps nav
2020-11-23 09:24:55 -07:00
Cody Jackson 73e0a56443 Adding more polish to OPA Gatekeeper
rancher/dashboard#1773
2020-11-17 23:27:24 -07:00
Cody Jackson fb3c440d04 Fixing opa constraint bitrot issues
There's been significant changes to a number of our base components that didn't get carried over to constraints since it's an exceptional type.

- This migrated over to cru-resource
- Updated all of the helper components to handle the lack of tables in arraylist
- Updated how create-edit-view is used
- Properly saves now
- Can edit parameters as yaml
- Can edit yaml

https://github.com/rancher/dashboard/issues/1100
https://github.com/rancher/dashboard/issues/1099
https://github.com/rancher/dashboard/issues/1011
https://github.com/rancher/dashboard/issues/622
2020-09-02 17:38:57 -07:00
Cody Jackson a84968ef68 Fix Selectors according to the selected operation
The set operators should not have a values field when getting saved.

rancher/dashboard#404
2020-03-25 15:29:17 -07:00
Nancy Butler 09ec9c4405 ingress detail
add ingress to side nav
2020-03-04 15:07:20 -07:00
Cody Jackson 9284b51ed0 Switch from scope to slot-scope
Switching because scope is deprecated.
2020-03-03 15:55:35 -07:00
Cody Jackson 1265853652 Implement the view, create and edit pages for constraints
This implementst the view, create and edit pages for the
gatekeeper constraints. The constraint templates weren't
touched since we intend to only use the yaml editor.

rancher/dashboard#307
2020-03-02 12:43:39 -07:00