Open comments for this post
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+
Open comments for this post
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
Open comments for this post
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.
Open comments for this post
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
Open comments for this post
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!)
Open comments for this post
Last minute readme update
Open comments for this post
FINAL 1.1.2 (b3)
added
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)
Open comments for this post
Features added:
Todo:
- save installed apps
- iron out all coloring bugs
- app store
im not gonna have any features left for webOS 2 lol
Open comments for this post
3 apps and better layout (flexbox for windows)