Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | TG17 monster commit | Kristian Lyngstøl | 2017-04-16 | -1/+4 |
| | ||||
* | Tooltips på oplog og flere tweaks | Kristian Lyngstol | 2016-07-01 | -1/+2 |
| | | | | | | Tooltips vil være litt browseravhengig. Fikser også noen nightmode issues her og der. | |||
* | front: Fix basic Safari-stuff and misc oplog-issues | Kristian Lyngstol | 2016-06-30 | -7/+14 |
| | | | | | | | | .... Oplog: Don't send empty oplog entries. When viewing a switch, don't include oplog entries that have a blank system association. | |||
* | js: Oplog tweaks for dates | Kristian Lyngstol | 2016-06-29 | -1/+1 |
| | | | | Firefox.... | |||
* | front: Tweak logbook and info-box styles and feel | Kristian Lyngstol | 2016-05-28 | -4/+13 |
| | | | | | | - 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: More visual tweaks and tuneups | Kristian Lyngstol | 2016-05-28 | -1/+6 |
| | | | | | | | - 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/api: Add user-provided nick to oplog | Kristian Lyngstol | 2016-05-28 | -6/+29 |
| | | | | | | Fixes #84 It's really stupid simple, but it will work. | |||
* | front: Remove some old console.log() remnants | Kristian Lyngstol | 2016-05-25 | -1/+1 |
| | | | | KEK | |||
* | front: Fix switch viewing in public and tvmode-init | Kristian Lyngstol | 2016-05-25 | -0/+2 |
| | | | | Fixes #76 | |||
* | Front: Separate searching from the info-box | Kristian Lyngstol | 2016-05-22 | -1/+1 |
| | ||||
* | Tweak log entries and switch entries | Kristian Lyngstol | 2016-05-19 | -0/+3 |
| | | | | Also: onclick handler for log entries. | |||
* | Disable IE support and HTML-injection | Kristian Lyngstol | 2016-05-18 | -2/+2 |
| | ||||
* | Remove comments from code in place of oplogs | Kristian Lyngstol | 2016-05-18 | -4/+14 |
| | ||||
* | Add basic oplog | Kristian Lyngstol | 2016-05-18 | -0/+65 |
It still needs to be integrated with switches/info box, but this is a good start. Shows the last 5 log messages in an overlay on the map, with the rest visible in an oplog tab. Fixes #20 |