I did this with a dumb editor macro, so some comments changed too.
Also rename root package from platform to influxdb.
In interest of minimizing risk, anyone importing the root package has
now aliased it to "platform" so that no changes beyond imports were
necessary in those files.
Lastly, replace the old platform module to local path /dev/null so that
nobody can accidentally reintroduce a platform dependency while
migrating platform code to influxdb.
* remove skip button from header
* Add fancy scroll bars and other styles
* copy button appears on hover, add fancy scrollbars
* add space between tab words
* Update Snapshots
* Remove Import/Export buttons from dashboards index
* Reduce max label chars to 50
* Change format of dashboard "modified" column to relative time
Absolute time is included as a tooltip
* Redistribute column widths in dashboards table
Optimzied for long names
* Improve component spacer
Now supports more fine grained "stretch to fit" controls
* Introduce editable description component
Intended mainly for use in index list views
* Allow dashboard descriptions to be editable in place
* Give modified column a tad more space
* Standardize empty states of tabs in organization view
* Update test
* Add helpful tooltip to download CSV button
* Expose settings and tokens in navbar
* Remove gap around auto refresh dropdown
* Refactor Empty state styles
* Standardize tasks and dashboards empty states
* Standardize resource empty states in home page
* Refactor dashboard empty state
* Amend
* Standardize name and appearance of new dashboards and cells
* Ensure pause button doesn't press up against dropdown
* Update cur_swagger
Co-Authored-By: Iris Scholten <ischolten.is@gmail.com>
* Display labels in dashboards list
Co-Authored-By: Iris Scholten <ischolten.is@gmail.com>
* Add # to example label
Co-Authored-By: Iris Scholten <ischolten.is@gmail.com>
* Write test for dashboard TableRow component
Co-Authored-By: Iris Scholten <ischolten.is@gmail.com>
* Update snapshot and mock data
Co-Authored-By: Iris Scholten <ischolten.is@gmail.com>
* Increase page gutter and max width of centered pages
* Show description in dashboards list
* Update snapshot
* Fix linting error
* Remove snapshot check from unit test
* Update grid breakpoints
* Fix spacing of action buttons in dashboards index row
* Simplify micro copy on delete task and delete dashboard buttons
* Update HTML page title when a new page is loaded
* Condense layout of line options
* Update test snapshot
* Shrink size of buttons in task page header
* Prevent missing page name in dashboard during initial load
* Make tasks table "Owner" column match column in dashboards table
* Update test snapshots
* Depluralize button copy
* Guard against missing page titles