Commit Graph

218 Commits

Author SHA1 Message Date
Jakob Pinterits 9e78d62698 JavaScript now also uses double quotes in strings 2024-09-26 19:37:51 +02:00
Jakob Pinterits 0da61ef150 renamed v0.9.3 to v0.10 & initial pill shape for text inputs 2024-09-26 19:37:51 +02:00
Jakob Pinterits 7c0c9bc2f7 fixed bugs stemming from the previous commit 2024-09-23 18:07:11 +02:00
Aran-Fey e99564a07c fix crash when page can't be imported 2024-09-19 13:36:42 +02:00
Jakob Pinterits 929d46570c dialogs no longer block pointer events on disappearance 2024-09-15 11:32:14 +02:00
Jakob Pinterits b3a8e5b0dd renamed & restyled FileChooserArea 2024-09-14 08:51:18 +02:00
Jakob Pinterits 7910d4dae8 completely reworked upload area 2024-09-13 21:38:52 +02:00
Jakob Pinterits 084af750c3 renamed internal methods, UploadArea groundwork 2024-09-13 13:12:30 +02:00
Aran-Fey bf0b1f375a fix IconButton never shrinking 2024-09-12 16:54:35 +02:00
Jakob Pinterits 9ffdfe19e2 rename button style bold-text to colored-text 2024-09-10 18:14:52 +02:00
Jakob Pinterits 74baca059c fixed some button styles not working in dialogs 2024-09-08 14:11:39 +02:00
Jakob Pinterits 3b683592ea several minor tweaks & bug fixes 2024-09-05 16:41:59 +00:00
Jakob Pinterits b83f761693 deprecation handling fixes, renamed text parameters 2024-09-01 16:48:35 +02:00
Jakob Pinterits 9012d7d394 code block scrolling fix 2024-08-30 10:33:27 +02:00
Jakob Pinterits 6812c6602c progress on new tables 2024-08-29 17:06:35 +02:00
Jakob Pinterits 1996ec90df WIP: new table implementation 2024-08-29 08:50:59 +02:00
Jakob Pinterits 92ffd836be fixed tooltip positioning 2024-08-14 21:20:26 +02:00
Jakob Pinterits 98152696d3 experimental support for codeblock scrolling 2024-08-08 16:12:51 +02:00
Aran-Fey c54d140133 fix on_playback_end event not triggering 2024-07-29 23:30:08 +02:00
Jakob Pinterits aafb90965e fixed z-order issues in Stack and Drawer 2024-07-29 21:41:54 +02:00
Jakob Pinterits 5104002654 working, but badly tested, dialogs 2024-07-27 21:44:15 +02:00
Jakob Pinterits 3504bd8e1c laid groundwork for dialogs 2024-07-27 14:01:46 +02:00
Jakob Pinterits 710577acb7 improved dropdown on mobile 2024-07-26 00:04:55 +02:00
Jakob Pinterits 63793e4aa4 dropdowns are functional again 2024-07-25 20:46:59 +02:00
Jakob Pinterits f003e47157 reworked popup manger (breaks dropdowns) 2024-07-25 20:46:59 +02:00
Aran-Fey 258520c773 vertically center input box placeholder 2024-07-22 18:00:28 +02:00
Jakob Pinterits bc6f7d8b5c .rio-disabled-input is now also using .rio-insensitive 2024-07-22 17:58:23 +02:00
Jakob Pinterits 2c5a3774dd bugfix: fixed insensitive button styling 2024-07-22 17:55:06 +02:00
Jakob Pinterits de1f73b13f rio.Popup now supports displaying no background 2024-07-21 20:02:49 +02:00
Jakob Pinterits e9f979611d popups now have a "fullscreen" + popup bugfix 2024-07-21 19:23:04 +02:00
Jakob Pinterits 8fcd211b81 bugfix: dropdown search was ignoring whitespace 2024-07-19 12:59:39 +02:00
Jakob Pinterits 1ef832ec7f several design & layout improvements 2024-07-17 15:13:21 +00:00
Jakob Pinterits 4a8ed0941b fixed icon button size in safari
Fixes #86, hopefully
2024-07-14 15:15:26 +02:00
Jakob Pinterits 70f8939785 increased list item padding
Fixes #110
2024-07-14 14:59:51 +02:00
Jakob Pinterits cc48401105 separator list item & list view fixes 2024-07-14 14:54:04 +02:00
Jakob Pinterits 1a73abd6c1 fixed bullet items having two bullets 2024-07-07 23:06:33 +02:00
Jakob Pinterits 38252adc47 fixed the previous issue for hovered rectangles as well 2024-07-07 22:53:10 +02:00
Jakob Pinterits 6f3c1db312 fixed frosted glass fill on webkit 2024-07-07 22:49:14 +02:00
Jakob Pinterits a0f89a365b style tweak for checkboxes 2024-07-07 22:29:46 +02:00
Aran-Fey 8531c2ec84 SeparatorListItem now has a height
fixes #91
2024-07-07 22:15:11 +02:00
Aran-Fey 4ea746ba06 fix overlays growing as large as user-content 2024-07-07 20:13:43 +02:00
Aran-Fey 35c54e4b6f fix Dropdown input having wrong cursor 2024-07-07 16:03:13 +02:00
Aran-Fey 322a3bcfb7 fix dropdowns not reliably reacting to hover events 2024-07-07 16:01:42 +02:00
Jakob Pinterits 5b13213210 fixed drawer knob position 2024-07-07 13:00:08 +02:00
Jakob Pinterits 0f6d00cf91 bugfix: flow containers weren't reflowing 2024-07-07 12:21:50 +02:00
Aran-Fey 3e5eb19d79 fix images not filling parent element 2024-07-07 10:48:39 +02:00
Aran-Fey f7edc80842 add accessibility parameters 2024-07-06 23:18:15 +02:00
Jakob Pinterits 421a42be2f Html component bugfix & better error reporting 2024-07-06 23:12:33 +02:00
Aran-Fey ed76baf5a1 fix checkbox having no size request 2024-07-06 11:43:39 +02:00
Aran-Fey 48c4988c1f fix ripple positioning in iconbutton 2024-07-06 11:34:47 +02:00