feat: initial conversational flow #37

Merged
talksik merged 39 commits from 33-conversational-flow-for-streams---story-mode into master 2026-03-19 23:29:41 +00:00
Showing only changes of commit f6b94ff0a1 - Show all commits
@@ -48,7 +48,7 @@ export function PlaybackPageIndicator({
: i === current : i === current
? `${progress * 100}%` ? `${progress * 100}%`
: "0%", : "0%",
transition: i === current ? "width 150ms linear" : "none", transition: i === current ? "width 300ms linear" : "none",
}} }}
/> />
</button> </button>