Skip to content

Conversation

@reneaaron
Copy link
Contributor

  • 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 💯 )

/* eslint-disable @typescript-eslint/no-explicit-any */
const extensionInstalled = (window as any).alby !== undefined;

// State for dialog
Copy link
Contributor

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?

Copy link
Contributor Author

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" ? (
Copy link
Contributor

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?

Copy link
Contributor Author

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" 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants