| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
for f in `git grep -l edge_info`; do sed -ie 's/edge_info/link_info/g' $f; done
for f in `git grep -l EDGE_INFO`; do sed -ie 's/EDGE_INFO/LINK_INFO/g' $f; done
git mv src/client/view/edge_info.js src/client/view/link_info.js
|
|
menu. #437
|
|
|
|
|
|
|
|
|
|
means that the text moves with the node now, plus allows for setting the
node position asynchronously with setting the typeselection.
|
|
layout
|
|
|
|
|
|
|
|
rz_config__rzdoc_default__name
|
|
|
|
|
|
|
|
operations together
|
|
|
|
|
|
third-internship-proposal removal
|
|
|
|
|
|
|
|
|
|
|
|
almost entirely)
Missing:
- no placeholder text now (since div doesn't support it). Will need to
implement it myself, there are plenty of examples
And code wise:
- need to split out a component graph_input.js which will hide
the underlying implementation.
|
|
|
|
current logged in user
|
|
- rm silly <table>
- add 'type_selection__' prefix
- style keyboard shortcut
- rm unused position directives
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
half a second. Fixes #43
|
|
since 12c63e0ec0be16795402fab6e6af0922179f9029 (two/three commits ago)
|
|
|