analytics/assets/js/dashboard
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
..
stats Fix for details button misbehaving on mobile (#1114) 2021-06-15 10:34:43 +03:00
api.js Fix console errors when using shared links 2021-04-07 11:06:33 +03:00
date.js Fix 'last month' link option 2021-03-31 15:14:10 +03:00
datepicker.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
error-boundary.js Adds dark mode to entire dashboard (#467) 2020-12-16 11:57:28 +02:00
fade-in.js Fix for details button misbehaving on mobile (#1114) 2021-06-15 10:34:43 +03:00
filters.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
historical.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
index.js Adds dark mode to entire dashboard (#467) 2020-12-16 11:57:28 +02:00
lazy-loader.js Fix for details button misbehaving on mobile (#1114) 2021-06-15 10:34:43 +03:00
mount.js Use db-ip lite database for countries (#906) 2021-04-12 12:21:07 +03:00
number-formatter.js Various formatting improvements 2021-03-24 12:08:05 +02:00
pinned-header-hoc.js Clean up pinned-header-hoc 2021-03-31 16:08:30 +03:00
query.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
realtime.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
router.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
site-switcher.js Fix console errors when using shared links 2021-04-07 11:06:33 +03:00
storage.js Don't use localStorage when the browser doesn't support it (#971) 2021-04-28 11:31:10 +03:00
theme-consumer-hoc.js Adds dark mode to entire dashboard (#467) 2020-12-16 11:57:28 +02:00
theme-context.js Adds dark mode to entire dashboard (#467) 2020-12-16 11:57:28 +02:00
theme-provider-hoc.js Adds dark mode to entire dashboard (#467) 2020-12-16 11:57:28 +02:00