• Joined on 2023-06-23
scott created pull request TWS/kalkutago#15 2023-06-26 15:04:04 +00:00
WIP: Feature: User auth
scott pushed to feature/user-auth at scott/kalkutago 2023-06-26 15:00:25 +00:00
14bd4b48ca Add login+sign_up routes and auth guard
62ba1420b9 Add support for rocket's "secret cookies"
60d7ce4664 Add user model
Compare 3 commits »
scott created branch feature/user-auth in scott/kalkutago 2023-06-26 15:00:25 +00:00
scott pushed to main at TWS/kalkutago 2023-06-25 19:28:35 +00:00
e25301655b remove extra console.log call
scott pushed to main at scott/kalkutago 2023-06-25 19:28:28 +00:00
e25301655b remove extra console.log call
7f2e12e913 Merge pull request 'Feature: Add Track Form' (#7) from scott/kalkutago:feature/add-track-form into main
eb14a39c33 finishing touches
6360f23209 Add event handlers for updates to tracks
678e95bba0 Add NewTrackView
Compare 7 commits »
scott pushed to main at scott/kalkutago 2023-06-25 19:27:01 +00:00
4277d663d0 remove extra console.log call
scott pushed to main at TWS/kalkutago 2023-06-25 19:26:00 +00:00
7f2e12e913 Merge pull request 'Feature: Add Track Form' (#7) from scott/kalkutago:feature/add-track-form into main
eb14a39c33 finishing touches
6360f23209 Add event handlers for updates to tracks
678e95bba0 Add NewTrackView
c7cfa86be1 Add vue router
Compare 6 commits »
scott merged pull request TWS/kalkutago#7 2023-06-25 19:25:59 +00:00
Feature: Add Track Form
scott pushed to feature/add-track-form at scott/kalkutago 2023-06-25 19:24:46 +00:00
eb14a39c33 finishing touches
6360f23209 Add event handlers for updates to tracks
678e95bba0 Add NewTrackView
c7cfa86be1 Add vue router
55816a486a Move state initialization from App.vue to main.ts
Compare 7 commits »
scott pushed to main at scott/kalkutago 2023-06-25 19:20:07 +00:00
75d9bab34d Merge pull request 'Fix bug where clearing ticks on one day would clear all ticks for the track on all days' (#14) from scott/kalkutago:fix/tick-deletion into main
bfe0537750 Fix bug where clearing ticks on one day would clear all ticks for the track on all days
Compare 2 commits »
scott merged pull request TWS/kalkutago#14 2023-06-25 19:19:22 +00:00
Fix bug where clearing ticks on one day would clear all ticks for the track on all days
scott pushed to main at TWS/kalkutago 2023-06-25 19:19:22 +00:00
75d9bab34d Merge pull request 'Fix bug where clearing ticks on one day would clear all ticks for the track on all days' (#14) from scott/kalkutago:fix/tick-deletion into main
bfe0537750 Fix bug where clearing ticks on one day would clear all ticks for the track on all days
Compare 2 commits »
scott created pull request TWS/kalkutago#14 2023-06-25 19:19:12 +00:00
Fix bug where clearing ticks on one day would clear all ticks for the track on all days
scott opened issue TWS/kalkutago#13 2023-06-25 19:18:58 +00:00
Support multiple ticks in one day
scott pushed to fix/tick-deletion at scott/kalkutago 2023-06-25 19:18:13 +00:00
bfe0537750 Fix bug where clearing ticks on one day would clear all ticks for the track on all days
scott created branch fix/tick-deletion in scott/kalkutago 2023-06-25 19:18:13 +00:00
scott pushed to feature/add-track-form at scott/kalkutago 2023-06-25 18:58:15 +00:00
284d40c8b9 finishing touches
9fc85d9db0 Add event handlers for updates to tracks
646eb60dc9 Add NewTrackView
ea5e5325b5 Add vue router
6f5e23e022 Move state initialization from App.vue to main.ts
Compare 7 commits »
scott opened issue TWS/kalkutago#12 2023-06-25 18:42:18 +00:00
Make the "order" field have some effect in the UI
scott opened issue TWS/kalkutago#11 2023-06-25 18:41:38 +00:00
Add color chooser input for tracks
scott opened issue TWS/kalkutago#10 2023-06-25 18:41:13 +00:00
Add Icon chooser