analytics/assets
Ru Singh c95d375839
Fix for details button misbehaving on mobile (#1114)
* chore(make): convenience commands for installation & dev server

* docs: easier development env instructions

* docs: add note about docker volumes

* docs: detail pre-commit configuration

* style: eslint and prettier changes

* Allow for passing custom classes to fade-in

* style: eslint & prettier for the details button component

* style: react lifecycle methods to come first

* docs: add instructions to disable pre-commit

* style: devices components

* Move render methods to the last (together) in the order list
* Remove unused component import
* React lifecycle to come first before our own methods
* General styling and eslint changes
* Cleaner renderContent method using switch/case (fixes an eslint error as well!)
* Cleaner renderPill method with proper spacing + removing uncessary else

* style: more eslint/prettier for pages components

* Use newer Fragment syntax
* Remove unnecessary else statement
* Use backtick strings for concatenating strings
* Remove unnecessary space
* Remove unused imports and variable declarations
* Bunch render methods together as last in the order list

* fix: details button to drop to the bottom naturally on smaller screens

This _mostly_ fixes one of the issues being tracked on #972, titled "Details button issue on Firefox specifically"

* refactor: reduce usage of our CSS class in favor of tailwind's util classes

* refactor: remove our css classes in favor of Tailwind's util classes
2021-06-15 10:34:43 +03:00
..
css Fix for details button misbehaving on mobile (#1114) 2021-06-15 10:34:43 +03:00
js Fix for details button misbehaving on mobile (#1114) 2021-06-15 10:34:43 +03:00
static Adds dark mode to entire dashboard (#467) 2020-12-16 11:57:28 +02:00
.babelrc React (#17) 2019-11-19 12:30:42 +08:00
.eslintrc.json disable date navigation arrows when date is invalid for site (#483) 2021-01-07 15:24:59 +02:00
.prettierrc.json Add eslint, stylelint, prettier, and pre-commit (#484) 2020-12-23 10:45:53 +02:00
.stylelintrc.json Add eslint, stylelint, prettier, and pre-commit (#484) 2020-12-23 10:45:53 +02:00
package-lock.json update js deps 2 (#1112) 2021-06-07 12:12:02 +03:00
package.json update js deps 2 (#1112) 2021-06-07 12:12:02 +03:00
postcss.config.js Update TailwindCSS to 2.0 2020-11-19 14:34:37 +02:00
tailwind.config.js Revert "Adds manual filters on FE, capability for exclusion filters (and the globbing we're used to) for path-based filters (#1067)" 2021-06-02 14:35:17 +03:00
webpack.config.js update js deps 2 (#1112) 2021-06-07 12:12:02 +03:00