Skip to content

Commit

Permalink
Add key input controls (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt-Brunner authored Apr 29, 2024
1 parent 5b690ed commit 10c5111
Show file tree
Hide file tree
Showing 19 changed files with 158 additions and 56 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ module.exports = {
ecmaVersion: 2020,
extraFileExtensions: ['.svelte']
},
rules: {
"svelte/valid-compile": ["error", { "ignoreWarnings": true }]
},
env: {
browser: true,
es2017: true,
Expand Down
4 changes: 2 additions & 2 deletions StundenplanBackEnd/Styles/Pink.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"primaryColor": "#ffd2da",
"secondaryColor": "#000000",
"primaryColor": "#ED5CB3",
"secondaryColor": "#FFFFFF",
"tableHeaderMondayFontColor": "#FFFFFF",
"tableHeaderTuesdayFontColor": "#FFFFFF",
"tableHeaderWednesdayFontColor": "#FFFFFF",
Expand Down

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion StundenplanBackEnd/templates/frontend/_app/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"1714242432332"}
{"version":"1714427317789"}
Loading

0 comments on commit 10c5111

Please sign in to comment.