OS.js - JavaScript Web Desktop Platform
-
Updated
Feb 5, 2022 - JavaScript
{{ message }}
OS.js - JavaScript Web Desktop Platform
Windows 98 React Component Library
Building website with packard-belle UI library and react-rnd
Add multiselect property that allows for selecting multiple entries with Shift key.
Example:
// This
Object.keys(obj)
.reduce((current, accumulator) => ({...accumulator, [current]: obj[current]}), {});
// Vs
Object.fromEntries(Object.keys(obj)
.map(key => ([key, obj[key])))
Add a configuration option to add a prompt to input which user to log in as:
// Client + Server config
{
xterm: {
prompt: true
}
}
This will basically just add a line to the CLI output with:
Login as:
Is it possible to add multi select rows capability in file manager and do bulk operation for delete,copy,move?
I select two rows(ctrl+leftClick) and click on delete button.
System returns an array of two pathes. finally delete them in an iterate manner.
The panel item index needs to be forwarded, then a load/save method needs to be added to the PanelItem class.
Currently, only windows have look of Windows 8, but navbar is still on the top. It should also have Windows 8 look and should be at the bottom.
This is also for some other UI components and Windows 10 theme (#2).
Add a description, image, and links to the osjs topic page so that developers can more easily learn about it.
To associate your repository with the osjs topic, visit your repo's landing page and select "manage topics."
On every page load, I get an error, both on the server and the client, that
.desktop/.shortcuts.jsonfile is not found. Indeed, it's not there -- I have actual files in my.desktopdirectory, but not shortcuts per se. E.g.:This is completely benign, of course, but I thought I