madec-project / ezvis

A dashboard to visualize a synthesis on a structured corpus, using several charts (pies, histograms, ...)
https://ezvis.readthedocs.org/
17 stars 5 forks source link

Remove top-right icons #69

Closed parmentf closed 8 years ago

parmentf commented 8 years ago

As they are not used, remove top-right icons. ezvis-top-right-icons

parmentf commented 8 years ago

Removing only the icons is easy: lines 58 to 94 of layout.html.

But I think this used primus, which uses moment, this takes place in alerts.js.

moment seems to be used only in alerts.js. It uses ws.

parmentf commented 8 years ago

The only traces of primus and ws I found in castor-core where in default theme and in package.json (and in few other files, to be fair, but that is not much important).

I'll let the castor-core code as is, knowing that a new major version without it will arise next.