Compare commits
9 Commits
Author | SHA1 | Date | |
---|---|---|---|
cd1b3aafc7 | |||
64f2ddf70b | |||
3fa1bc93eb | |||
18845f86d1 | |||
0a23f6a7e5 | |||
277269e299 | |||
0cd3c6da1b | |||
d443b2904e | |||
1092112f7f |
@@ -32,6 +32,7 @@ steps:
|
||||
from_secret: gitea_token
|
||||
base_url: https://git.odit.services
|
||||
files: out/*
|
||||
title: Release ${DRONE_TAG}
|
||||
checksum:
|
||||
- md5
|
||||
- sha1
|
||||
|
31
CHANGELOG.md
31
CHANGELOG.md
@@ -2,9 +2,38 @@
|
||||
|
||||
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
|
||||
|
||||
#### [v0.1.2](https://git.odit.services/lfk/scanclient/compare/0.1.1...v0.1.2)
|
||||
#### [v0.1.6](https://git.odit.services/lfk/scanclient/compare/0.1.5...v0.1.6)
|
||||
|
||||
- Updated readme [`64f2ddf`](https://git.odit.services/lfk/scanclient/commit/64f2ddf70b5e3ace8557ff1cfd346fb52a251afd)
|
||||
|
||||
#### [0.1.5](https://git.odit.services/lfk/scanclient/compare/0.1.4...0.1.5)
|
||||
|
||||
> 13 April 2021
|
||||
|
||||
- 🚀Bumped version to 0.1.5 [`3fa1bc9`](https://git.odit.services/lfk/scanclient/commit/3fa1bc93eb33509555820b6d96a01fad3b1338c2)
|
||||
- 🧹 drop emoji from ui bar [`18845f8`](https://git.odit.services/lfk/scanclient/commit/18845f86d12bf82ede8170e81805bf49f37f63f5)
|
||||
|
||||
#### [0.1.4](https://git.odit.services/lfk/scanclient/compare/0.1.3...0.1.4)
|
||||
|
||||
> 7 April 2021
|
||||
|
||||
- 🚀Bumped version to 0.1.4 [`0a23f6a`](https://git.odit.services/lfk/scanclient/commit/0a23f6a7e5d77852c035bcd0ad49260d429d687d)
|
||||
- Formatting [`277269e`](https://git.odit.services/lfk/scanclient/commit/277269e299924dbc76b39d3503aa50da43888622)
|
||||
- Added fix for empty input [`0cd3c6d`](https://git.odit.services/lfk/scanclient/commit/0cd3c6da1bb885eebb132b04ec3ef8e08f4ef679)
|
||||
|
||||
#### [0.1.3](https://git.odit.services/lfk/scanclient/compare/0.1.2...0.1.3)
|
||||
|
||||
> 7 April 2021
|
||||
|
||||
- 🚀Bumped version to 0.1.3 [`d443b29`](https://git.odit.services/lfk/scanclient/commit/d443b2904e9f51f9e182912bba1c2571d2c9abff)
|
||||
- Added release title [`1092112`](https://git.odit.services/lfk/scanclient/commit/1092112f7f75e49f9a6b9c197a29cca77d73684f)
|
||||
|
||||
#### [0.1.2](https://git.odit.services/lfk/scanclient/compare/0.1.1...0.1.2)
|
||||
|
||||
> 7 April 2021
|
||||
|
||||
- Merge pull request 'feature/9-move-url-config-from-env-to-local-config' (#10) from feature/9-move-url-config-from-env-to-local-config into dev [`#9`](https://git.odit.services/lfk/scanclient/issues/9)
|
||||
- 🚀Bumped version to 0.1.2 [`af48e92`](https://git.odit.services/lfk/scanclient/commit/af48e920bcc3f50858c488f521978e177f06b499)
|
||||
- Merge pull request 'feature/13-url_validator' (#15) from feature/13-url_validator into dev [`6ade51f`](https://git.odit.services/lfk/scanclient/commit/6ade51fb73c0a67d7fc410f5f52460297a920928)
|
||||
- new api_endpoint store + Config UI [`5563f1f`](https://git.odit.services/lfk/scanclient/commit/5563f1fca386dd27b4313d4ce213ec2cb2836d4a)
|
||||
- Revert "0.1.2" [`96cbac2`](https://git.odit.services/lfk/scanclient/commit/96cbac27028c81aaeeabcf9359632eda9ae21ae4)
|
||||
|
@@ -3,6 +3,7 @@
|
||||
## ✒️ Overview
|
||||
This is an API client for [https://git.odit.services/lfk/backend](@lfk/backend)
|
||||
- WebApp built with [Svelte](https://svelte.dev), [WindiCSS](https://windicss.org/) (to compile [TailwindCSS](https://tailwindcss.com/)) and [Vite](https://vitejs.dev).
|
||||
- Packaged with electron here: [https://git.odit.services/lfk/selfservice-electron](@lfk/selfservice-electron)
|
||||
|
||||
## 🚀 Getting Started
|
||||
```
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lfk/scanclient",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.6",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
|
@@ -5,7 +5,7 @@
|
||||
import axios from "axios";
|
||||
import { _, locale } from "svelte-i18n";
|
||||
let token;
|
||||
let api_endpoint_input;
|
||||
let api_endpoint_input = "";
|
||||
$: error = false;
|
||||
$: errormessage = "";
|
||||
$: isTokenValid =
|
||||
|
@@ -29,7 +29,7 @@
|
||||
</div>
|
||||
|
||||
<div class="my-1 px-1 w-1/3 overflow-hidden text-center self-center">
|
||||
Lauf Für Kaya! Scan 📷
|
||||
Lauf Für Kaya! Scan
|
||||
</div>
|
||||
|
||||
<div class="my-1 px-1 w-1/3 overflow-hidden text-center self-center">
|
||||
|
@@ -6,7 +6,7 @@
|
||||
|
||||
<div class="p-5 min-h-screen">
|
||||
<h1 class="font-bold text-3xl w-full text-center text-gray-900">
|
||||
Lauf Für Kaya! Scan 📷
|
||||
Lauf Für Kaya! Scan
|
||||
</h1>
|
||||
<h1 class="text-3xl w-full text-center text-gray-900">{$_("settings")}</h1>
|
||||
<p class="block text-sm font-bold text-gray-700 mt-2">{$_("api_key")}</p>
|
||||
|
Reference in New Issue
Block a user