Skip to content

Commit

Permalink
Feat/readme (#38)
Browse files Browse the repository at this point in the history
* added readme

* added readme

* added readme

* addeed good path to the img

* addeed good path to the img
  • Loading branch information
KlaudiaLum authored Apr 3, 2024
1 parent c0e715f commit d98e6c5
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
Binary file modified README.md
Binary file not shown.
4 changes: 3 additions & 1 deletion mosquitto/mosquitto.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ topic pis/0/# both 0 "" krono/9031007000110718/
bridge_attempt_unsubscribe false
remote_clientid ORCHESTRATOR_remote
local_clientid ORCHESTRATOR_local
log_type all
log_type all


2 changes: 1 addition & 1 deletion src/app/stop-list/stop-list.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class StoplistComponent implements OnChanges {
'Already arrived' &&
this.getMinutesRemaining(stop.expectedArrivalTime) > 0,
)
.slice(0, 20);
.slice(0, 4);
}

calculateArrivalTime(expectedArrivalTime: string): string {
Expand Down
Binary file added src/assets/with-stopButton.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/without-stopButton.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d98e6c5

Please sign in to comment.