Skip to content

Commit

Permalink
dev changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mblithium committed Nov 29, 2023
1 parent f043c2c commit c11fbaa
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# SpaceWebDE

<img src="img/screenshots/Screenshot_20231129_171305.png" />

This is an experiment in a "Web Desktop Environment", which provides a place that simulates a desktop for each logged in user. For now, only the frontend core is under development, but I intend to implement login and save customizations in the linked account in the future.

## Why?

Well, it's a great learning experience and a project for me to train on, it still has a clear objective and possibility of use.

## How to test

To test, just enter the github pages link on the side. Or click this link.
Binary file added img/screenshots/Screenshot_20231129_171305.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion lib/components/window/window.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ function closeAllWindows() {
document.querySelectorAll(".swde-window").forEach((thewindow) => {
thewindow.remove();
});
swde_systemstate.activeApps = [];
swde_systemstate.activeWindows = [];
taskbarOpenedApps();
}
/* END: Global Functions */

0 comments on commit c11fbaa

Please sign in to comment.