Commit Graph

31 Commits (1be5544df3e4135fc8f050c98884e950b7d81830)

Author SHA1 Message Date
Chris Vickery 1be5544df3
Add eslint with explorer configuration (#26)
* Add eslint and run --fix

* Remove precommit prettier
2019-10-07 16:11:53 -07:00
Chris Vickery 4f95cf42cc
More work on graphs, general fixes and improvements, tests (#24)
* More work on graphs, general fixes and improvements, tests

* Dont do more things after closing worker

* Fix some minor errors and graph data flow

* Fix bounds not loading correctly at first

* Clean up
2019-09-30 18:13:01 -07:00
Andy Haden 3f058285c6 Revert "Reduxify a bunch of the state, add seekTime URL parameter (#12)"
This reverts commit e755a4e911.
2018-09-03 14:13:25 -07:00
Chris Vickery e755a4e911
Reduxify a bunch of the state, add seekTime URL parameter (#12)
* Start the process of reduxifying. Some of it works

* better seeking

* Seeking and stuff

* Add segment functionality

* Fix tests

* Fix more tests
2018-08-15 12:53:21 -07:00
ChristopherBiscardi beb0a7ea01
prettier the js 2017-12-12 18:27:20 -08:00
Andy Haden 02eb3c4bc6 cabana: patch up some undefined edge cases 2017-10-16 20:10:38 -07:00
Andy Haden 7c029eb5ef cabana: sort signal legend; signals stay plotted when name changed; refactor to identify plots with signal UID 2017-08-11 14:58:32 -07:00
Andy Haden 00fd6c6305 cabana: update segment if message entries changes length 2017-08-09 17:03:25 -07:00
Andy Haden c7db2c9734 cabana: fix out of range error, polyfill for ie11, and variable rename for clarity (msg vs msgEntry) 2017-08-09 12:19:12 -07:00
Andy Haden a022405b78 cabana: project-wide refactor to fix eslint warnings and minor annoyances 2017-08-07 15:22:57 -07:00
Andy Haden bd2ba52a35 merge ah/cabana-webusb 2017-08-03 14:41:52 -07:00
Andrew Valish 101d78a06b add signal colors to legend and plots, clean canlog, misc styling 2017-07-21 02:39:28 -07:00
Andy Haden fbe861b65f cabana: Draggable plots (merged w/ style updates) 2017-07-20 16:06:20 -07:00
Andrew Valish 03daabad0b Designing Cabana v1.1.2 (#83)
* developing v1.1 design with scrollable sticky columns

* add font-awesome fonts, import styles

* remove and ignore compiled src css

* styling legend entries, packet list, light meta styling

* refactor and style signal packet list, add signal id to field labels, re-add remove signal, re-add part selector
2017-07-19 22:40:20 -07:00
Andrew Valish 349f03fecf Refactor Cabana Markup, Apply Minor Design Tweaks (#81)
* prepend newly plotted signal to show first

* highlight selected available message in navigation

* extract CanGraph render function in explorer

* toggle expanded signals in Legend,  trigger edit and plot when expanding signal

* check if plottedSignal is new before plotting

* add uid to signal model

* use signal uid in SignalLegend and entry for keys and expanding

* adding sass npm script to watch scss files

* refactoring most of markup for semantic class naming, introducing scss files, light styling

* prefer flex over floats

* set min-width on body
2017-07-17 18:10:37 -07:00
Andy Haden 90bb68a759 cabana: prevent potential object lookup miss by using local message instead of message from props 2017-07-13 18:04:34 -07:00
Andy Haden a906a6b44b cabana: video time tooltip 2017-06-21 17:24:14 -07:00
Andy Haden e0451ab7d3 cabana: ux improvements in add signal, part selector 2017-06-20 22:52:57 -07:00
Andy Haden c650249b8d cabana: expand all messages option; ui nits 2017-06-20 21:21:35 -07:00
Andy Haden 61717f09c9 cabana: style and ux improvements 2017-06-20 16:46:07 -07:00
Andy Haden 5275bbed63 cabana: dragging video marker seeks in addition to click; smaller left sidebar 2017-06-20 15:46:19 -07:00
Andy Haden 50e4d24390 cabana: replace html entities with arrow icons 2017-06-20 15:01:17 -07:00
Andy Haden 78e146d41b cabana: edit message modal; separate available / selected messages 2017-06-19 20:40:12 -07:00
Andy Haden e2ac4cc236 cabana: cache graph data to avoid recomputing every re-render 2017-06-19 20:40:12 -07:00
Andy Haden d9f3cfe207 cabana: dont allow message expansion until a signal is defined 2017-06-19 20:40:12 -07:00
Andy Haden a6b087b611 cabana :style and experience fixes 2017-06-18 23:00:37 -07:00
Andy Haden 5d78ada009 cabana: nudge buttons, show name&hex in log 2017-06-16 22:48:03 -07:00
Andy Haden c53d36ac36 cabana :pause when a canlog entry is expanded 2017-06-14 23:22:58 -07:00
Andy Haden ed4bdcff61 cabana: signal editor now lives above the log; log scrolls live w/ playing video 2017-06-14 17:30:50 -07:00
Andy Haden 71f83a482f can explorer demo 2017-06-13 17:40:05 -07:00
Andy Haden a40e982666 can explorer progress; chffr free space check + build fix 2017-05-29 16:52:17 -07:00