Commit Graph

4 Commits

Author SHA1 Message Date
richa 1d6cf354c3
Fixed right side missing slide issue, Fixed styling of Carousel slide (#7953)
* Fixed right side missing slide issue, Fixed styling of Carousel slide

* Fixed Carousel scroll issues when there is 2 or 1 cards

* Fixed lint
2023-04-18 11:01:33 +02:00
Giuseppe Leo d2d4122bc0
Review HTML formatting rules (#6805)
* Prevent ESLint to format generated paths

* Add HTML ESLint Rules

* Format all the Vue HTML templates except Harvester

* Exclude Harvester package from linting HTML, keeping old formatting rules
2022-11-11 17:04:22 +01:00
Richard Cox c4614a036f Bug fix and Improvements to Carousel
- Ensure scroll timer is cleared when we leave the page
- Don't scroll on return to charts page of same cluster
  - flat stored in session storage (lost on tab/window close, retained on refresh)
- Increase time spent on each carousel section from 2 to 5 seconds
- l10n for header
2022-10-20 14:31:07 +01:00
richa cd3a06269c
Featured carousel (#5585)
* Created featured carousel

* Created dummy data for Featured chart

* Added style

* Added toggle button

* Added slider width dynamically

* Fixed review comments

* Removed not used code

* Added link to Carousel slides

* Created featured carousel

* Created dummy data for Featured chart

* Added style

* Added toggle button

* Added slider width dynamically

* Fixed review comments

* Removed not used code

* Added link to Carousel slides

* Merged master

* Added featured annotation

* Added auto scroll on page load

* Fixed filtering of featured charts data

* Removed duplicate keys
2022-09-29 14:03:48 +02:00