Commit Graph

28 Commits

Author SHA1 Message Date
0722f3b362 Add a public message ticker 2023-03-06 22:08:37 +00:00
ef9b4847af Implement user auth with Firebase 2023-03-06 20:23:54 +00:00
2d41b93932 added login and signup pages with routing 2023-03-06 18:34:31 +00:00
a619fe6297 Added bootstrap and navbar component 2023-03-06 11:43:14 +00:00
f31dea3fac Added dependencies and installed bootstrap js/css packages, no actual site changes yet 2023-03-06 10:14:57 +00:00
c04d705191 remove test import 2023-03-04 20:51:38 +00:00
6a80f05521 Implement a leaderboard based on lateness 2023-03-04 20:35:14 +00:00
8af615a429 Add routing, state mgmt and train types 2023-03-04 17:02:06 +00:00
b0b5ecd36a Update data collection functions by train type 2023-03-03 18:49:01 +00:00
085ade8fa7 re-add check for trains running before determining if late 2023-03-03 10:37:51 +00:00
71f8e59f2e clean up isTrainLate() 2023-03-03 09:58:04 +00:00
2cd6276d36 red icon if train late, green if not 2023-03-02 19:28:44 +00:00
c548087f59 Merge branch 'main' into conor 2023-03-02 14:14:34 +00:00
f7e775188e Add basic statistics with emulator handling 2023-03-02 12:54:50 +00:00
7cbca8a636 make map size responsive to viewport size 2023-03-02 12:28:48 +00:00
39a18f4820 Add basic statistics 2023-03-01 21:42:04 +00:00
f54c8dddc6 Merge pull request #17 from 0hAodha/andrew
change train icon + fix icon positioning
2023-02-23 14:40:44 +00:00
fd7b124687 change train icon + fix icon positioning 2023-02-23 07:44:56 +00:00
f837780e10 Implement Firebase emulator 2023-02-22 21:20:26 +00:00
60e0661a01 Update Firebase cloud functions 2023-02-18 19:34:13 +00:00
893573c1b1 Add a loader 2023-02-16 20:48:01 +00:00
a6dafabae5 Add map icons 2023-02-09 20:36:39 +00:00
155f9afadc Sidebar working with info 2023-02-09 11:29:41 +00:00
52762f66af fix incorrect labelling of latitude as longitude 2023-02-06 12:37:48 +00:00
b2513a4890 Add onclick display of train data 2023-02-05 15:12:21 +00:00
855e1a7f7d Fix API parsing 2023-02-03 21:51:59 +00:00
110d6fbf3f Integrate live data 2023-02-02 14:33:53 +00:00
1ec6fbd05e mIGRATED TO VUE 2023-01-30 16:58:48 +00:00