Commit Graph

2495 Commits

Author SHA1 Message Date
Anton Tananaev
363d8c31eb Fix geofences delete toast 2024-10-13 21:42:07 -07:00
Anton Tananaev
2eda381152 Fix route points (fix #1281) 2024-10-11 21:33:48 -07:00
Anton Tananaev
78dcbee422 Fix lint issues 2024-10-10 22:55:40 -07:00
Anton Tananaev
4428348eeb Explicitly specify font (fix #1281) 2024-10-10 22:51:41 -07:00
Anton Tananaev
a4caf0c678
Merge pull request #1280 from jcardus/master
Better icon for trip finish
2024-10-10 09:54:04 -07:00
jcardus
b6e4a2686d symmetry 2024-10-10 17:51:31 +01:00
jcardus
a926466757 use material icons 2024-10-10 17:06:21 +01:00
jcardus
5fa2a8b143 clean svg 2024-10-10 16:56:32 +01:00
jcardus
146cea8db3 use padding (1px)
add start.svg
start is success and finish is neutral
2024-10-10 16:55:25 +01:00
jcardus
64a41d5353 finish.svg with same size as others (24x24) 2024-10-10 16:26:22 +01:00
Anton Tananaev
6b443a596f
Merge pull request #1278 from Kalabint/bugfix/fix-color-normalization
Changed function call after color normalization fix, and unified var …
2024-10-08 14:40:29 -07:00
Kalabint
11fc783a15 Changed function call after color normalization fix, and unified var naming 2024-10-08 22:21:30 +02:00
Anton Tananaev
524a28f921
Merge pull request #1277 from Kalabint/bugfix/fix-color-normalization
Fix Color normalization in Replay
2024-10-07 10:24:39 -07:00
Kalabint
0561dc5d6c Removed unnecessary sanity checks 2024-10-07 19:11:09 +02:00
Kalabint
a421cfafd0 Fix Color normalization 2024-10-07 15:11:37 +02:00
Anton Tananaev
10b8a91563
Merge pull request #1258 from Kalabint/route_turbo_color_ramp
Changed Speed based Color Mapping from Theme Color to TurboColorRamp
2024-10-01 06:20:54 -07:00
Kalabint
19d1bfbdcd Revert "Added max device speed attribute"
This reverts commit e9ac536764.
2024-10-01 09:22:02 +02:00
Kalabint
e9ac536764 Added max device speed attribute 2024-10-01 01:08:39 +02:00
Kalabint
bc695725ad Adressed getSpeedColor export lint messages 2024-09-30 23:55:45 +02:00
Kalabint
99eec1bf8a Align code to lambda syntax 2024-09-30 23:49:53 +02:00
Kalabint
12c8aac607 Corrected lint issues 2024-09-30 19:33:11 +00:00
Kalabint
7cad1f5c70
Simplyfied colors.js 2024-09-30 16:45:20 +02:00
Kalabint
d0ac808dfd
Switch to dynamic created Turbo Colormap
Switch to dynamic created Turbo Colormap - Original at https://gist.github.com/mikhailov-work/0d177465a8151eb6ede1768d51d476c7
2024-09-30 15:01:14 +02:00
Kalabint
3a5228d348
Merge branch 'traccar:master' into route_turbo_color_ramp 2024-09-26 17:35:34 +02:00
Anton Tananaev
9463e50333 Support custom map styles 2024-09-24 21:05:48 -07:00
Anton Tananaev
1111bb7388 Add OpenFreeMap as default 2024-09-24 20:48:57 -07:00
Anton Tananaev
87b7407211
Merge pull request #1273 from dough29/feat/waze-navigation
Add navigation app link in status card
2024-09-23 09:11:39 -07:00
Damien
9b0f4c90ec Simplify management of navigation application link 2024-09-23 17:26:24 +02:00
Damien
1b99de9474 Add “attribute” prefix to new entries 2024-09-23 16:47:46 +02:00
Damien
4d284235c7 Add Waze in status card 2024-09-23 16:27:30 +02:00
Anton Tananaev
2154ff10c7 Inactivity attributes for groups 2024-09-21 13:37:10 -07:00
Anton Tananaev
2cd76a3be9 Fix color issues (fix #1269) 2024-09-19 15:51:42 -07:00
Anton Tananaev
56af46aaf0
Merge pull request #1270 from lucasleite01/manager-user-device
Allow managers to see device's users
2024-09-19 15:29:53 -07:00
Lucas Leite
cc34066d0a Allow managers to see device's users 2024-09-19 17:02:11 -03:00
Anton Tananaev
6f2b4b429e Add notification description 2024-09-18 14:30:22 -07:00
Anton Tananaev
d70becb939
Merge pull request #1268 from lucasleite01/manager-announcement
Allow managers to sent announcements
2024-09-18 09:05:52 -07:00
Lucas Leite
aa03bd6f00 Fix lint issue 2024-09-18 09:14:17 -03:00
Lucas Leite
8604b7ca38 Allow managers to sent announcements 2024-09-18 09:08:13 -03:00
Anton Tananaev
e198523e6d
Merge pull request #1267 from traccar/dependabot/npm_and_yarn/vite-5.4.6
Bump vite from 5.4.5 to 5.4.6
2024-09-17 12:54:24 -07:00
dependabot[bot]
adc11b5256
Bump vite from 5.4.5 to 5.4.6
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.5 to 5.4.6.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.6/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.6/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-17 19:46:44 +00:00
Anton Tananaev
9a34d3f145 Fix style issues 2024-09-16 15:43:04 -07:00
Anton Tananaev
24cb372ca7 Google Maps fallback option 2024-09-16 14:28:26 -07:00
Anton Tananaev
80f03da00b Fix geofences page 2024-09-15 21:54:16 -07:00
Anton Tananaev
8fc60ab902 Fix action button position 2024-09-15 21:33:42 -07:00
Anton Tananaev
964144ba3d Update version number 2024-09-15 21:17:23 -07:00
Anton Tananaev
f6192cc74a Update JavaScript dependencies 2024-09-15 21:15:20 -07:00
Traccar Bot
cbd97f1463 Update localization files 2024-09-16 01:02:02 +00:00
Anton Tananaev
7b7d5eabc8 Fix loader sizing 2024-09-14 09:37:36 -07:00
Anton Tananaev
002e5a354f Apply map padding to controls 2024-09-14 09:03:43 -07:00
Anton Tananaev
7a14960ad3 Simplify loader code 2024-09-14 07:34:25 -07:00