Commit Graph

954 Commits

Author SHA1 Message Date
Jakob Pinterits 9adbef2ca3 add missing docs for event classes 2024-10-20 12:57:38 +02:00
Jakob Pinterits b94c60e1ba docs improvements 2024-10-20 12:51:16 +02:00
Jakob Pinterits 84b7d386c2 improved unloading of user modules 2024-10-16 20:22:58 +02:00
Jakob Pinterits a6ee9915ef add another tooltip to default root component 2024-10-16 18:58:56 +02:00
Jakob Pinterits ddbe17d507 fix copy & paste error in rio.Text 2024-10-16 17:00:19 +02:00
Jakob Pinterits 43d0a3f695 default navbar: Handle case where multiple pages have same url segment 2024-10-16 16:54:57 +02:00
Jakob Pinterits 2091aedfdb fix website component 2024-10-15 17:46:35 +02:00
Sn3llius aa5dbba466 restructured DateInput 2024-10-14 15:15:30 +02:00
Sn3llius 4bac2cde6c added different shape styles to NumberInput 2024-10-11 08:24:11 +02:00
Sn3llius 72034cd679 reworked DateInput 2024-10-11 08:17:54 +02:00
Aran-Fey 5f954d7d0f fix spurious incorrect mime type for js files 2024-10-10 21:42:44 +02:00
Jakob Pinterits 5ee8bdb987 added warnings when asset files cannot be loaded 2024-10-09 21:09:55 +02:00
Aran-Fey 53192b5d0c improve error handling for missing app main module 2024-10-09 13:07:37 +02:00
Aran-Fey 130e20e935 fix crash if app main module is not in the src folder 2024-10-09 11:56:49 +02:00
Jakob Pinterits 113965141f pointer event listener & date input tweaks 2024-10-08 18:01:40 +02:00
Jakob Pinterits 8ff954d55c harmonized styles of switcherbar & plain button hover styles 2024-10-08 17:52:19 +02:00
Sn3llius 66028cf616 reworked date input 2024-10-08 17:18:17 +02:00
Jakob Pinterits 53f7ee370b dropdowns now also support input box styling 2024-10-05 18:59:52 +02:00
Jakob Pinterits 11c0c90000 tweak dark theme text color 2024-10-05 18:59:34 +02:00
Jakob Pinterits fdd87fe513 pointer event listener prototyping 2024-10-04 23:15:12 +02:00
Jakob Pinterits 71b19d08dc switched more mouse events to pointer events 2024-10-04 19:48:01 +02:00
Jakob Pinterits 4798c2c37d switch all JS mouse events to pointer events 2024-10-04 19:33:21 +02:00
Aran-Fey 753132718d fix typescript warning about override of state 2024-10-04 15:04:57 +02:00
Aran-Fey acb0a80d72 bump version 0.10.4 2024-10-03 22:16:36 +02:00
Aran-Fey 5f761740f4 fix dialogs detecting clicks incorrectly 2024-10-03 22:14:02 +02:00
Aran-Fey 15b9d6d8d7 fix placeholder link in default sidebar 2024-10-03 21:56:48 +02:00
Sn3llius a66d25f2b3 updated tic tac toe example 2024-10-03 15:06:27 +02:00
Aran-Fey 859e6576e2 fix crash when a page can't be imported 2024-10-03 05:42:07 +02:00
Jakob Pinterits bedcdb2678 bump version 0.10.3rc0 2024-10-02 19:23:23 +02:00
Jakob Pinterits b17419ee2e prevent multi line text input click-through 2024-10-02 19:22:17 +02:00
Jakob Pinterits 6f830ac109 dialogs no longer close themselves when clicking into an inactive child 2024-10-02 19:22:17 +02:00
Sn3llius e1c2f8e926 removed TODO from table comp 2024-10-02 18:15:58 +02:00
Aran-Fey 793ef3da65 fix unused parameter in TextStyle.replace 2024-10-02 10:54:06 +02:00
Jakob Pinterits bc830505b1 improved input box styling 2024-10-01 17:44:24 +02:00
Aran-Fey 585f031e21 minor improvements in multi-page howto 2024-09-30 14:42:28 +02:00
Jakob Pinterits 168dc69bde tweaked corner radii 2024-09-29 18:31:37 +02:00
Jakob Pinterits 25e647ac91 more theming tweaks 2024-09-29 16:49:01 +02:00
Jakob Pinterits bea61ff093 fixed plain text button color 2024-09-29 08:36:37 +02:00
Jakob Pinterits 64bf2c4b5d button backgrounds now animate smoothly 2024-09-29 07:05:17 +02:00
Jakob Pinterits 0fdda4a15c improved how theme colores are derived 2024-09-28 21:41:31 +02:00
Jakob Pinterits 88794c0e71 bugfix: don't die on empty grid rows 2024-09-28 21:41:31 +02:00
Aran-Fey e53adcec10 remove stray line breaks in doc summaries 2024-09-28 12:29:56 +02:00
Aran-Fey 9f852059f5 fix navigate_to removing query and fragment 2024-09-28 12:29:56 +02:00
Jakob Pinterits 45a330ae46 flashbang prevention prevention 2024-09-27 22:14:09 +02:00
Jakob Pinterits e9007f93c1 many small fixes 2024-09-27 21:00:46 +02:00
Jakob Pinterits ceffb12874 changed all typing imports to import typing_extensions as te 2024-09-27 20:58:04 +02:00
Jakob Pinterits c4249bbe74 changed all typing imports to import typing as t 2024-09-27 20:58:04 +02:00
Jakob Pinterits 4d9b375625 added new style to rio.TextInput 2024-09-27 20:58:04 +02:00
Jakob Pinterits f5c88021cf added strikethrough to text styles
Implements #136
2024-09-27 20:58:04 +02:00
Jakob Pinterits 73d0958db9 more work on input box styles 2024-09-27 20:58:04 +02:00