Mike Sawka
a85b658cd7
migrate to react 19 ( #2272 )
...
migrate to react 19 + fix lingering typescript errors and weirdness.
2025-08-25 21:17:15 -07:00
Sylvie Crowe
e555eaa765
Limit User Input Modal to One Window ( #1730 )
...
When a connection request is made from a block, only ask for user input
in the window that made the request.
2025-01-15 18:55:12 -08:00
Evan Simkowitz
b51ff834b2
Happy new year! ( #1684 )
...
Update all 2024 references to 2025
2025-01-04 20:56:57 -08:00
Evan Simkowitz
7a61f25331
Auditing async usage in frontend code ( #1402 )
...
I found a lot of places where asyncs weren't being properly wrapped or
awaited
2024-12-05 18:09:54 -08:00
Sylvie Crowe
24103213aa
SSH without using WSH ( #1355 )
2024-11-27 16:52:00 -08:00
Evan Simkowitz
2e91ee843c
Switch from Less to Scss ( #1335 )
...
Less hasn't received an update in over a year and the parser is missing
some modern syntax like relative colors so this switches us to scss
2024-11-21 16:05:04 -08:00
Sylvie Crowe
f3e0ba8148
Add Don't Ask Again Checkbox for Wsh Install ( #1010 )
...
This provides a checkbox when installing wsh that will prevent the
message from popping up in the future. It can also be disabled by adding
`"askbeforewshinstall": false` to the config file.
2024-10-10 15:50:46 -07:00
Sylvie Crowe
11e4f6074d
Input Modal Fixes ( #336 )
...
A couple small things:
- make the timer more robust in case of a timing issue where the timer
skips 0
- make the x button in the corner work
- style the title to stand out
The title will need more styling in the future, but this is still an
improvement.
2024-09-06 04:15:42 -07:00
Evan Simkowitz
015ebf5dd5
Make textAtom and showTocAtom in Markdown element optional ( #331 )
...
Fix backwards-compatibility for the Markdown element by adding back the option to pass text directly to the element and make atom parameters optional.
2024-09-05 15:35:57 -07:00
Red J Adaya
c1684d28d1
suggestions modal ( #260 )
2024-08-23 00:18:49 -07:00
Red J Adaya
9233b3dbd7
modals component and model and TOS modal ( #164 )
...
Co-authored-by: Sylvia Crowe <software@oneirocosm.com>
Co-authored-by: sawka <mike.sawka@gmail.com>
2024-07-30 11:44:19 -07:00