aboutsummaryrefslogtreecommitdiffstats
path: root/web/css
Commit message (Collapse)AuthorAgeLines
* front: Implement new network/switch and moreKristian Lyngstol2019-01-12-8/+1
| | | | | | | | | | | | | | | Fixes #183 References #182 It's now possible to add new networks and switches, and it's also possible to edit networks, but since I haven't exposed it in the UI yet, I can't really close the bug. This is also a major step in stripping nms-info-box apart. Next up is listing existing networks, possibly linking to them. I think that might be a decent first-step towards a new core nms-info-box since it doesn't alreay exist.
* Move the info summary in the info-box into nmsBox-logicKristian Lyngstol2019-01-11-0/+10
| | | | | | | Also some other random drive-by fixes :D Fixes #180 References #181
* Fix placement/style of mini-oplogKristian Lyngstol2019-01-07-0/+3
|
* Introduce nms-ui-boxes, a big step for GUIKristian Lyngstol2019-01-06-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | nmsBox is a new class for generic HTML-based elements, and will eventually be used to replace nms-info-box. The idea is simple: a generic way to deal with containers that are usually represented in HTML too. To test it, I've re-implemented the GUI for the oplog. This rewrite didn't really utilize the new benefits of the framework, but was a small step. I've also added nms-ui-switch, which isn't exposed anywhere yet and isn't done, but is a good start. nms-ui-switch will be the new way to add and edit switches in the future, it will probably be made more generic over time and thus can be reused for networks too. Note how x = nmsUiSwitch() will allow you to do x.row["community"].value to both get and set the value, and setting will visually update and run any verifier that will be relevant, and alert the parent. This can then be used for simple stuff like json-verification, but also for stuff like auto-complete or whatnot. God only knows. Obviously I will continue to work on this over the next few days...
* TG17 stuff ?Kristian Lyngstøl2017-04-10-0/+1
|
* Provide basic UI for template-testingKristian Lyngstol2016-11-14-1/+1
| | | | | | Still leaves a lot to be desired, but is a good start. References #151
* Add size styling to graphsKristian Lyngstol2016-11-04-0/+4
| | | | | | | ♥ SVG I don't have to figure out the exact pixel count on the width to make it fit well :D
* Customizable titles on health map and sticky panesKristian Lyngstol2016-07-02-0/+3
| | | | | | | Click a field in a switch summary and the health map will use it as a legend, assuming it isn't already showing information. And remember what panel was used last when browsing switches.
* Front: Beef up ports-paneKristian Lyngstol2016-07-02-0/+21
|
* Tooltips på oplog og flere tweaksKristian Lyngstol2016-07-01-0/+1
| | | | | | Tooltips vil være litt browseravhengig. Fikser også noen nightmode issues her og der.
* front: Add score card pageKristian Lyngstol2016-06-30-0/+5
| | | | Displays a sorted list of what needs attention.
* front: Introduce a tiny heart that pulses....Kristian Lyngstol2016-05-31-0/+2
| | | | | | | | | The HTML/detail should probably be tweaked, but I think we need a way to show that Gondul is still alive now that we are hiding the time stamp by default. Feel free to throw the HTML/CSS away in favor of some other subtle but noticeable "animation".
* front: Remove text-shadow from main logbook viewNicolai Tellefsen2016-05-29-2/+2
|
* front: Adjust preview of switch-edit request textNicolai Tellefsen2016-05-29-0/+7
|
* front: Tweak logbook and info-box styles and feelKristian Lyngstol2016-05-28-0/+3
| | | | | | - Don't overload the logbook overlay - Neater date formatting (ugh, I hate that we need to do this) - Caption for the logbook in the info box
* front: Tweak info-box looks/widthKristian Lyngstol2016-05-28-0/+7
| | | | Makes it more snug and look the same all over
* front: More visual tweaks and tuneupsKristian Lyngstol2016-05-28-7/+4
| | | | | | | - Time in oplog is now localtime and properly padded (00:10, not 0:10) - Health map instead of combo/aggregated - Tweak the menu slightly - Rotate and resize the random switch in guess_placement
* front: Tweak nightmode, fix nightmode+adminKristian Lyngstol2016-05-24-11/+20
| | | | | | | | | | | Fixes #78 Introduces nightmode to the infobox and everything else too. Also exaggerates the drop shadows greatly and reduces the alpha on the overlay oplog. With the exaggerated drop shadow, the text is largely readable even with noise underneath. Without noise underneath, the drop shadow is invisible.
* front: Move CSS out of index.htmlKristian Lyngstol2016-05-22-0/+71
|
* Actual initial importKristian Lyngstol2016-04-12-0/+7644
Fetched from tgmanage.