superset/superset-frontend
Evan Rusackas 4b40d44b5c
style: Fancier menus, more SIP-34-ish (#10423)
* style: shinier menus

* fixing mouseover glitch

* unused import

* rm emotion-reset

* restoring default config values

* lint fixes 

* a bit more pizzaz to the underlines (max's idea), fading active background

* simplifying navtitle -> label

* RBNavDropdown  -> ReactBootstrapNavDropdown

* nixing whitespace

* replacing !importants with better selector specificity

* moving Menu LESS into Emotion

* no more border!

* fixing border issue

* language picker, account dropdown now use new dropdown component

* nixing whitespace in comment

* nixing duplicate styling

* removing borders on FAB navbar

* explicit font coloring

* linting
2020-08-24 23:16:44 -07:00
..
.storybook feat: Getting fancier with Storybook (#10647) 2020-08-20 22:41:25 -07:00
branding style: Change logo color to new branding (#10090) 2020-06-17 19:47:02 -07:00
cypress-base Eslint error cleanup (#10657) 2020-08-24 14:04:27 -07:00
fonts chore: pre-commit run --all-files (#10500) 2020-08-02 14:32:17 -07:00
images style: Fancier menus, more SIP-34-ish (#10423) 2020-08-24 23:16:44 -07:00
spec Eslint error cleanup (#10657) 2020-08-24 14:04:27 -07:00
src style: Fancier menus, more SIP-34-ish (#10423) 2020-08-24 23:16:44 -07:00
stylesheets style: Fancier menus, more SIP-34-ish (#10423) 2020-08-24 23:16:44 -07:00
.eslintignore Upgrade typescript to 3.8.2 (#9189) 2020-02-25 08:44:26 -08:00
.eslintrc.js feat(listview): skeleton loading states for table and card collections (#10606) 2020-08-21 10:32:37 -07:00
.gitignore Upgrade typescript to 3.8.2 (#9189) 2020-02-25 08:44:26 -08:00
.prettierrc test(frontend): use absolute path for src imports (#9761) 2020-05-07 14:18:10 -07:00
babel.config.js [Build] Collect frontend code coverage from Cypress tests (#9555) 2020-04-16 23:35:01 -07:00
cypress_build.sh [Build] Collect frontend code coverage from Cypress tests (#9555) 2020-04-16 23:35:01 -07:00
jest.config.js feat: Allow tests files in /src (plus Label component tests) (#10634) 2020-08-19 12:54:26 -07:00
js_build.sh SIP-32: Moving frontend code to the base of the repo (#9098) 2020-02-09 17:53:56 -08:00
jsconfig.json test(frontend): use absolute path for src imports (#9761) 2020-05-07 14:18:10 -07:00
package-lock.json fix: remove FAB rendered menu in favor of react based one (#10401) 2020-08-21 17:19:00 -07:00
package.json feat(listview): skeleton loading states for table and card collections (#10606) 2020-08-21 10:32:37 -07:00
tsconfig.json Build: fix hot reload for charts (#9400) 2020-03-30 09:31:46 -07:00
webpack.config.js fix: remove FAB rendered menu in favor of react based one (#10401) 2020-08-21 17:19:00 -07:00
webpack.proxy-config.js [Build] Add Github workflows (#9517) 2020-04-14 13:38:09 -07:00