-
Notifications
You must be signed in to change notification settings - Fork 54
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
[web] edit styles #168
[web] edit styles #168
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
{#if $isAgentFormEditing} | ||
<Button type="button" class="" color="light" on:click={() => isAgentFormEditing.set(false)} | ||
>Cancel</Button | ||
> | ||
{/if} | ||
<Button type="submit" class="">Submit</Button> | ||
<Button type="submit" size="xl">Submit</Button> |
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.
nit: keep the size/style of the buttons consistent
</div> | ||
<div class="scroller"> | ||
{#each characters as character, i} | ||
<a href="agent/{character.id}"> |
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.
The focus area of the avatar seems too larger than the size of the avatar.
Like if click the area in the middle of C and A-Serena, the agent page will be opened.
Tagging @serenaqiaoo myself here so I will fix this in another PR.
dashboard
pageagent profile
pageagent profile edit
pagecreate conversation
page