Commit graph

468 commits

Author SHA1 Message Date
Miodec
7f04503921 impr(max line width): setting the value to 0 will now always align the words to the width of the container 2024-04-30 21:00:02 +02:00
Miodec
b95c2e8575 impr(test page): make desktop test config visible on narrower widths 2024-04-30 12:53:44 +02:00
Miodec
e632df7442 style: fix an outline sometimes appearing around the result 2024-04-28 14:16:55 +02:00
Miodec
607da30faa style: use new content-grid system on the result page
fixes result ad causing overflow on some widths
2024-04-27 00:26:54 +02:00
Miodec
4ed3b7d6c8 style(typing result): improve styling on narrow screens
also fix random elements causing grid issues
2024-04-27 00:02:08 +02:00
Miodec
155c348850 style(typing test): align mini progress with the words, not the content width 2024-04-26 19:35:14 +02:00
Miodec
ed9ec67264 style: remove forced display grid on full width elements
!nuf
2024-04-26 19:18:45 +02:00
Miodec
20d6c39cff impr(typing test): allow test words to breakout from the container
this completely reworks the way main content is structured

closes #5335
2024-04-26 16:57:08 +02:00
Miodec
1b5bb7028e impr(typing test): limit line length to 70 characters 2024-04-24 18:34:24 +02:00
Jack
4039ed8b26
refactor: media queries (#5329) 2024-04-24 14:22:41 +02:00
Jack
ccc9a39a99
refactor: custom text logic and modal (#5327) 2024-04-23 16:58:00 +02:00
Miodec
89920210d3 impr(account page): change tags, funbox and language filters to a multiselect dropdown
closes #5240
2024-04-12 15:35:03 +02:00
Miodec
4e0cd63dcc style: improve styling of slim selects 2024-04-12 15:35:03 +02:00
Christian Fehmer
5e7a609689
fix(account page): buttons unreadable on hover on accounts/profile page (fehmer) (#5292) 2024-04-09 11:45:10 +02:00
Jack
ff7816aac0
refactor: custom text modal rework (#5278)
* start work on saved texts popup

* passing options through, async fill to not block animation

* handle apply

* custom text modal start

* full save custom text modal refactor

* remove import

* full finish on saved texts modal

* fill when chain re-shows it

* fix issues where opening chains within chains would show two modals

* extract type

* add support for passing data between modals

* dont leave the popup if no words were found

* use modalchaindata instead of setting popup state directly

* handling set and append modes in chain data

* move tab insertion code into the custom text modal file

* use chain data instead of state module

* move event handlers to a different file / to the setup function

* move file

* rename file

* rename id

* remove unused line

* add generics to incoming and outgoing modal chain data

* rework the way custom text textarea is handled

* update long custom text warning

* remove variable

* remember to update the state
2024-04-05 13:18:26 +02:00
Vaughn Gugger
e37bf192e3
impr(profile): add level percentage when hovering over progress bar (vjgtigers) (#5276) 2024-04-05 12:24:36 +02:00
Miodec
82b74574c9 style: make version history modal wider 2024-04-03 00:31:13 +02:00
Vaughn Gugger
a6ccb2cead
impr: changed fps text color from hardcoded values to match user theme (vjgtigers) (#5271) 2024-04-02 15:07:03 +02:00
Nad Alaba
c20964d185
fix(indicate typos): letters not displaying correctly in RTL languages or with ligatures when set to below (NadAlaba) (#5113) 2024-03-25 17:14:53 +01:00
Christian Fehmer
a306ab4f32
impr(profile/account page): show leaderboard rank percentage (fehmer) (#5212) 2024-03-25 12:36:25 +01:00
Miodec
6f75abef70 refactor(ape keys modal): use new modal system 2024-03-24 23:01:33 +01:00
Miodec
6167506b89 refactor(word filter modal): use new modal system 2024-03-24 16:45:53 +01:00
Miodec
7f427a9643 refactor(simple modals): use new modal system 2024-03-22 20:53:22 +01:00
Miodec
5a354ef25d refactor(quote search modal): use new modal system 2024-03-20 16:08:31 +01:00
Miodec
c2b7204600 refactor(quote report modal): use new modal system 2024-03-19 16:09:23 +01:00
Miodec
28a4eac40e refactor(quote rate modal): use new modal system 2024-03-19 15:50:50 +01:00
Miodec
33c8976176 style: update modal styling
also removed some redundant styles
2024-03-18 13:08:44 +01:00
Miodec
3077daa71f refactor(quote approve modal): use new modal system 2024-03-18 12:59:53 +01:00
Miodec
9ca32d3b6a refactor(quote submit modal): use new modal system 2024-03-18 00:01:06 +01:00
Miodec
d454783d11 refactor(google sign up modal): use new modal system 2024-03-17 20:47:21 +01:00
Miodec
9e064fd57c refactor(new filter preset modal): use new modal system 2024-03-17 02:10:30 +01:00
Miodec
1ceaa66287 refactor(custom test duration modal): use new modal system 2024-03-16 19:08:20 +01:00
Miodec
7faefcdd76 refactor(mobile test config modal): use new modal system 2024-03-16 18:44:18 +01:00
Miodec
987ac16bc8 style: update out of focus warning 2024-03-16 17:28:53 +01:00
Miodec
5990f264fb style(modal): overflow auto 2024-03-16 17:00:06 +01:00
Miodec
e29d280ea5 refactor(edit result tags): complete rework
use new modal system
extract code not relating the modal to other modules
use state instead of checking dom elements/classes/attributes
2024-03-16 16:42:48 +01:00
Miodec
4220c54de2 refactor(edit tag): use new modal system 2024-03-15 15:11:34 +01:00
Miodec
54237d369e refactor: add title style to all modals 2024-03-15 13:49:39 +01:00
Miodec
021577c9e4 refactor(edit presets): use new modal system 2024-03-15 13:40:18 +01:00
Miodec
1640670bad style: disable pointer events on icons 2024-03-15 13:39:36 +01:00
Miodec
05de8a5de5 fix(commandline): double scrollbar 2024-03-15 13:39:19 +01:00
Miodec
00b5be2a38 refactor(edit profile): use new modal system 2024-03-15 12:58:53 +01:00
Miodec
7ee4340383 style: make profile buttons transparent to avoid focus border clipping 2024-03-15 12:26:09 +01:00
Miodec
c124f9bd67 style: add overflow-y on all modals 2024-03-15 11:11:48 +01:00
Miodec
df8b1031ed style(alerts): make the container a bit wider 2024-03-14 17:16:32 +01:00
Miodec
2a4e0b1fea refactor(user report modal): use new modal system 2024-03-14 12:21:22 +01:00
Miodec
f8ce7cfbe9 refactor(pb modal): use new modal system 2024-03-13 17:23:40 +01:00
Miodec
60f6e4d77b refactor(streak hour offset): user new modal system 2024-03-13 17:08:25 +01:00
Miodec
1efbc5a24e refactor(custom word amount modal): use new modal system 2024-03-13 15:39:47 +01:00
Miodec
32968d60e1 fix: version history being too wide on narrow screens 2024-03-13 13:32:20 +01:00