Commit Graph

93 Commits

Author SHA1 Message Date
vcoppe
0b457f9a1e prettier config + format all, closes #175 2025-02-02 11:17:22 +01:00
vcoppe
2985c3201b fix localized home link 2025-01-03 14:18:55 +01:00
vcoppe
7a80e9e104 rename "vertical file list" to "file tree" 2024-12-28 15:52:29 +01: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
764c5030b9 consistent map layers icon 2024-09-22 11:28:13 +02:00
vcoppe
1483460ec6 add missing buttons to default view 2024-09-21 16:42:13 +02:00
vcoppe
5c4181498d add new track/segment to edit menu, and to docs 2024-09-18 16:09:50 +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
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
mbof
766ebe0275 Add support for nautical units (#61) (#66)
* Add support for nautical units

* Make panel reactive to unit changes even after pushing down conversions into utility functions.

* Fix issue: km->mph conversion was not done right.

* Add support for nautical units to the Time dialog.

* Add support for nautical units to the embedding view and embedding playground.

* add missing parameter and rename

* "npx prettier" pass on the files changed in this PR

Does not include changes to `website/src/lib/db.ts`, because there would otherwise be lots of unrelated formatting changes

* Change elevation unit to meters for 'nautical' distances.

* hide elevation decimals

---------

Co-authored-by: bdbkun <1308709+mbof@users.noreply.github.com>
Co-authored-by: vcoppe <vianney.coppe@gmail.com>
2024-08-26 12:51:05 +02:00
vcoppe
c1faea787a block delete shortcut when focusing an input #68 2024-08-23 10:31:02 +02:00
vcoppe
49582dcddd fix some URLs 2024-08-16 12:51:55 +02:00
vcoppe
7e39634cdb rework some icons 2024-08-11 13:47:10 +02:00
vcoppe
d0d35468ea routing shortcut 2024-07-16 15:48:01 +02:00
vcoppe
06e161f06c change help icon 2024-07-13 12:02:04 +02:00
vcoppe
de09ab0a24 fix paths 2024-07-12 15:22:36 +02:00
vcoppe
030f08abfd embedding progress 2024-07-11 18:42:49 +02:00
vcoppe
04447f4034 rework links 2024-07-08 23:22:37 +02:00
vcoppe
ad7ff5ddba user guide structure draft 2024-07-08 22:43:50 +02:00
vcoppe
bff919c757 use base in URLs 2024-07-08 19:13:31 +02:00
vcoppe
65b297e133 rework page metadata and links 2024-07-08 18:54:16 +02:00
vcoppe
5ed0e75427 use homepage as default page 2024-07-08 15:46:00 +02:00
vcoppe
fcb81e2a96 simplify mode management 2024-07-05 18:47:37 +02:00
vcoppe
c5dea0aeda hide any file item and undo-redo it 2024-07-02 20:04:17 +02:00
vcoppe
874eea271e improve metadata and style ux 2024-07-02 10:21:04 +02:00
vcoppe
8e446ec74a rework file actions, closes #3 2024-07-01 12:09:49 +02:00
vcoppe
a96d911f36 avoid capturing keyboard events when focusing input or navigation elements, closes #1 2024-06-29 11:40:27 +02:00
vcoppe
defe1522c0 fix height on safari 2024-06-28 21:34:07 +02:00
vcoppe
6f6846b76f remove google drive buttons 2024-06-28 17:57:05 +02:00
vcoppe
ec8d3f8f87 export dialog progress 2024-06-28 15:43:57 +02:00
vcoppe
804a155257 add contextmenu actions to edit menu 2024-06-27 18:23:11 +02:00
vcoppe
c7fd2fe6b5 custom layers 2024-06-26 17:19:41 +02:00
vcoppe
ad6b1900a1 street view control 2024-06-24 19:41:44 +02:00
vcoppe
cc92ccc193 copy paste file items 2024-06-20 15:18:21 +02:00
vcoppe
d41621ebc7 responsive menu 2024-06-20 11:59:21 +02:00
vcoppe
1ed28b7ada potential fix for missing initial locale 2024-06-20 00:28:16 +02:00
vcoppe
bc218d431c use relative path 2024-06-19 20:41:02 +02:00
vcoppe
bf37789978 uase base path in links 2024-06-19 20:39:00 +02:00
vcoppe
b74f1e2289 language selection 2024-06-19 19:42:36 +02:00
vcoppe
4f42ee20e4 file item navigation with arrows 2024-06-19 18:51:26 +02:00
vcoppe
06bc49901d hide file 2024-06-19 18:11:05 +02:00
vcoppe
40a6eb5192 add shortcuts 2024-06-19 17:34:07 +02:00
vcoppe
20cd2dfe73 change new file shortcut 2024-06-12 15:29:54 +02:00
vcoppe
c72b817e8f drop file to load 2024-06-11 19:27:10 +02:00
vcoppe
14a81a530c scissor tool 2024-06-10 20:03:57 +02:00
vcoppe
9190d85bcd polish toolbar and routing menu 2024-06-10 12:06:32 +02:00
vcoppe
5b167b09db toggle elevation profile 2024-06-09 17:22:41 +02:00
vcoppe
980bd8b79a progress 2024-05-24 22:53:30 +02:00