You are browsing as a guest. Sign up (or log in) to start making projects!

datadecay

@datadecay

Joined June 1st, 2026

  • 16Devlogs
  • 2Projects
  • 1Ships
  • 0Votes
I mainly do java
Open comments for this post

1h 5m 21s logged

2.5.0!

A bunch of minor features w/ new app!

Added:

  • K/V storage in the storage library (this was surprisingly harder then the other storage types??? IDK)
  • Notes app in app store, this is why I made K/V lol
  • Confirm/Alert custom models in pop-up library

Removed

  • Unneeded slack_id scope in OAuth
  • Debug default theme colors that just broke stuff and made it transparent on second login+

2.5.0!

A bunch of minor features w/ new app!

Added:

  • K/V storage in the storage library (this was surprisingly harder then the other storage types??? IDK)
  • Notes app in app store, this is why I made K/V lol
  • Confirm/Alert custom models in pop-up library

Removed

  • Unneeded slack_id scope in OAuth
  • Debug default theme colors that just broke stuff and made it transparent on second login+

Replying to @datadecay

0
3
Open comments for this post

20m 46s logged

2.4.0!
Minor feature release
Added:

  • A little fun tooltip explaining why logging in is good

ALSO
webOS1 change

1.1.2b3:
Added

  • Out of date indicator telling users to go to sigmaOS2 if they aren’t reviewing sigmaOS1

2.4.0!
Minor feature release
Added:

  • A little fun tooltip explaining why logging in is good

ALSO
webOS1 change

1.1.2b3:
Added

  • Out of date indicator telling users to go to sigmaOS2 if they aren’t reviewing sigmaOS1

Replying to @datadecay

0
3
Open comments for this post

22m 17s logged

2.3.1!

Minor feature release

Added:

  • Data clearing, now you can clear all your data from server side!

Fixed:

  • If you have slow internet, core apps could load and install AFTER the desktop shows, made loading screen clear wait on all core apps to install

:D

2.3.1!

Minor feature release

Added:

  • Data clearing, now you can clear all your data from server side!

Fixed:

  • If you have slow internet, core apps could load and install AFTER the desktop shows, made loading screen clear wait on all core apps to install

:D

Replying to @datadecay

0
3
Open comments for this post

37m 58s logged

2.2.4

Patch release, I just wanted to make a devlog :)

Fixes:

  • I had const thing = await import('./thing.js'); in my modules, creating a race condition possibility (smth wants methods in the module before its loaded as its waiting for thing to load), so I switched it to `import * as thing from ‘./thing.js’;) which wont create that possibility (REVERTED)
  • With my minimizing method, it just hides the window content, not removing it, so when you click in the area, even though you can see the things under it, it would click on the window. I added pointer-events: none; to the .window.minimized class, making clicks pass through to the layer below it that’s visible.

2.2.4

Patch release, I just wanted to make a devlog :)

Fixes:

  • I had const thing = await import('./thing.js'); in my modules, creating a race condition possibility (smth wants methods in the module before its loaded as its waiting for thing to load), so I switched it to `import * as thing from ‘./thing.js’;) which wont create that possibility (REVERTED)
  • With my minimizing method, it just hides the window content, not removing it, so when you click in the area, even though you can see the things under it, it would click on the window. I added pointer-events: none; to the .window.minimized class, making clicks pass through to the layer below it that’s visible.

Replying to @datadecay

0
4
Open comments for this post

18m 41s logged

2.2.2!

Added demo for 2.x.x! HERE!

Fixes:

  • Made the OAuth comparable with any hosting location

Fixes (backend):

  • Made the OAuth comparable with any hosting location

2.2.2!

Added demo for 2.x.x! HERE!

Fixes:

  • Made the OAuth comparable with any hosting location

Fixes (backend):

  • Made the OAuth comparable with any hosting location

Replying to @datadecay

0
2
Open comments for this post

3h 9m 10s logged

2.2.0!

this is for part 2 (webos2)

Features

  • Enhanced window features (shade and maximise)
  • Node.js backend!
  • Roaming Profiles (saves apps and theme)
  • Login via HackClub OAuth (not required, local only users work)
    Notes
  • Now using Conventional Commits (I need to learn better committing strategies

All this on branch “webos2” of https://github.com/datadecay/stardance-webos
(demo coming soon, just need to make a GitHub actions to deploy 1.x.x and 2.x.x on pages at the same time!)

2.2.0!

this is for part 2 (webos2)

Features

  • Enhanced window features (shade and maximise)
  • Node.js backend!
  • Roaming Profiles (saves apps and theme)
  • Login via HackClub OAuth (not required, local only users work)
    Notes
  • Now using Conventional Commits (I need to learn better committing strategies

All this on branch “webos2” of https://github.com/datadecay/stardance-webos
(demo coming soon, just need to make a GitHub actions to deploy 1.x.x and 2.x.x on pages at the same time!)

Replying to @datadecay

0
2
Open comments for this post

26m 12s logged

FINAL 1.1.2 (b3)

added

  • versioning
  • fixes

note

  • done with webOS1 (working on 2)

TODO (for webos2):

  • backend
  • window resizing
  • expanded app catalog
  • maybe user repos

try it out: https://datadecay.github.io/stardance-webos/
(I’ll move to custom domain eventually)

FINAL 1.1.2 (b3)

added

  • versioning
  • fixes

note

  • done with webOS1 (working on 2)

TODO (for webos2):

  • backend
  • window resizing
  • expanded app catalog
  • maybe user repos

try it out: https://datadecay.github.io/stardance-webos/
(I’ll move to custom domain eventually)

Replying to @datadecay

0
1
Open comments for this post

41m 29s logged

Added:

  • Terminal (uses xterm.js bc I’m lazy) + a bad shell

Added:

  • Terminal (uses xterm.js bc I’m lazy) + a bad shell

Replying to @datadecay

0
1
Open comments for this post

58m 36s logged

Features:

  • App store
  • New installed apps config page
  • Styling fixes
  • “Read :3” app is now ✨app store only✨
  • probably more I cant remember
    imma actually commit to version control this time lol

Features:

  • App store
  • New installed apps config page
  • Styling fixes
  • “Read :3” app is now ✨app store only✨
  • probably more I cant remember
    imma actually commit to version control this time lol

Replying to @datadecay

0
1
Open comments for this post

1h 55m 50s logged

Features added:

  • customization:
    • themed colors
    • wallpaper
  • storage
    • saves settings

Todo:

  • save installed apps
  • iron out all coloring bugs
  • app store

im not gonna have any features left for webOS 2 lol

Features added:

  • customization:
    • themed colors
    • wallpaper
  • storage
    • saves settings

Todo:

  • save installed apps
  • iron out all coloring bugs
  • app store

im not gonna have any features left for webOS 2 lol

Replying to @datadecay

0
1
Open comments for this post

1h 40m 2s logged

New features:

  • run bar
  • moved most applications to packages (zip files that are loaded)
  • removed a useless app (inflib)
  • added more entries to manual

New features:

  • run bar
  • moved most applications to packages (zip files that are loaded)
  • removed a useless app (inflib)
  • added more entries to manual

Replying to @datadecay

0
1
Open comments for this post

54m 19s logged

3 apps and better layout (flexbox for windows)

3 apps and better layout (flexbox for windows)

Replying to @datadecay

0
2

Followers

Loading…