Commit Graph

19 Commits

Author SHA1 Message Date
lvuch 5f6371a797 dropdown button 2021-01-28 15:06:33 -07:00
lvuch 310abf7d88 fix input wobble 2021-01-27 12:33:36 -07:00
lvuch 5880dc00b6 conflict 2021-01-25 20:56:15 -07:00
Westly Wright 61eda99f9d
prevent dropdown from growing page height
rancher/dashboard#2009
2021-01-05 16:44:04 -07:00
lvuch a3efc9776a 2043 2020-12-21 10:26:11 -07:00
lvuch 9a75308358 tidy resource create 2020-12-02 15:48:34 -07:00
Vincent Fiduccia 6922c89c2d
More detail isView stuff 2020-12-01 01:11:26 -07: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
Nancy Butler a52fce530f fix storage buttondropdown button action 2020-10-28 10:35:43 -07:00
Nancy Butler a86d8193b9 add dropdown-only variation of buttondropdown 2020-09-27 15:27:51 -07:00
Nancy Butler 892d5942e0 pr feedback 2020-08-20 13:28:32 -07:00
Nancy Butler 98ebfb6760 workload wizard pr feedback 2020-07-29 15:55:05 -07:00
Nancy Butler f0ba1f094b workload wizard 2020-07-29 15:55:05 -07:00
Westly Wright f26144489b
only show dd button divider if the dd is present 2020-07-23 11:02:19 -07:00
Westly Wright 9d9f67caaa
add sizes to dropdown button 2020-07-22 10:05:46 -07:00
Westly Wright 410d787661
add button type so we dont unintentionally submit 2020-07-21 17:04:03 -07:00
Westly Wright ec3a7d943d
create button permissions fix
handle case where user has no perms to create
2020-07-21 12:05:39 -07:00
Westly Wright 6b94cd5be0
Move dd button styles to tooltip for ssr
load order of dd button styles on list page got wonky on SSR reload so I moved
the styles to an earlier load.
v-tooltip also put the tooltip into the dom when SSR'ing so I've added a display
none to pull the item out of flow so actions box doesn't get huge and small.
2020-07-21 11:24:11 -07:00
Westly Wright c3549514ae
Refactor masthead buttons into generic button dropdown 2020-07-17 12:07:36 -07:00