|
f17332a047
|
fix low-hanging errors from elm-analyse
|
2024-11-21 21:53:07 +00:00 |
|
|
9484597491
|
inline/remove top level oneliners
|
2024-11-21 21:40:47 +00:00 |
|
|
ec21f4c6e8
|
add elm-analyse
|
2024-11-21 21:40:31 +00:00 |
|
|
b83ddf58c0
|
remove unused function maybe (prefer Maybe.withDefault)
and also a couple of libs we weren't using
|
2024-11-21 21:35:59 +00:00 |
|
|
0da4e867bb
|
remove some cruft from README
|
2024-11-21 21:34:44 +00:00 |
|
|
ab3a5aaf9f
|
use Pos instead of curried lat/long
|
2024-11-21 16:05:47 +00:00 |
|
|
f379d2d9b9
|
centre map on loaded track
|
2024-11-21 15:54:18 +00:00 |
|
|
8c187fe3c9
|
downsample the points once, not again for each graph
|
2024-11-21 14:34:17 +00:00 |
|
|
9fd3620d9b
|
compile Drg messages/model into a single concept
we can only drag one thing at a time anyway
|
2024-11-21 12:37:48 +00:00 |
|
|
f4a9314033
|
render start/end marks on time axis
they don't do anything yet
|
2024-11-21 11:56:51 +00:00 |
|
|
c10e5ea70d
|
set Model start/duration from points
|
2024-11-21 11:46:45 +00:00 |
|
|
aa36f74762
|
rename newModel -> updateModel
|
2024-11-21 11:34:41 +00:00 |
|
|
e0d395ba9f
|
show ticks on time axis
|
2024-11-17 16:33:01 +00:00 |
|
|
54af226e52
|
revert looseLabels changes
we went a different route for the time axis and don't need this
|
2024-11-17 16:00:06 +00:00 |
|
|
754840d19c
|
run frontend tests before building
|
2024-11-17 09:43:38 +00:00 |
|
|
aaaa0041d1
|
use helper to shorten looseLabels tests
|
2024-11-17 09:40:54 +00:00 |
|
|
40af75c140
|
nice-numbers: remove hardcoded values for rounding
in preparation for paramatrising digits-that-are-nice, compute
the boundaries between one number and the next
|
2024-11-17 00:19:39 +00:00 |
|
|
12a547c7aa
|
drag time graphs left/right
|
2024-11-16 18:11:21 +00:00 |
|
|
5f02b5b992
|
rename messages for map dragging
|
2024-11-16 00:03:55 +00:00 |
|
|
7fe09053e3
|
remove MapZoom{In,Out} messages
they can both be replaced with MapScale
|
2024-11-16 00:00:16 +00:00 |
|
|
8c1eb9f77f
|
remove scroll buttons and message
no need for it, dragging works fine
|
2024-11-15 23:43:56 +00:00 |
|
|
baf3046149
|
add scroll mouse for graphs to zoom in/out
|
2024-11-15 22:17:07 +00:00 |
|
|
9cfbb78e53
|
add entr for auto-rebuilding frontend in dev
|
2024-11-15 22:16:00 +00:00 |
|
|
536f45a26c
|
replace MapZoomWheel with MapScale
which doesn't require but subsequently ignore x and mode fields
|
2024-11-15 22:14:54 +00:00 |
|
|
6e092a83ae
|
eat mouse wheel events destimed for map zoom
stop propagation, prevent default
|
2024-11-15 22:08:12 +00:00 |
|
|
5b9697e283
|
subseq of points from start
|
2024-11-15 21:57:45 +00:00 |
|
|
dbc2ee667a
|
add y axis labels to time graphs
|
2024-11-14 22:19:26 +00:00 |
|
|
293231fdf5
|
frontend make target needs all the elm files
|
2024-11-14 22:18:48 +00:00 |
|
|
42d0ff65b8
|
elm has a clap function already
|
2024-11-14 19:08:49 +00:00 |
|
|
3200a4618f
|
add Paul Heckbert's "Nice numbers for graph labels" algo
|
2024-11-14 19:07:43 +00:00 |
|
|
3a3dce91b1
|
make the wheel zoom less sensitive
|
2024-11-14 16:03:32 +00:00 |
|
|
86e9919825
|
rename type MapZoom -> ZoomLevel
|
2024-11-14 15:07:33 +00:00 |
|
|
7f58809741
|
zoom map on mouse wheel events
|
2024-11-14 15:05:31 +00:00 |
|
|
7d9273190e
|
rename Zoom -> MapZoom to avoid confusion with timeline zoom
|
2024-11-14 09:59:08 +00:00 |
|
|
46ee6dc1f5
|
fix bullets
|
2024-11-14 09:47:40 +00:00 |
|
|
be02fcfbd4
|
add screenshot
|
2024-11-13 22:10:01 +00:00 |
|
|
21fc9d6874
|
add titles and colour to line graphs
|
2024-11-13 22:05:08 +00:00 |
|
|
cdfc56d7fe
|
fix scaling for time graphs
|
2024-11-13 20:38:47 +00:00 |
|
|
b7344a68c6
|
set viewBox for graphs to show full time range
todo: also scale the y axis correctly
|
2024-11-13 00:16:50 +00:00 |
|
|
6ddd374a94
|
convert to flexbox, add power and elevation views
they all look iffy, elevation especially. we may have got the scale
all wrong
|
2024-11-12 23:50:19 +00:00 |
|
|
cfef807bf6
|
remove some onscreen garbage
|
2024-11-12 21:30:37 +00:00 |
|
|
9b6ddd46d5
|
render cadence graph
in the wrong place and size but it's on the screen which is a start
|
2024-11-12 21:29:02 +00:00 |
|
|
85c040023d
|
fe: extract Point into a module
|
2024-11-12 18:52:44 +00:00 |
|
|
b8fee7b0e3
|
remove elm gpx parser
|
2024-11-12 18:44:40 +00:00 |
|
|
543873164e
|
twiddle readme
|
2024-11-12 00:20:48 +00:00 |
|
|
cbe8bf4d4d
|
frontend: get start/duration from query params
|
2024-11-12 00:15:19 +00:00 |
|
|
3427f500b3
|
to whit TODO
|
2024-11-11 21:21:49 +00:00 |
|
|
5032c7408c
|
merge Store into Point
|
2024-11-11 21:13:50 +00:00 |
|
|
9a9c41a2ba
|
export Session.duration as NominalDiffTime
|
2024-11-11 19:14:21 +00:00 |
|
|
8988bb5b61
|
add cadence/power/heartRate to Point
we're not using it for anything yet, just parsing it
|
2024-11-11 18:44:26 +00:00 |
|