- Step descriptions are now info banners
- Added guide to creating new ns in description
- Added and used vertical layout to NameNSDescription component
- Changed 'new ns' message to banner and moved to bottom (to discuss)
- addresses #3060
Also
- Brought back margin/padding bottom sizing. This was important for pages with no detailtop or banner
- Fixed an issue where getLoginRoute would fail where there was no recognised route
One i10n fix
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
This fixes runtime and lint warnings. It also makes the linter
treat warnings as errors now so we'll stop checking in code that has
warnings.
If you want to avoid prs with warnings consider adding a
'yarn lint' or 'yarn build' to .git/hooks/pre-push.
We needed a way to support arbitrarily complex parameters in both
type and nesting level. As a temporary solution I enabled the user
to toggle between a key value component and a yaml editor.
To enable this I refactored ResourceYaml into a composable YamlEditor
component that can be used elsewhere.
rancher/dashboard#388rancher/dashboard#380
- 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