Commit graph

475 commits

Author SHA1 Message Date
Jonas Kuske
eca4067fb0 feat: show when theme is overwritten by prefers-color-scheme 2019-06-09 01:56:38 +02:00
Jonas Kuske
a8c482f5d8 fix: make <details> styling compatible with proposed changes in #87 2019-06-09 00:33:30 +02:00
Jonas Kuske
491e554784 fix: restore <details> styling in Firefox
only remove startup stylesheet on first JS style load
2019-06-09 00:06:01 +02:00
Jonas Kuske
cd15e37177 fix: update regex so only valid themes in URL params are used 2019-06-08 23:14:51 +02:00
Jonas Kuske
d0ca9554f0 fix: update icon hrefs for dark mode icons 2019-06-08 22:31:40 +02:00
Jonas Kuske
8113c5b05c chore: compile new version 2019-06-08 21:36:29 +02:00
Jonas Kuske
758cd36841 feat: update so branch base matches current master 2019-06-08 21:35:56 +02:00
Jonas Kuske
8e465363f1 chore: compile new build 2019-06-08 21:21:07 +02:00
Jonas Kuske
2bd0bdd22e feat: remove fallback once dynamic copy is loaded
+ legacy option defaults to true when opened in legacy browsers
2019-06-08 21:21:04 +02:00
Jonas Kuske
76a4ccbc7c fix: add margin between theme selection buttons 2019-06-08 21:20:36 +02:00
Jonas Kuske
afcf059863 feat: add tooltip styling, make options expandable, general fixes 2019-06-08 21:20:35 +02:00
Jonas Kuske
893b8ab4ed chore: add docs dependencies to pkg json 2019-06-08 21:20:35 +02:00
Jonas Kuske
2118518552 fix: remove currently non-existing stylesheets
& use HTML entity for space before emoji
2019-06-08 21:20:35 +02:00
Jonas Kuske
2216b32f09 feat: allow version select via URL query params 2019-06-08 21:20:32 +02:00
Jonas Kuske
ba843037d0 refactor: add proper typing 2019-06-08 21:19:33 +02:00
Jonas Kuske
6bf48e1615 refactor: add HTML processing, picker as partial 2019-06-08 21:19:33 +02:00
Jonas Kuske
75f9280dab fix: replace <br /> with padding-top
+ prevent potential error in getFileSize()
2019-06-08 21:19:33 +02:00
Jonas Kuske
3d667c928e feat: show installation headline while picker loads 2019-06-08 21:19:32 +02:00
Jonas Kuske
a77a2e9799 fix: give higher specificity to transition class 2019-06-08 21:19:32 +02:00
Jonas Kuske
264b958a84 fix: use toFixed() to prevent sizes with many decimals 2019-06-08 21:19:32 +02:00
Jonas Kuske
3ced8a8ded fix: determine correct alternate theme in getFileSnippet 2019-06-08 21:19:32 +02:00
Jonas Kuske
ba6664cb91 feat: add sourcemaps for docs build 2019-06-08 21:19:31 +02:00
Jonas Kuske
0de736c5b7 fix: don't show [title] if standalone is selected 2019-06-08 21:19:31 +02:00
Jonas Kuske
e7012d19c4 feat: add footer 2019-06-08 21:19:31 +02:00
Jonas Kuske
033390881e feat: add build step for docs, minor improvements 2019-06-08 21:19:28 +02:00
Jonas Kuske
234152f181 feat: add new installation guide, move to docs/ 2019-06-08 21:18:43 +02:00
Jonas
f083328519
Merge branch 'master' into feat/select 2019-06-07 08:57:27 +02:00
kylejrp
cecf3becfa
Merge pull request #93 from asoback/text-level-semantics
Text level semantics
2019-06-06 20:25:25 -07:00
kylejrp
92afd8bf0c
Merge branch 'master' into feat/select 2019-06-06 20:25:02 -07:00
kylejrp
d94e9117ac
Merge branch 'master' into text-level-semantics 2019-06-06 19:45:24 -07:00
kylejrp
f320ca0a51
Merge pull request #91 from jonaskuske/feat/icon-image
Icons & Favicon
2019-06-06 19:43:03 -07:00
Jonas Kuske
c98fed0200 cleanup: remove old SVG files 2019-06-07 01:48:08 +02:00
Jonas Kuske
f7c6a87ca9 feat: single SVG for arrow, change color on import 2019-06-07 01:13:36 +02:00
Jonas Kuske
436a4211eb feat: inline SVGs using postcss-inline-svg 2019-06-07 00:46:32 +02:00
Alexander Bluhm
64e7377caa Fixed select in IE11
Default browser arrow was displayed in IE11.
2019-06-06 23:00:53 +02:00
Alexander Bluhm
bb2eb0e171 Added selet arrow
Added two svg files for the arrow.
Removed old inline svg and url-encode.
Created SASS variables for the svg path.
2019-06-06 22:58:58 +02:00
Alexander Bluhm
c69ceda5e9 Fixed bug where the arrow icon on select is not displayed 2019-06-06 22:54:35 +02:00
Alexander Bluhm
8a1150d3c2 Added approach for new select
select tag is styled in a new way
added preview for select tag
2019-06-06 22:52:31 +02:00
asoback
28a84ab3f6 Updates to CSS variables
for issue #32
2019-06-05 21:33:30 -05:00
Jonas Kuske
4673919b7c feat: adjust favicon to dark mode 2019-06-02 04:46:52 +02:00
Jonas Kuske
2183c463bb fix: add line break 2019-06-01 03:39:17 +02:00
Jonas Kuske
4cc0a8ee15 fix: use different query param 2019-06-01 03:11:42 +02:00
Jonas Kuske
b5377d7673 feat: update README 2019-06-01 03:11:25 +02:00
Jonas Kuske
26aecd86db feat: use water.css colors for logo/image 2019-06-01 03:07:04 +02:00
Jonas Kuske
a5f3984352 feat: add icons 2019-06-01 03:06:37 +02:00
kylejrp
03269b4896
Merge pull request #85 from kimulaco/hotfix/switch-theme
Fix switch theme
2019-05-29 19:36:49 -07:00
kimulaco
b5e06b5768 Update themeSwitcher event 2019-05-29 22:45:30 +09:00
kimulaco
5de6636a1b Add ThemeSwitcher 2019-05-29 22:33:08 +09:00
kimulaco
1ce1c216c9 Update switch rules 2019-05-29 18:56:36 +09:00
kimulaco
7712f6aab9 Update switch theme script 2019-05-29 15:40:45 +09:00