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

sigmaOS

  • 16 Devlogs
  • 14 Total hours

Over engineered webOS Scroll down below ship for webOS 1 devlogs (they are lower quality then 2.x.x) Sorry in advance about bad commit naming on early commits

Ship #2

# Ship 2.5.0!!!
### [Try Now](https://datadecay.github.io/stardance-webos/sigmaos2)

Changes since 1.x.x:
## 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)
- Data clearing, now you can clear all your data from server side!
- A little fun tooltip explaining why logging in is good
- Expanded storage api with K/V storage
- Notes app in app store
- Added Popup api

## Fixes
- 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

## Notes
- Now using Conventional Commits

also sorry about the same photo as last devlog im doing this from my phone :3

  • 6 devlogs
  • 6h
  • 2.19x multiplier
  • 13 Stardust
  • WebOS 2
Try project → See source code →
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+
0
0
8
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
0
0
4
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

0
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.
0
0
5
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
0
0
3
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!)

0
0
3
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
0
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

0
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
0
0
1

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…