| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- support multifile import
- two-step import flow
- list import files
- style
|
|
This reverts commit 6ad99aab0dce67761640c9829ba2b7b29252f73d.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
while deploying a docker container both firefox and chrome refuse to
load same path svg (reporting 'image failed to load' but showing 200 on
the client, suggesting it is a behaviour implemnted after the HTTP
interaction is completed successfully), while they accept png. This is a
workaround. We already have other icons as png's, and we do not support
change in icon size, suggesting no down side to this right now. The svg
sources are left, and are actually still deployed (minor issue).
|
|
show up longer on taller screens
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
is ugly
Together with addition of new attributes fixes #357
|
|
|