Commit graph

46 commits

Author SHA1 Message Date
H4ndl3 8b5bcbfede add loading animation
Create _loader.scss

Update main.scss

Update _base.scss

Update gui.js

Update index.html

removed trailing spaces

removed trailing white spaces for real
2017-03-21 22:53:23 +01:00
Jonas Platte 7e6d054e98 scss: Fix a few CSS problems (#73)
* Set text color on body

* Fix not being able to scroll more then sidebar height in Firefox

* Fix button color being set by browser stylesheet instead of site stylesheet
2016-11-26 00:10:27 +01:00
Milan Pssler 1641bc2437 router pics hopglass changes
- don't use display block on the table, instead make the close button
  position absolute
- show the old style heading when no source is defined
- clean up the indention and some small things
2016-11-06 00:11:49 +01:00
Moorviper 84aee48229 Router pics (#37)
* add a padding to sidebar for better use on mobile devices

* allow other things as text in attributeEntry

Now it is possible to use pictures and other stuff in this function

* Show Router-Pic with double fallback

3 Möglichkeiten
1. in config wird externe Quelle angegeben
2. wenn nicht wird in ./nodes/ geseucht
3. ansonsten Knotenname + Knotenname in erster Zeile

extern via:
cdn

"hwImg": [
  { "thumbnail": "https://cdn.rawgit.com/Moorviper/meshviewer_hwpics/master/nodes/{MODELHASH}.svg",
    "caption": "Knoten {MODELHASH}"
  }
 ]

aktueller nicht cdn:
"hwImg": [
  { "thumbnail": "https://rawgit.com/Moorviper/meshviewer_hwpics/master/nodes/{MODELHASH}.svg",
    "caption": "Knoten {MODELHASH}"
  }
 ]
2016-11-05 23:03:46 +01:00
Daniel Krah 808b8c1986 Count Clients in a Mesh (#61)
This functions count all clients in a meshcloud.

It count over wireless and cable links not over VPN links via l2tp or fastd.
2016-11-05 21:24:38 +01:00
Milan Paessler 8f7b1e15ce Revert "Router pics (#37)"
This reverts commit 8435885e5c.
2016-07-04 12:45:19 +02:00
Moorviper 8435885e5c Router pics (#37)
* add a padding to sidebar for better use on mobile devices

* allow other things as text in attributeEntry

Now it is possible to use pictures and other stuff in this function

* Show Router-Pic with double fallback

3 Möglichkeiten
1. in config wird externe Quelle angegeben
2. wenn nicht wird in ./nodes/ geseucht
3. ansonsten Knotenname + Knotenname in erster Zeile

extern via:
cdn

"hwImg": [
  { "thumbnail": "https://cdn.rawgit.com/Moorviper/meshviewer_hwpics/master/nodes/{MODELHASH}.svg",
    "caption": "Knoten {MODELHASH}"
  }
 ]

aktueller nicht cdn:
"hwImg": [
  { "thumbnail": "https://rawgit.com/Moorviper/meshviewer_hwpics/master/nodes/{MODELHASH}.svg",
    "caption": "Knoten {MODELHASH}"
  }
 ]
2016-07-04 10:57:04 +02:00
Xaver Maierhofer 31d1464805 clean scss (#21)
* [TASK] CGL - Formation

* [TASK] Generic font fallback

* [TASK] Remove swp file
2016-05-19 17:47:32 +02:00
anoy 31545c758d infobox/location: beautify location-sidebar
and cleanup sourcecode
2016-04-02 22:47:57 +02:00
viisauksena fc2a1e3872 proportions: allow hiding of statistics and add gateway client statistics
Update proportions.js: enable onclick hiding of Statistics <H2> and add clients per GW <H2>
hiding works by clicking on H2 element, so you can have the overview you like
[need to add some hidden line in scss/main.scss also]
clients per GW is based on nodes.json and the offered clientcount by the nodes directly (so this is only rough idea of reality, for alfred this means extra timedifferences upto 30 minutes)

update main.scss: to allow hiding of statistics element
add this to allow statistics element hiding

use consistent var table and dict Names
change gwTable and gwDict (and gw2 ...) to
gwNodes and gwClients
2016-03-22 04:52:16 +01:00
Milan Pässler 2e414cd5b8 infobox/node: unseen status orange 2016-03-05 13:48:49 +01:00
Milan Pässler f77aabd37d redo link type handling 2016-02-18 19:26:05 +00:00
Milan Pässler 3a7cc2bbc5 infobox/node: move direction indicator to own column 2016-02-18 17:42:42 +00:00
Jan-Philipp Litza 3eb63f3fb8 Abbreviate first column of sidebar table
This implements part of #6 with CSS to shorten extremely long node names
with ellipsis.
2016-02-12 22:50:21 +01:00
Milan Pässler 956b2a4d76 Merge commit '8f634b4ba2b2c2ebb3d6337ad3df1270e7fd8328' 2016-02-06 02:50:11 +01:00
Jan-Philipp Litza 491efeba36 Abbreviate first column of sidebar table
This implements part of #6 with CSS to shorten extremely long node names
with ellipsis.
2016-01-08 19:47:45 +01:00
Nils Schneider 09bdb7d61a basic filter support 2015-09-04 15:06:24 +02:00
Florian Rittmeier 37c5dba449 added simple node status legend 2015-09-04 14:47:24 +02:00
CodeFetch b6dfaa2e50 Removed a nowrap to prevent overflow
As you can see on this node's information a long contact information can cause an ugly overflow.
http://map.freifunk-essen.net/meshviewer/#!n:c46e1f2d5a28
Removing the nowrap resolves this issue and does not seem to have any side effect.
2015-09-04 14:26:28 +02:00
Nils Schneider 27752b2270 gui: add header to sidebar 2015-09-04 14:23:45 +02:00
Nils Schneider e67c61d7d3 tabs: render tabs when visible, destroy them when hidden 2015-07-07 17:42:41 +02:00
Nils Schneider 9ea5d67bf2 sidebar: reduce transparency 2015-07-07 12:52:53 +02:00
Nils Schneider 144dba319e map: show buttons along content buttons 2015-07-07 01:56:11 +02:00
Nils Schneider d17d6c881e scss: refactor box shadows 2015-07-06 23:00:11 +02:00
Nils Schneider 7a6d572be8 infobox: remove background tint 2015-07-06 22:45:28 +02:00
Nils Schneider e834e2ab94 infobox hides sidebar 2015-07-06 22:27:16 +02:00
Nils Schneider 5334a4b9a7 infobox: replace CLOSE with X 2015-07-06 22:14:45 +02:00
Little-Ben 607c15ef3b statistics: show global statistics image (globalGraph) - v2 2015-06-07 18:47:14 +02:00
Nils Schneider 773cbe8b9c infobox: fix line-wrapping of client list 2015-05-24 19:30:54 +02:00
Nils Schneider 8b21589520 infobox: fix image width of nodeInfo elements 2015-05-21 17:57:02 +02:00
Little.Ben cbe21ee3df insert statistics image in infobox of node 2015-05-19 21:13:15 +02:00
Nils Schneider 913f9f70f6 remove contact info from simplenodelist 2015-04-26 11:53:55 +02:00
Nils Schneider 95a0f8974b sidebar: reduce breakpoint to 630pt, reduce width to 320pt 2015-04-15 15:28:21 +02:00
Nils Schneider 2c944224e3 map: locate user and show marker 2015-04-12 02:47:52 +02:00
Nils Schneider 1c896d08f7 about box 2015-04-07 22:07:53 +02:00
Nils Schneider 4c87f18d54 fix tab spacing 2015-04-07 21:26:19 +02:00
Nils Schneider c6605aded6 add border-radius to infobox + container 2015-04-07 20:19:06 +02:00
Nils Schneider ff19d0cf8e sidebar styling 2015-04-04 18:01:57 +02:00
Nils Schneider 40e5e87384 fix width of div.content 2015-04-02 18:43:27 +02:00
Nils Schneider 343690b9bb refactor scss 2015-04-02 04:34:02 +02:00
Nils Schneider 8de28b903b enhance sidebar and content styling
- 3 sidebar variations (margin, no margin, below content)
  depending on screen size
- scrolling sidebar will scroll document (more space on mobile devices)
- wrap map/graph on div.content
2015-04-02 04:17:35 +02:00
Nils Schneider a8bb1b40a2 add forcegraph to gui 2015-04-01 03:55:45 +02:00
Nils Schneider efe6c470db buttons: fix styling on firefox 2015-04-01 00:24:15 +02:00
Nils Schneider d2fe76f736 pan/zoom in forcelayout 2015-03-31 21:18:06 +02:00
Nils Schneider 4b076ab3b9 add forcegraph 2015-03-31 17:33:39 +02:00
Nils Schneider 3b5895601d switch to sass 2015-03-31 15:39:41 +02:00