Commit Graph
11 Commits
Author SHA1 Message Date
Robert-Jan de Dreuandcodecalm 7eff810124 Fix #971: Add example of notifications list (#997)
Co-authored-by: codecalm <codecalm@gmail.com>
2022-01-21 21:46:02 +01:00
Robert-Jan de Dreu 8ce323fdc4 Fix #903 litepicker with date range not having correct border (#980) 2021-12-31 11:38:22 +01:00
Robert-Jan de Dreu 1018977e7f Fix pre rule dark mode styling (#951) 2021-12-03 10:35:18 +01:00
Robert-Jan de Dreu 3d986ee0db Fix text body not overruling dark mode properly (#944) 2021-11-22 20:08:41 +01:00
Robert-Jan de Dreu 6e90f1be42 [Suggestion] Move optional dependencies to peerDependencies (#924)
* Move optional dependencies to peerDependencies

* Add peerDependencies to dev dependencies

To make local builds and tests work properly it seems it's common to add optional
peerDependencies to the devDependencies to make sure they are installed for testing

* Fix missing comma breaking package.json validity

* Add documentation of installing peer dependencies

* Add tom select to build & peer dependencies
2021-11-14 19:10:48 +01:00
Robert-Jan de Dreu 0b46598899 Merge pull request #857 from rjd22/make-lists-styling-uniform
Lists we're not styled uniformly list-groups being different
2021-10-27 10:33:09 +02:00
Robert-Jan de Dreu d03e18ddfc Merge pull request #856 from rjd22/darken-inputs-in-dark-mode
Make input borders in dark mode a darker
2021-10-27 10:32:54 +02:00
Robert-Jan de Dreu 16a7bea154 Merge pull request #855 from rjd22/patch-1
Fix dark mode not being applied to alerts
2021-10-27 10:32:39 +02:00
Robert-Jan de DreuandCurtis Conard 07c4f47430 Filter important alerts from dark mode fix
Co-authored-by: Curtis Conard <cconard96@gmail.com>
2021-10-22 17:23:41 +02:00
Robert-Jan de Dreu 47ac4bba40 Fix dark mode not being applied to alerts
Alerts always looked a bit off with dark mode. This applies dark mode to
alerts making them look less out of place. This also fixes text that has no
style like text-muted applied to be visible.
2021-05-19 11:03:28 +02:00
Robert-Jan de Dreu f0864a5ae7 Make lite validation also work properly for form select
Like validation was only work for form fields with the `.form-control` class. Selects
use the `.form-select` class. This change also applies lite validation for the selects.
2021-01-18 12:26:53 +01:00