-
Updated
Feb 5, 2022 - JavaScript
osjs
Here are 68 public repositories matching this topic...
-
Updated
Feb 27, 2022 - CSS
-
Updated
Feb 26, 2022 - JavaScript
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?
Scenario
I select two rows(ctrl+leftClick) and click on delete button.
Expected Result
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).
Filtering support
Improve this page
Add a description, image, and links to the osjs topic page so that developers can more easily learn about it.
Add this topic to your repo
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