Commit graph

2998 commits

Author SHA1 Message Date
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
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
Miodec
20b2dcfa3d impr(british english): add "criticising" 2023-09-18 13:50:22 +01:00
Miodec
dfd7d505ab fix(keymap): matrix keymaps always showing leftmost column
It should only be visible when matrixShowRightColumn is true
2023-09-17 20:07:24 +01:00
Miodec
50933ac088 fix: live burst staying visible when it shouldnt
Closes #4639
2023-09-17 15:24:59 +01:00
Miodec
322d159e62 fix: remove unnecessary console log 2023-09-14 14:10:28 +01:00
Miodec
2e595ed222 fix(language): incorrect rightToLeft value for malay 2023-09-14 12:57:48 +01:00
Miodec
ee14827d4a fix(test): lazy mode not working and improved performance 2023-09-13 18:07:20 +01:00
Miodec
e61733c66a chore: incorrect quote length fields 2023-09-13 17:17:16 +01:00
Miodec
f7d1a9c64d fix(quote): quote reports 2023-09-13 17:08:23 +01:00
Miodec
f5e29bdebc fix(account): filter presets not being displayed correctly
Closes #4612
2023-09-13 14:43:10 +01:00
Miodec
5dfa95e6e1 impr(typing): add reminder that opposite shift mode is on if incorrect shift was used too many times
Closes #4626
2023-09-13 14:20:28 +01:00
Miodec
6d7c3fe3b5 impr(funbox): improve error message when funbox cannot be set with current config
Closes #4617
2023-09-13 14:06:10 +01:00
Himanshu Balani
963f512b19
impr(quote): add three english and three hindi quotes (himanshubalani) (#4624) 2023-09-13 13:46:29 +01:00
Miodec
24c90e9d12 impr(keymap): add param which allows the rightmost column to be visible on matrix layouts
This is helpful when layouts use the rightmost column for
something other than modifiers (for example swedish)

Closes #4623
2023-09-13 13:31:54 +01:00
Miodec
f962896d6c style: fix missing split spacer element size override 2023-09-13 12:43:17 +01:00
Miodec
7e9e096d9f fix(typing): live elements sometimes being softlocked in the hidden state
Fixed by adding a state variable which is independent of the dom classes

Closes #4613
2023-09-11 19:44:13 +01:00
Joonatan
4a429575fc
impr(layout): add estonian (jovark) (#4622) 2023-09-11 18:54:53 +01:00
Sanidhya Singh
75e7cee717
fix(custom text): resolve incorrect loading of custom text with pipes (sanidhyas3s) (#4619) 2023-09-11 18:54:06 +01:00
Christian Fehmer
6d57a1949e
impr(account page): change time typing unit to minutes on the activity chart (fehmer) (#4618) 2023-09-11 18:53:00 +01:00
Mohanad Fteha
ad3d021a9d
impr(quote): add quote (mohanadft) (#4614) 2023-09-11 18:49:31 +01:00
Xudong Zheng
1c306d3280
fix(language): replace chinese word lists (xudongzheng) (#4609) 2023-09-11 18:46:16 +01:00
kopipahit-1
2113d88230
feat(language): add malay 1k (kopipahit-1) (#4607) 2023-09-11 18:41:50 +01:00
kopipahit-1
d119c2ca5b
impr(language): rework malay (kopipahit-1) (#4606) 2023-09-11 18:39:31 +01:00
Shuja-Mahmood
7c971e5d84
feat(custom text): add text file opening (Shuja-Mahmood) (#4596) 2023-09-11 18:22:39 +01:00
Miodec
9f05da905a impr(typing): lazy mode now keeps the word casing 2023-09-11 18:11:26 +01:00
Seth Falco
ecbc20f316
fix: use appropriate fallback fonts (SethFalco) (#4620) 2023-09-11 16:09:34 +01:00