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
Editing a constraint's constraint template would require us to delete
the existing constraint and create a new one transactionally. Since
the backend doesn't support this transaction of we're disabling the ability
to edit which template is being used.
I also noticed a number of inconcictencies and poor behaviors
with the LabeledSelect component so I went ahead and made
it consistent with LabeledInput.
- The search field switched to a color distinct from the rest of the container
when disabled and hovered.
- There wasn't a focus outline.
- The size was slightly different because it was in a container
- There was a distinct background color around the arrow indicator
rancher/dashboard#433
secret type display in edit form
add custom secret types
description as prop in namens
secret styling
service account link in list view for service acct token secrets
- Fixed a number of unhandled exceptions
- Fixes some issues with rules vs backend property references
- Made pages more consistent with mocks
rancher/dashboard#272
- Edit project on namespace
- Certificate fields need to be multiline
- Create-edit-view creates metadata.(annotations, labels) automatically and cleans up on save if empty so you don't have to check if they're there.
- Form components should have a focus() instead of reaching into each other's $refs
- LabeledSelect takes and emits the value, not the `{label: x, value: y}` object.
- Resource names are almost never editable after create
- NameNsDescription takes a resource and manages setting name/ns/description on it itself.
- TextAreaAutoGrow should resize on file input
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
added click-expand component for big table values
minor chage to secrets list view
fix external link formatter
radio button/group accessibility
namensdescription restyle
create secrets