Commit graph

9848 commits

Author SHA1 Message Date
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
Miodec bcf9ad0895 style: remove nav and footer padding
Not sure why that was there...
2023-09-19 17:28:58 +01:00
Miodec 5743897bae chore: moved code to the correct file 2023-09-19 17:24:55 +01:00
Miodec c43e5324c2 refactor: move button styles to their own file 2023-09-19 17:17:22 +01:00
Miodec f63e6a227b style: use thinner focus styling 2023-09-19 17:17:01 +01:00
Miodec f53a4a5286 style: thicken up input type range a tiny bit 2023-09-19 17:13:27 +01:00
Miodec e90cf66ac4 chore: add command alias 2023-09-19 14:40:28 +01:00
Miodec f19063e1db chore: release v1.17.13 2023-09-19 14:37:55 +01:00
Christian Fehmer 5314c7306f
fix: inconsistent caps lock warning message (fehmer) (#4644) 2023-09-19 14:35:12 +01:00
Miodec 446a354af3 style: fix missing style for alice extra key 2023-09-19 14:27:20 +01:00
Miodec 4144c7089a style: remove focus indicator from the commandline 2023-09-19 14:23:48 +01:00
Miodec bc69fde4dc style: use thiner focus border 2023-09-19 14:16:21 +01:00
Miodec 49a1b41b17 style: rework keymap looks to use background instead of border 2023-09-19 14:14:24 +01:00
Miodec 5adee78cb8 style: add focus visible to input and textarea 2023-09-19 14:12:48 +01:00
Miodec dd53122e0d style: use focus-visible instead of focus 2023-09-19 14:12:33 +01:00
Miodec 8105169e96 refactor: using util function 2023-09-18 22:54:52 +01:00
Miodec 922054faa2 refactor: simple popups
Popup no longer closes if action failed.
Reduced code repetition:
 - extracted reauthentication code to a function
 - added a 'are all fields filled' check just before calling exec
 - showing and hiding the loader in one spot
 - showing notifications in one spot, popups just return a string
 - reduced indentation
2023-09-18 22:54:01 +01:00
Miodec 63b0fb1b05 refactor: move add notification options to the global types 2023-09-18 22:31:19 +01:00
Miodec 26b81f7fa0 refactor: use await instead of .then 2023-09-18 16:23:34 +01:00
Miodec aa54695477 refactor: only accept async functions 2023-09-18 15:55:32 +01:00
Miodec 08ca4c4621 refactor: return boolean which dictates if the popup should be closed after executing 2023-09-18 15:49:20 +01:00
Miodec fe40988d6a fix: check if fields are not empty before sending request to the server
Closes #4643
2023-09-18 15:48:43 +01:00
Dilyorbek 13aaf3a994
impr(quote): add quote (drdilyor) (#4627) 2023-09-18 14:18:58 +01:00
Miodec 35feefdce0 style: make words filter popup responsive
Closes #4629
2023-09-18 14:17:48 +01:00
Miodec ec7ce68178 fix(typing): fully prevent input if a popup is visible
Closes #4641
2023-09-18 14:08:21 +01:00
Miodec 304ca9a29d fix(quote): quotes reported by the users 2023-09-18 13:50:54 +01:00