Commit Graph

508 Commits

Author SHA1 Message Date
vcoppe
9eb716e36c change name of img parameter 2024-09-24 13:50:44 +02:00
vcoppe
9a2541b6f3 try to improve core web vitals 2024-09-24 13:45:03 +02:00
vcoppe
ea3d10fcc3 fix overlay opacity 2024-09-23 18:26:01 +02:00
vcoppe
74d37f1d45 more aria labels 2024-09-23 17:46:10 +02:00
vcoppe
195671acb6 add aria labels 2024-09-23 16:41:12 +02:00
vcoppe
2e1ead31ea add width to logo 2024-09-23 16:20:47 +02:00
vcoppe
c02d96e90f fix rounded docs img on safari 2024-09-23 14:55:38 +02:00
vcoppe
56e4522da7 fix surface 2024-09-22 13:05:28 +02:00
vcoppe
764c5030b9 consistent map layers icon 2024-09-22 11:28:13 +02:00
vcoppe
d4460f95dd improve layout shift and accessibility 2024-09-21 19:15:19 +02:00
vcoppe
1483460ec6 add missing buttons to default view 2024-09-21 16:42:13 +02:00
vcoppe
9d13e9bcdc prerender mdx components 2024-09-20 13:22:05 +02:00
vcoppe
f94edf3e3a fix urls 2024-09-20 10:15:28 +02:00
vcoppe
930b4b84ed remove debugging info 2024-09-20 08:57:04 +02:00
vcoppe
deedd8c6c2 reset geocoder suggestions when input changes, closes #99 2024-09-18 17:12:08 +02:00
vcoppe
5c4181498d add new track/segment to edit menu, and to docs 2024-09-18 16:09:50 +02:00
vcoppe
3c7f78ae38 fix search box language 2024-09-13 15:54:56 +02:00
vcoppe
0883bfed03 remove personalized search 2024-09-13 15:10:51 +02:00
vcoppe
1d443f0626 algolia docsearch 2024-09-13 13:58:48 +02:00
vcoppe
c83b32e6ae add reddit links 2024-09-13 13:56:28 +02:00
vcoppe
9a0d54c684 do not use locale time string, gives different formats and causes errors 2024-09-12 16:05:54 +02:00
vcoppe
3cc4d569f1 fix ctrl+click on tab, relates to #91 2024-09-12 11:13:55 +02:00
vcoppe
dc76c71ae2 fix ctrl+click on gpx layer, relates to #91 2024-09-12 10:13:03 +02:00
vcoppe
08ad9b4186 prevent default on undo-redo 2024-09-11 14:41:02 +02:00
vcoppe
fb00220cc8 fix logo shrinking 2024-09-10 20:15:36 +02:00
vcoppe
a1383a7e97 rename track when renaming file if it only contains one track, closes #75 2024-09-10 16:52:21 +02:00
vcoppe
4b0e49d171 register map object in window for extensions 2024-09-09 19:43:22 +02:00
vcoppe
39e6532c26 use nominatim for geocoding 2024-09-06 15:49:12 +02:00
vcoppe
b343123ca6 remove console.log 2024-09-06 14:04:15 +02:00
vcoppe
3ce5391658 simplify specifying drive ids 2024-09-06 13:53:14 +02:00
vcoppe
71c88b15c6 small ui improvements 2024-09-06 13:36:36 +02:00
vcoppe
25a3df5756 fix time input for iOS 2024-09-05 10:23:34 +02:00
vcoppe
9d5391805d fix consecutive splits 2024-09-05 09:51:43 +02:00
vcoppe
30cc709627 add link to docs 2024-09-04 19:39:22 +02:00
vcoppe
9c85a014da clarify elevation vs elevation gain/loss 2024-09-04 19:34:28 +02:00
vcoppe
8985623639 add elevation tool 2024-09-04 19:11:56 +02:00
vcoppe
9ba07ce1ed Merge branch 'dev' into elevation-tool 2024-09-04 15:18:44 +02:00
vcoppe
0757efcb79 get all previous point additional data when inserting new anchor 2024-09-04 14:46:08 +02:00
vcoppe
5be02d1c36 add new anchors by clicking on the temporary one 2024-09-04 14:42:26 +02:00
vcoppe
2612eb2e91 update selected routing profile label when locale changes 2024-09-04 13:36:19 +02:00
vcoppe
2996f047d3 fix embedding playground update 2024-09-04 13:26:00 +02:00
vcoppe
96836228db remove custom layer import only if present 2024-09-04 13:15:36 +02:00
vcoppe
a3dc17d780 decode custom layer urls 2024-09-04 12:45:40 +02:00
vcoppe
41ed9c06c1 add faq section 2024-09-03 15:51:15 +02:00
vcoppe
979cdd1bac fix error when adding custom overlay 2024-09-03 14:43:20 +02:00
vcoppe
0cb781176e use style imports instead of layers to allow stacking mapbox styles, closes #32 2024-08-31 15:57:58 +02:00
vcoppe
a1b5fe6352 realistic timestamps option 2024-08-29 18:37:06 +02:00
vcoppe
920e7901f4 remove disclaimer 2024-08-29 14:10:40 +02:00
vcoppe
a23fea3d98 fix split control icon color for dark theme 2024-08-26 17:57:22 +02:00
mbof
b9ca55c798 Implement fit-to-track (#43) (#69)
* Implement fit-to-track (#43)

* * Change icon to Maximize
* Use default animation
* Rename feature to "Fly to"
* Move logic to stores so that it can be reused in the main menu (and eventually a keyboard shortcut)

* improve zoom on selected POIs, rework zoom buttons and add shortcut

---------

Co-authored-by: vcoppe <vianney.coppe@gmail.com>
2024-08-26 14:00:53 +02:00