Commit Graph

20 Commits

Author SHA1 Message Date
Vincent Fiduccia 6922c89c2d
More detail isView stuff 2020-12-01 01:11:26 -07:00
Vincent Fiduccia 8746ab077c
Form component props standardizing 2020-12-01 01:09:24 -07:00
Vincent Fiduccia 74eee3e6bc
Merge branch 'master' into lh-polish 2020-11-25 13:16:16 -07:00
lvuch 1511471720 1718 partial 2020-11-24 16:09:58 -06:00
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
n313893254 06609734e2 Update node and workload chinese translation 2020-11-17 10:18:39 +08:00
Nancy Butler 89990779fe view mode styling, get pods with findMatching 2020-08-25 08:26:34 -07:00
lvuch 59518551d0 more workload changes 2020-08-19 10:54:43 -07:00
lvuch 33984ca71e workload tab cleanup 2020-08-18 12:09:12 -07:00
Nancy Butler 325c63000a workload create/edit fixes 2020-08-03 14:49:55 -07:00
Nancy Butler 374f0a20b8 detail page style guidelines 2020-06-17 15:48:42 -07:00
Nancy Butler f0becb03c6 desgin feedback 2020-06-17 09:34:43 -07:00
Nancy Butler 3409a06f30 pr feedback 2020-06-02 12:40:38 -07:00
Nancy Butler 3addd202bc container component 2020-06-02 12:40:38 -07:00
lvuch d5cbd7aad9 695 2020-05-27 15:41:41 -07:00
Nancy Butler 6249c766ab placeholder visibility
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
2020-04-24 12:04:15 -07:00
Vincent Fiduccia 4bc1321dab
Edit project of namespaces, bugs
- 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
2020-04-14 16:16:10 -07:00
Nancy Butler d18bd41dab workload detail and create bugfixes 2020-04-02 11:37:39 -07:00
Nancy Butler de6bb37fa8 mode prop passed to all tab inputs 2020-02-24 09:45:00 -07:00
Nancy Butler 6eba4f6eff workload create/edit
workload list individually;
2020-02-24 09:45:00 -07:00