-
Notifications
You must be signed in to change notification settings - Fork 83
feat: stories #1650
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
feat: stories #1650
Conversation
reneaaron
commented
Aug 26, 2025
- Provide helpful videos / guides in context (possibly could also be added on other pages, need to see how that feels from a user perspective)
- Improve awareness of new features (such as auto-swaps 💯 )
frontend/src/screens/Home.tsx
Outdated
| /* eslint-disable @typescript-eslint/no-explicit-any */ | ||
| const extensionInstalled = (window as any).alby !== undefined; | ||
|
|
||
| // State for dialog |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could all this code be moved to the stories component?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, definitely.
| onClick={handleClick} | ||
| > | ||
| <Avatar className={cn("border-background size-14")}> | ||
| {typeof story.avatar === "string" ? ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be good to just be consistent here and always use image URLs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, it's currently in the state of "vibe-coded hack" 😄