Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AURA
dashboard-clock
Commits
23b347db
Commit
23b347db
authored
May 03, 2021
by
david
Browse files
Lower case "o".
parent
f63c93ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
23b347db
...
@@ -32,7 +32,7 @@ In order to apply these configuration changes a build is required.
...
@@ -32,7 +32,7 @@ In order to apply these configuration changes a build is required.
```
ini
```
ini
NAME
=
"Studio Clock"
NAME
=
"Studio Clock"
LOGO
=
"https://gitlab.servus.at/aura/meta/-/raw/master/images/aura-logo.png"
LOGO
=
"https://gitlab.servus.at/aura/meta/-/raw/master/images/aura-logo.png"
LOGO_SIZE
=
"100px"
LOGO_SIZE
=
"100px"
API_URL
=
"http://localhost:8008/api/v1/"
API_URL
=
"http://localhost:8008/api/v1/"
UNKNOWN_TITLE
=
"Unknown Title"
UNKNOWN_TITLE
=
"Unknown Title"
NO_CURRENT_TIMESLOT
=
"Right now, there's no show playing"
NO_CURRENT_TIMESLOT
=
"Right now, there's no show playing"
...
@@ -48,9 +48,9 @@ able to override any configurations already performed during the build.
...
@@ -48,9 +48,9 @@ able to override any configurations already performed during the build.
```
html
```
html
<aura-clock
<aura-clock
name=
"Orange
O
94"
name=
"Orange
o
94"
logo=
"https://o94.at/themes/custom/radio_orange/logo1.png"
logo=
"https://o94.at/themes/custom/radio_orange/logo1.png"
logosize=
"180px"
logosize=
"180px"
api=
"http://localhost:8008/api/v1/"
api=
"http://localhost:8008/api/v1/"
css=
"/css/o94.css"
css=
"/css/o94.css"
unknowntitle=
"Unbekannter Titel"
unknowntitle=
"Unbekannter Titel"
...
@@ -90,10 +90,10 @@ Then start the development server using [Rollup](https://rollupjs.org)
...
@@ -90,10 +90,10 @@ Then start the development server using [Rollup](https://rollupjs.org)
./run.sh
./run.sh
```
```
Navigate to
[
localhost:5000
](
http://localhost:5000
)
. You should see your app running. Edit a component file in
`src`
,
Navigate to
[
localhost:5000
](
http://localhost:5000
)
. You should see your app running. Edit a component file in
`src`
,
save it, and reload the page to see your changes.
save it, and reload the page to see your changes.
By default, the server will only respond to requests from localhost. To allow connections from other computers,
By default, the server will only respond to requests from localhost. To allow connections from other computers,
edit the
`sirv`
commands in package.json to include the option
`--host 0.0.0.0`
.
edit the
`sirv`
commands in package.json to include the option
`--host 0.0.0.0`
.
# About
# About
...
...
src/StudioClock.svelte
View file @
23b347db
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
return
()
=>
{
return
()
=>
{
clearInterval
(
interval
);
clearInterval
(
interval
);
};
};
});
});
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment