| Age | Commit message (Collapse) | Author |
|
|
|
everything
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
built is controlled by property do-client-optimize which defaults to
false.
Even if the optimized main is built (single file main-built.js and
source map file main-built.js.map) they are not used unless
rhizi-config.conf client_optimize is set to True which causes app.js to
use main-built.js and not main.js
The resulting file is 687 KiloBytes large. Pretty scary, but it still
loads faster this way. (from very small tests locally). This is without
compression done by the server.
|
|
|
|
drops animation of width because I couldn't get the plus button to animate the same.
|
|
specific browsers)
|
|
|
|
|
|
|
|
half a second. Fixes #43
|
|
Fixes #43
|
|
compatibility, instead of ctrl+click
|
|
|
|
node (informational only)
|
|
various diffBus listeners
|
|
|
|
|
|
work)
|
|
|
|
used for merge)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
we don't allow moving nor scrolling when property dialog overflows window height,
so this is an interim measure at best.
|
|
resize; fixes #309
|
|
specifically:
1. take care to remove handler on any hide condition, not click as well
2. previous patch to avoid needlessly hiding completer on showing it
after clicking (we could change that behaviour but not as a unexpected
consequence).
|
|
handler
|
|
|
|
Note that the selection doesn't move with the node, so it is possible to
create a discrepancy, this can happen either when:
1. dragging or zooming the graph
2. causing the bubble animation to playout
The selection text will not be next to the node in both cases until Tab
is pressed again.
Fixing this right now seems too much work, will revisit if this is
really bothersome. Would require either timers or another connection, or
different implementation as a foreign object under the svg node (and so
tied by the layout, no need to change).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Still missing:
remove host/port, let client use same as url it was served on.
remove other flags no longer relevant.
better mapping of server config to avoid double work?
|
|
host/post
|
|
|