* chore: upgrade minor versions
* chore: upgrade cypress
* chore: upgrade fe dependencies
* update readme
* update osx images
* update readme
* upgrade dependencies
* upgrade test dependency
* feat: add option to input autofill
* feat: autofill to the left
* chore: update docs
* chore: cleanup ci
* version bump
* style: prevent zero height bar
* fix: prevent loosing menu
* ux: improve input, no spellcheck or autocomplete
* small ux improvements in cuesheets
* feat 111/increase maximum number of events
* fix: optimistic delete issue with filter
* refact: pincode workflow
* chore: add versioning to packages
This commit is contained in:
Carlos Valente
2022-05-19 10:48:56 +02:00
committed by GitHub
parent 45ac44b2e8
commit 6ac963684d
155 changed files with 3481 additions and 3465 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 248 KiB

After

Width:  |  Height:  |  Size: 285 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 241 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 199 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 199 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 199 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

-46
View File
@@ -93,49 +93,3 @@ jobs:
files: ./server/dist/ontime-win64.exe
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# build_linux:
# runs-on: ubuntu-latest
# env:
# CI: ''
#
# steps:
# - uses: actions/checkout@v2
# - name: Use Node.js
# uses: actions/setup-node@v1
# with:
# node-version: '14.x'
#
# React
# - name: React - Link to utils
# run: yarn link ontime-utils
# working-directory: ./client
#
# - name: React - Install dependencies
# run: yarn install
# working-directory: ./client
#
# - name: React - Build project
# run: yarn build
# working-directory: ./client
#
# Node server
# - name: Server - Install dependencies
# run: yarn install
# working-directory: ./server/src
#
# App
# - name: Electron - Install dependencies
# run: yarn install && yarn make && yarn setdb
# working-directory: ./server
# - name: Electron - Build app
# run: yarn dist-linux
# working-directory: ./server
#
# Release
# - name: Release
# uses: softprops/action-gh-release@v1
# with:
# files: ./server/dist/ontime-win64.exe
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}