Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
justin
boxomon
Commits
b38b2543
Verified
Commit
b38b2543
authored
Jan 01, 2019
by
justin
Browse files
Bump version and tweak text.
parent
d6cdfc1f
Pipeline
#383
passed with stages
in 3 minutes and 32 seconds
Changes
6
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
b38b2543
...
...
@@ -20,3 +20,11 @@ A birthday gift (long-running) for my girlfriend! Boxomon is a cute toy that, wh
## Version 0.2.1
-
Improvements to CI process
-
Refactor frontend into multiple components with better separations of responsibilities.
## Version 0.2.2
-
Tweaks to text to make the app as close to the original as possible.
# Future work
-
Tracking of if the message has been seen that day
-
Authentication and authorization
-
Edge-deployed device - a true Boxomon2
deploy/boxomon-charts/backend/Chart.yaml
View file @
b38b2543
apiVersion
:
v1
appVersion
:
"
0.2.
1
"
appVersion
:
"
0.2.
2
"
description
:
A Helm chart for Kubernetes to deploy the boxomon backend
name
:
backend
version
:
0.2.
1
version
:
0.2.
2
deploy/boxomon-charts/frontend/Chart.yaml
View file @
b38b2543
apiVersion
:
v1
appVersion
:
"
0.2.
1
"
appVersion
:
"
0.2.
2
"
description
:
A Helm chart for Kubernetes
name
:
frontend
version
:
0.2.
1
version
:
0.2.
2
frontend/src/app/app.component.html
View file @
b38b2543
<!--The content below is only a placeholder and can be replaced.-->
<div
style=
"text-align:center"
>
<div
*ngIf=
"showWelcome"
>
<app-welcome-component></app-welcome-component>
...
...
frontend/src/app/message-component/message-component.component.html
View file @
b38b2543
...
...
@@ -4,3 +4,6 @@
<div>
<p>
{{ message }}
</p>
</div>
<div>
Thank you for coming! See you soon!
</div>
frontend/src/app/welcome-component/welcome-component.component.html
View file @
b38b2543
...
...
@@ -6,3 +6,6 @@
<div>
<img
[src]=
"imageURL"
width=
300
height=
300
>
</div>
<div>
Hi Irene! It looks like your pokemon have something to say to you. Would you like to hear what they have to say?
</div>
Write
Preview
Markdown
is supported
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