Commit Graph

3581 Commits

Author SHA1 Message Date
Brian Hicks
30dd29bbee move cusor: pointer to the label level 2020-12-10 14:35:33 -06:00
Brian Hicks
5a5d6265c9 remove padding, add colors and bolding 2020-12-10 14:33:46 -06:00
Brian Hicks
a38dc98d16 don't remove disabled checkboxes from the tab order 2020-12-10 14:30:27 -06:00
Brian Hicks
d2651a2e87 make a fake focus ring when the checkbox is focused 2020-12-10 14:30:27 -06:00
Brian Hicks
41dba759c0 fix invalid property 2020-12-10 14:30:24 -06:00
Brian Hicks
af18e1e32e add aria stuff that checkbox does 2020-12-10 14:19:07 -06:00
Brian Hicks
9bac079e0b fix checkbox positioning and z-index 2020-12-10 14:18:51 -06:00
Brian Hicks
4cef8dae2b add the ability to explicitly disable a switch 2020-12-10 14:10:19 -06:00
Brian Hicks
630bb5b60a make the label centered with the switch 2020-12-10 14:07:34 -06:00
Brian Hicks
0bc53334b9 don't show the pointer if the switch is disabled 2020-12-10 14:07:34 -06:00
Brian Hicks
fb25d92233 sweep the checkbox under the rug 2020-12-10 14:07:34 -06:00
Brian Hicks
8a71356b12 add the pretty SVG switch 2020-12-10 14:07:34 -06:00
Brian Hicks
a3c2e97ad2 first pass at Switch API and display 2020-12-10 14:07:34 -06:00
Juan Edi
94f2c59ce5
Merge pull request #657 from NoRedInk/cachix
use cachix
2020-12-10 16:22:57 -03:00
Brian Hicks
7d1caa8987 the Travis linter says that "sudo" has no effect in the builder we use 2020-12-10 10:25:28 -06:00
Brian Hicks
8195366c1a annotate (and make explicit) the build steps 2020-12-10 10:23:53 -06:00
Brian Hicks
55c232f8e1 use unstable nixpkgs 2020-12-08 12:30:33 -06:00
Brian Hicks
49be8afcc1 use cachix 2020-12-08 11:59:38 -06:00
Brian Hicks
b3f66bdc06 update sources 2020-12-08 11:44:12 -06:00
Ally McKnight
c00ce9b88a
Merge pull request #656 from NoRedInk/bump-version-12.12.0
bump noredink-ui version to 12.12.0
2020-12-05 20:17:56 -08:00
Tessa Kelly
9c5cdc49fc bump version 2020-12-04 16:16:46 -08:00
Tessa
c6299ba282
Merge pull request #655 from NoRedInk/kraken/logged-out-page
Add loggedOut view to Nri.Ui.Page
2020-12-04 13:29:37 -08:00
Ju Liu
023f3c25c8 Add loggedOut view to Nri.Ui.Page 2020-12-04 18:44:56 +00:00
Juan Edi
20dcab2058
Merge pull request #654 from NoRedInk/deprecated-csv-output
check in a CSV of deprecated imports
2020-12-04 14:01:07 -03:00
Brian Hicks
f7a58ff211 use the test target by default 2020-12-03 20:39:45 -06:00
Brian Hicks
3538319590 check in the generated CSV and use it as well 2020-12-03 20:38:09 -06:00
Brian Hicks
6bbe0d7699 update elm-forbid-import 2020-12-03 20:36:17 -06:00
Brian Hicks
1a7a0181a0 make the deprecated imports script produce a CSV 2020-12-03 20:29:31 -06:00
Brian Hicks
c2c673396e
Merge pull request #651 from NoRedInk/elm-forbid-import
use elm-forbid-import
2020-12-03 13:11:37 -06:00
Brian Hicks
959bf30ba5 forbid RadioButton.V1 2020-12-01 12:28:32 -06:00
Brian Hicks
fae35d2d36 update elm-forbid-import to get around the packaging issue 2020-12-01 12:27:40 -06:00
Brian Hicks
85f9a0a9df change source to avoid key trusting issue in CI 2020-12-01 12:27:23 -06:00
Brian Hicks
f7097271e9 wire elm-forbid-import into Shake 2020-12-01 12:27:23 -06:00
Brian Hicks
deea05d7e1 forbid non-versioned imports 2020-12-01 12:27:23 -06:00
Brian Hicks
7723618298 remove old script 2020-12-01 12:27:23 -06:00
Brian Hicks
67203f8bce make sure to load the right elm.json 2020-12-01 12:27:23 -06:00
Brian Hicks
c036c93860 update with found deprecated imports 2020-12-01 12:27:23 -06:00
Brian Hicks
835f7e5b3d add a script to update which imports are deprecated 2020-12-01 12:27:23 -06:00
Brian Hicks
be91592316 add elm-forbid-import 2020-12-01 12:27:23 -06:00
Brian Hicks
e5583f36d9 update niv source fetcher 2020-12-01 12:27:23 -06:00
Tessa
b8e30ae6fa
Merge pull request #652 from NoRedInk/fab/checkbox-and-radio
fab/checkbox-and-radio
2020-11-30 16:38:16 -08:00
Tessa Kelly
2059d1744c Bump 2020-11-30 14:36:35 -08:00
Tessa
59aa66d97a
Merge pull request #644 from NoRedInk/fab/radio-button
Show an outline for radio buttons on selection
2020-11-30 09:43:56 -08:00
Tessa Kelly
1f6e376392 Fix weird unnecessary attributes
these are free with HTML, why add them again?
2020-11-20 11:00:34 -08:00
Tessa Kelly
0cd41218af Make sure the radio input doesn't show 2020-11-20 11:00:18 -08:00
Tessa Kelly
87ef25ef13 Use aria-disabled when locked or disabled 2020-11-20 11:00:01 -08:00
Tessa Kelly
1d4698dca7 Fix CI 2020-11-20 10:47:45 -08:00
Tessa Kelly
424bd1854c 💀 remove the invisible label.
having an invisible label makes it easier to make bad UX decisions.
2020-11-20 10:45:35 -08:00
Tessa Kelly
8343bb06b0 Fix example keyboard support 2020-11-20 10:42:26 -08:00
Tessa Kelly
16d95ef9c5 Merge remote-tracking branch 'origin/master' into fab/radio-button 2020-11-20 10:40:54 -08:00