Christian Beutel
50a8b0a87a
updates trail filter and sort with elevation loss
2024-11-09 14:46:14 +01:00
Christian Beutel
529cae0b82
adds elevation loss to print
2024-11-09 13:36:44 +01:00
Christian Beutel
36f4ae33b4
adds elveation loss for lists
2024-11-09 13:19:24 +01:00
Christian Beutel
a147f7e6fd
fixes drawer height
2024-11-09 13:10:18 +01:00
Christian Beutel
01b0d49913
adds elevation loss for trails
2024-11-09 12:56:11 +01:00
Christian Beutel
0ab0eda612
adds totals when auto-adding summit log
2024-11-09 12:48:44 +01:00
Christian Beutel
e9e52c13a1
fixes footer URLs and logo
2024-11-09 12:11:41 +01:00
Christian Beutel
c6bb1b3615
fixes profile pages protection
2024-11-09 12:11:07 +01:00
Christian Beutel
00f689ec2f
fixes auto upload
2024-11-09 11:57:55 +01:00
Christian Beutel
ce3d65d324
updates version to 0.10.0
2024-11-05 23:42:11 +01:00
Christian Beutel
cf903f4071
updates dashboard layout
2024-11-05 22:56:29 +01:00
Christian Beutel
81d309c582
finishes translation
2024-11-05 01:23:06 +01:00
Christian Beutel
87eb879c7f
finishes profile page
2024-11-05 00:47:47 +01:00
Christian Beutel
bab22301af
adds profile page
2024-11-03 15:13:25 +01:00
Christian Beutel
0d8ff5c83b
auto generate summit log on gpx upload
2024-11-02 13:55:24 +01:00
Christian Beutel
ebfd6f0e72
sorts summit log entries by date
2024-11-02 01:43:59 +01:00
Christian Beutel
63da3d4144
adds summit log table
2024-11-02 01:09:02 +01:00
Christian Beutel
9c07aae339
adds gpx upload for summit logs
2024-11-01 20:35:50 +01:00
Christian Beutel
18e57aa211
fixes multi file upload progressbar
2024-10-06 12:17:57 +02:00
Christian Beutel
d94758a886
adds filename fallback for trail upload
2024-10-06 11:35:40 +02:00
Christian Beutel
efb411e5ff
v0.9.0
2024-09-14 20:02:07 +02:00
Christian Beutel
7e56d4354d
adds list trail selection from map
2024-09-14 20:02:00 +02:00
Christian Beutel
01ffaf9b8f
fixes icon picker
2024-09-14 19:27:59 +02:00
Christian Beutel
414fa9b752
adds docs
2024-09-14 18:06:07 +02:00
Christian Beutel
ca34e6db95
fixes trail filter categories
2024-09-14 12:28:15 +02:00
Christian Beutel
4263c32ca7
adds list link sharing
2024-09-13 21:34:40 +02:00
Christian Beutel
4e257d798d
adapts trailinfopanel map to new design
2024-09-13 20:16:41 +02:00
Christian Beutel
c38d415460
adds trail share
2024-09-13 20:06:46 +02:00
Christian Beutel
421191ec77
fxies bugs with mapwithelevationmultiple
2024-09-10 18:38:19 +02:00
Christian Beutel
19415f7bcb
adds mapwithelevationmultiple to map page
2024-09-10 17:44:18 +02:00
Christian Beutel
86c377225b
adds map_with_elevation_multiple
2024-09-10 00:06:21 +02:00
Christian Beutel
da658fdf27
adds list editor
2024-09-08 15:11:19 +02:00
Christian Beutel
84873ce5b9
v0.8.2
2024-09-06 13:31:42 +02:00
Christian Beutel
3fefab45a2
addresses #101 , #103 , #104 . #110
2024-09-06 13:25:08 +02:00
Christian Beutel
b29696f326
v0.8.1
2024-08-10 18:18:16 +02:00
Christian Beutel
75dfdb0511
fixes multiple issues
2024-07-24 17:45:33 +02:00
BastLast
0d6d034ed5
fix duration display #90 ( #91 )
2024-07-24 14:04:18 +02:00
Christian Beutel
1a23696880
v0.8.0
2024-07-13 23:22:28 +02:00
Christian Beutel
90be5d90c0
fixes avatar size
2024-07-13 23:10:53 +02:00
Christian Beutel
230f23b9ff
adds missing translations
2024-07-13 22:33:41 +02:00
Christian Beutel
d0a408983b
full settings overhaul
2024-07-05 18:14:31 +02:00
Christian Beutel
6522b06e96
fixes docs css
2024-07-01 18:21:34 +02:00
Christian Beutel
72e6d12713
v0.7.3
2024-07-01 17:17:35 +02:00
Christian Beutel
c8e7b76d00
fixes display issues
2024-07-01 17:16:13 +02:00
Christian Beutel
3ab0882b81
adds italian && fit support
2024-07-01 16:02:54 +02:00
Lukas
825c7db6e8
New language: Italian ( #88 )
...
Adds Italian translation.
2024-07-01 15:57:50 +02:00
Christian Beutel
cff62f25db
Merge remote-tracking branch 'refs/remotes/origin/main'
2024-06-28 13:50:53 +02:00
Christian Beutel
7b3abb515d
v0.7.2
2024-06-28 13:49:32 +02:00
Christian Beutel
9bc5a4cfc6
fixes icon & upload trail id
2024-06-28 13:30:21 +02:00
Dom
dbd99b2d4d
fix: disable "secure" mode on auth cookie ( #83 )
...
In Firefox a warning is displayed that states:
Cookie “pb_auth” has been rejected because a non-HTTPS cookie can't
be set as “secure”.
This warning is emitted from authStore.onChange callback.
The server-side cookie response contains the attribute "secure: false"
which avoids this problem, but this was missing from the client side
hook.
Co-authored-by: Flomp <Flomp@users.noreply.github.com >
2024-06-16 11:28:56 +02:00