KernelDeimos
04432df554
feat: improve password recovery experience
2024-04-29 19:26:29 -04:00
Nariman Jelveh
8648a303f1
use puter.js to retrieve server info
2024-04-20 15:29:33 -07:00
Eric Lighthall
9822be5df4
Add version service module for fetching server information
...
this centralizes the handling of requests to get the server information
2024-04-20 01:58:12 -07:00
KernelDeimos
61f1caa122
Add type column
2024-04-14 23:58:14 -04:00
KernelDeimos
6e7fd2ca95
Add polling
2024-04-14 23:52:53 -04:00
KernelDeimos
79bfcf226b
Integrate ProcessService with task manager
2024-04-14 23:52:53 -04:00
KernelDeimos
9d9e091a7a
Add process management
2024-04-14 23:52:53 -04:00
KernelDeimos
d39bb412f3
Begin work on task manager
2024-04-14 23:52:53 -04:00
Aya Moosa
24e3ec89f3
added white text to brodacast
2024-04-12 14:28:15 -07:00
Aya Moosa
f8d3fdbefb
merge
2024-04-12 14:16:26 -07:00
Sam Atkins
59cdb6e8c6
Broadcast when theme changes
2024-04-09 10:44:51 +01:00
Sam Atkins
068e620249
Add a message broadcasting service
...
A broadcast is a message sent to every running app that uses Puter.js.
Broadcasts have a name and a data payload, and are sent as a 'broadcast'
message.
Send a broadcast using:
`globalThis.services.get('broadcast').sendBroadcast(...)`
When doing so, you have the option to keep the broadcast message around,
so that it can be sent to any newly-launched apps. Sending another
broadcast with the same name will overwrite the previous one, so you
don't have to worry about flooding a new app with duplicates.
2024-04-09 10:44:51 +01:00
Aya Moosa
5bf0411015
got white text working, restets when other silders are used
2024-04-08 21:24:24 -07:00
Aya Moosa
b2fcb8d104
started light text for color
2024-04-08 15:59:12 -07:00
Sam Atkins
8aee3f8174
Add some missing copyright notices
2024-04-08 11:10:39 +01:00
KernelDeimos
f7916cfa74
Add option to reset colors
2024-04-07 17:19:47 -04:00
KernelDeimos
72129ca16f
Make defaults consistent with original
2024-04-07 03:21:32 -04:00
KernelDeimos
12fa88b149
Save color settings
2024-04-07 03:15:45 -04:00
KernelDeimos
d1bbbb8e93
Use CSS variables
2024-04-07 02:34:04 -04:00
KernelDeimos
b99534ebdf
Add WIP color sliders
2024-04-06 02:35:06 -04:00