Wire up inventory select to ship state
Also mixed into this commit: * Use returning drivers where possible * Make the credits screen returnable via click
This commit is contained in:
8
internal/flow/credits.go
Normal file
8
internal/flow/credits.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package flow
|
||||
|
||||
func (f *Flow) linkCredits() {
|
||||
// Clicking anywhere in credits should return us
|
||||
f.onClick(credits, "1", f.returnToLastDriver(credits))
|
||||
|
||||
// TODO: lots of text
|
||||
}
|
Reference in New Issue
Block a user