mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-25 17:02:04 +00:00
Does the following:
- Adds 'chromeless' mode (NanoUI defaults to using this)
- Window borders disappear, replaced by in-browser elements for
minimize/close/move/resize.
- You *must* move/resize slowly when using this mode, or it can have
unexpected results, as the JavaScript cannot keep up as well as the
native windows movement.
- StatusGroups are now transparent: This looks nice. That's about it.
- Body background switched to a .svg format for the NanoUI Logo.
- Coder things:
- Nano's JavaScript now has a new class, NanoWindow
- NanoWindow handles all of the chromeless work. It'll be used to
replace portions of NanoStateManager later.
23 lines
339 B
JSON
23 lines
339 B
JSON
{
|
|
"name": "nanoui",
|
|
"license": "AGPLv3",
|
|
"private": true,
|
|
"dependencies": {
|
|
"font-awesome": "~4.5.0",
|
|
"jsurl": "*"
|
|
},
|
|
"overrides": {
|
|
"font-awesome": {
|
|
"main": [
|
|
"css/font-awesome.css",
|
|
"fonts/*"
|
|
]
|
|
},
|
|
"jsurl": {
|
|
"dependencies": {
|
|
"es5-shim": "*"
|
|
}
|
|
}
|
|
}
|
|
}
|