Commit graph

9873 commits

Author SHA1 Message Date
Miodec 56b483c1e8 refactor: rename centerContent to contentWrapper 2023-09-23 12:17:49 +01:00
Miodec c76b2f40e8 refactor: use id instead of class 2023-09-23 12:17:49 +01:00
Miodec 54ceadd488 refactor: fix refactoring issue 2023-09-23 12:17:49 +01:00
Miodec 3d1486ff12 style: allow button transition
This now looks good when crossing the width breakpoint
due to the transitions only being applied to the color property.
2023-09-23 12:17:49 +01:00
Christian Fehmer 3be55de92c
chore: update jQuery to 3.7.1 (fehmer) (#4649)
* chore: update jQuery to 3.7.1

* add version number to easing.js file

* review comments
2023-09-21 13:06:11 +01:00
K.B.Dharun Krishna fe8699399c
build(ci): bump actions/checkout to v4 (kbdharun) (#4645)
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-09-21 12:05:06 +01:00
Sisisit cf11fdc7cd
impr(quote): add thicc english quote (Sisisit) (#4646) 2023-09-21 12:02:41 +01:00
Miodec 54457006ec refactor: use button instead of div
Reduce css.
Remove keypress event listeners.
Remove tabindex overrides.
Moved sign in tip below the buttons so that tab navigation makes sense.
2023-09-20 18:38:58 +01:00
Miodec 00d7af00f9 style: rework footer buttons 2023-09-20 17:53:17 +01:00
Miodec 6a8d4a48fa refactor: remove unnecessary style 2023-09-20 11:57:47 +01:00
Miodec f28d7451e7 refactor: use nesting 2023-09-20 11:57:00 +01:00
Miodec c97a5d7502 refactor: fix version button wrapped in two buttons 2023-09-20 11:54:03 +01:00
Miodec db9264986d style: fix scroll to top button covering footer 2023-09-20 11:45:15 +01:00
Miodec 5a7d659669 style: remove unnecessary transition 2023-09-20 11:43:27 +01:00
Miodec 4e507f23bd refactor: use main instead of a div 2023-09-20 00:01:35 +01:00
Miodec 724403d361 refactor: use nav instead of a div 2023-09-19 23:53:13 +01:00
Miodec 6610542d5f refactor: use footer instead of a div with an id 2023-09-19 23:51:20 +01:00
Miodec 46c0555202 chore: missing class 2023-09-19 23:47:33 +01:00
Miodec d1cb222735 chore: rename file 2023-09-19 23:45:52 +01:00
Miodec 5a06954f02 refactor: use button instead of div 2023-09-19 23:44:48 +01:00
Miodec a68af7cb56 chore: unnecessary event handler 2023-09-19 23:43:09 +01:00
Miodec 13d041e055 chore: remove tabindex 2023-09-19 23:40:28 +01:00
Miodec 431999ecc5 style: specify which properties should transition 2023-09-19 23:36:07 +01:00
Miodec 82024ff412 style: update anchor focus style 2023-09-19 23:35:53 +01:00
Miodec 513dfc63ff chore: use textButton for now to fix theme issues 2023-09-19 23:32:47 +01:00
Miodec 412d415207 refactor: use header instead of div with id 2023-09-19 23:31:13 +01:00
Miodec cbff23e125 style: improve no text badge styling 2023-09-19 23:28:18 +01:00
Miodec 6c5368beed style: fix loading indicator appearing in the wrong spot 2023-09-19 23:26:25 +01:00
Miodec 9399085251 style: lower gap 2023-09-19 23:18:03 +01:00
Miodec 87566574c9 style: remove property 2023-09-19 23:17:00 +01:00
Miodec 70197b7780 refactor: use nesting instead 2023-09-19 23:16:27 +01:00
Miodec cb449cfd2b chore: rename file 2023-09-19 23:08:28 +01:00
Miodec 13e08a716e refactor: use button instead of div 2023-09-19 22:57:52 +01:00
Miodec 3ca50f93fb style: remove transition on focus 2023-09-19 22:53:33 +01:00
Miodec 461a274b02 style: add focused logo style, add padding and margin to space border away from the content 2023-09-19 22:52:50 +01:00
Miodec d8b74dccd1 style: missing button style 2023-09-19 22:51:59 +01:00
Miodec 3f34c2ddc5 style: shorten transitions 2023-09-19 22:51:16 +01:00
Miodec 0a0084aed3 chore: remove old styles 2023-09-19 22:50:57 +01:00
Miodec ef15ee85c5 refactor: remove tabindex overrrides 2023-09-19 22:50:33 +01:00
Miodec 6314204e1d refactor: change logo into an anchor 2023-09-19 22:49:29 +01:00
Miodec 1d11616aef style: add opacity transition to buttons 2023-09-19 22:47:18 +01:00
Miodec b94935421f chore: make sure numbers are finite 2023-09-19 21:26:35 +01:00
Miodec 04774dee25 fix(custom text): test sometimes failing to initialize when using pipe delimiter 2023-09-19 21:12:09 +01:00
Miodec 9e0c02ac29 refactor: remove function thats not needed 2023-09-19 21:08:55 +01:00
Miodec 2a66e509f4 refactor(sign up): use button instead of div 2023-09-19 21:08:22 +01:00
Miodec 6fef51cd89 refactor(sign in): use button elements instead of div 2023-09-19 20:23:42 +01:00
Miodec 43a8b081a5 refactor: checkboxes
Reworked checkboxes to not use any custom elements.
Instead, the native element is styled.
This fixes tab navigation, and makes them easier to use in general.
2023-09-19 18:26:03 +01:00
Miodec aa8406073a style: fix incorrect color 2023-09-19 18:25:20 +01:00
Miodec 7fd4327d3b impr(share test settings popup): automatically select link on click 2023-09-19 17:57:18 +01:00
Miodec 7a1f2ce5ed style: rework button styling 2023-09-19 17:38:41 +01:00