beet
beet copied to clipboard
Branding: Chain selector
Open Beet, attempt to add account (add-account.vue), and observe the combobox
Task is to match this with the style guide https://github.com/bitshares/beet/issues/34#issuecomment-441528538
Due to a build process issue (couldnt get vue sass loader to work properly) npm run buildcss
needs to be run to compile global sass files.
Styling the default combobox seems obnoxious (https://css-tricks.com/dropdown-default-styling/), I suggest switching to multiselect (see https://github.com/bitshares/beet/blob/develop/src/components/account-select.vue) and adjust it's styling to match.