aboutsummaryrefslogtreecommitdiffstats
path: root/src/themes
Commit message (Collapse)AuthorAge
* Use default exports instead of named exportsLibravatar Vijay A2022-07-02
|
* chore: moved tests to ./test directory (#366)Libravatar Ricardo Cino2022-06-25
| | | * chore: allow coverage to be generated from non-tested files
* Add Unit Testing for `url-helpers.ts`; Moved all tests into single pattern ↵Libravatar Aditya Mangalampalli2022-05-12
| | | | | so they are run as a suite (#112) Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* Add fallback to default primary colorLibravatar kytwb2021-12-18
|
* Comment out brandPrimaryColor in dark theme fileLibravatar kytwb2021-12-15
|
* Various appearance fixesLibravatar kytwb2021-12-15
|
* chore: update eslint deps to latest (#2213)Libravatar Markus Hatvan2021-11-12
| | | | | - update eslint deps to latest - disable new react/function-component-definition rule - fix/disable newly reported issues
* chore: use caret for dependencies instead of locked versions (#2162)Libravatar Markus Hatvan2021-10-29
| | | | | - use caret for all dependencies except brittle ones like e.g. typescript - remove 'save-exact' true from .npmrc - fix various prettier formatting issues
* chore: move 'packages/themes' into 'src' (no longer an injected package) (#2080)Libravatar Vijay Aravamudhan2021-10-15