Compare commits

..

4 Commits

Author SHA1 Message Date
d2bc780656 wip 2025-04-22 19:09:02 +02:00
dc5ea5240c wip 2025-04-22 18:48:25 +02:00
fcadedaa30 wip 2025-04-22 18:47:41 +02:00
2a4fe2b28f wip 2025-04-22 18:40:26 +02:00
6 changed files with 1055 additions and 1064 deletions

View File

@@ -2,15 +2,8 @@
All notable changes to this project will be documented in this file. Dates are displayed in UTC. All notable changes to this project will be documented in this file. Dates are displayed in UTC.
#### [1.10.6](https://git.odit.services/lfk/frontend/compare/1.10.5...1.10.6)
- feat: improved mobile card assignment [`d841727`](https://git.odit.services/lfk/frontend/commit/d841727439e42c940d56001f08da4ae2399176a7)
#### [1.10.5](https://git.odit.services/lfk/frontend/compare/1.10.4...1.10.5) #### [1.10.5](https://git.odit.services/lfk/frontend/compare/1.10.4...1.10.5)
> 22 April 2025
- chore(release): 1.10.5 [`87df34b`](https://git.odit.services/lfk/frontend/commit/87df34bb56c04c1efd22ecbe0b857198358f93d5)
- feat(runners): add distance sorting [`9c3b742`](https://git.odit.services/lfk/frontend/commit/9c3b742a98e17837fbcabe308fb2774dc13b03b8) - feat(runners): add distance sorting [`9c3b742`](https://git.odit.services/lfk/frontend/commit/9c3b742a98e17837fbcabe308fb2774dc13b03b8)
#### [1.10.4](https://git.odit.services/lfk/frontend/compare/1.10.3...1.10.4) #### [1.10.4](https://git.odit.services/lfk/frontend/compare/1.10.3...1.10.4)

View File

@@ -13,7 +13,7 @@
<body> <body>
<span style="display: none; visibility: hidden" id="buildinfo" <span style="display: none; visibility: hidden" id="buildinfo"
>RELEASE_INFO-1.10.6-RELEASE_INFO</span >RELEASE_INFO-1.10.5-RELEASE_INFO</span
> >
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>
<script src="/env.js"></script> <script src="/env.js"></script>

View File

@@ -1,6 +1,6 @@
{ {
"name": "@odit/lfk-frontend", "name": "@odit/lfk-frontend",
"version": "1.10.6", "version": "1.10.5",
"type": "module", "type": "module",
"scripts": { "scripts": {
"i18n-order": "node order.js", "i18n-order": "node order.js",

View File

@@ -60,7 +60,7 @@
/> />
</svg> </svg>
<span>{$_('card_assignment_menu')}</span> <span>Card Assignment</span>
</a> </a>
<a <a
class:activenav={$router.path.includes("/runners/")} class:activenav={$router.path.includes("/runners/")}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff