Skip to content
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

💄 style: Update token tag popover style #2631

Merged
merged 6 commits into from
May 25, 2024
Merged

Conversation

canisminor1990
Copy link
Member

@canisminor1990 canisminor1990 commented May 24, 2024

💻 变更类型 | Change Type

  • ✨ feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • ⚡️ perf
  • 📝 docs

🔀 变更说明 | Description of Change

image

📝 补充信息 | Additional Information

Summary by CodeRabbit

  • New Features

    • Introduced new translations for token details in multiple languages:
      • Spanish (Spain)
      • French
      • Italian (Italy)
      • Japanese
      • Korean
      • Dutch (nl-NL)
      • Polish
      • Portuguese (Brazil)
      • Russian
      • Turkish
      • Vietnamese
      • Chinese (Simplified)
      • Chinese (Traditional)
  • Improvements

    • Updated existing translations for token details in multiple languages:
      • Arabic
      • Bulgarian
      • German
      • English (US)
      • Bulgarian (bg-BG)
      • Chinese (Simplified)
      • Chinese (Traditional)
      • Japanese
      • Korean
      • Dutch (nl-NL)
      • Polish
      • Portuguese (Brazil)
      • Russian
      • Spanish (Spain)
      • French
      • Italian (Italy)
      • Turkish
      • Vietnamese

Copy link

vercel bot commented May 24, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
lobe-chat-community ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 25, 2024 1:39pm

@lobehubbot
Copy link
Member

👍 @canisminor1990

Thank you for raising your pull request and contributing to our Community
Please make sure you have followed our contributing guidelines. We will review it as soon as possible.
If you encounter any problems, please feel free to connect with us.
非常感谢您提出拉取请求并为我们的社区做出贡献,请确保您已经遵循了我们的贡献指南,我们会尽快审查它。
如果您遇到任何问题,请随时与我们联系。

Copy link

codecov bot commented May 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.74%. Comparing base (58f3ed1) to head (a4b7551).
Report is 749 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2631   +/-   ##
=======================================
  Coverage   93.74%   93.74%           
=======================================
  Files         352      352           
  Lines       20400    20400           
  Branches     2430     2430           
=======================================
  Hits        19123    19123           
  Misses       1277     1277           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@arvinxx
Copy link
Contributor

arvinxx commented May 24, 2024

image

空状态展示有问题

@canisminor1990
Copy link
Member Author

image 空状态展示有问题

修了

@lobehubbot
Copy link
Member

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


image Empty status display

修了

Copy link

coderabbitai bot commented May 24, 2024

Walkthrough

The changes revolve around enhancing token progress visualization in the chat input action bar. A new TokenProgress component was introduced for displaying token progress with customizable options. The TokenTag component now utilizes a Popover for showing token details, replacing the previous Tooltip component and incorporating the TokenProgress component for a more detailed and visually appealing token progress display.

Changes

File Path Change Summary
src/features/ChatInput/ActionBar/Token/TokenProgress.tsx Introduced TokenProgress component with customizable token progress visualization.
src/features/ChatInput/ActionBar/Token/TokenTag.tsx Replaced Tooltip with Popover, updated token details layout, and integrated TokenProgress.

In the realm of tokens, visual delight,
Progress bars shine, in colors so bright.
Popovers replace the tooltips of old,
With details and data, a story is told.
A rabbit's touch, in code so tight,
Brings joy to the users, day and night. 🐇✨

Tip

New Features and Improvements

Review Settings

Introduced new personality profiles for code reviews. Users can now select between "Chill" and "Assertive" review tones to tailor feedback styles according to their preferences. The "Assertive" profile posts more comments and nitpicks the code more aggressively, while the "Chill" profile is more relaxed and posts fewer comments.

AST-based Instructions

CodeRabbit offers customizing reviews based on the Abstract Syntax Tree (AST) pattern matching. Read more about AST-based instructions in the documentation.

Community-driven AST-based Rules

We are kicking off a community-driven initiative to create and share AST-based rules. Users can now contribute their AST-based rules to detect security vulnerabilities, code smells, and anti-patterns. Please see the ast-grep-essentials repository for more information.

New Static Analysis Tools

We are continually expanding our support for static analysis tools. We have added support for biome, hadolint, and ast-grep. Update the settings in your .coderabbit.yaml file or head over to the settings page to enable or disable the tools you want to use.

Tone Settings

Users can now customize CodeRabbit to review code in the style of their favorite characters or personalities. Here are some of our favorite examples:

  • Mr. T: "You must talk like Mr. T in all your code reviews. I pity the fool who doesn't!"
  • Pirate: "Arr, matey! Ye must talk like a pirate in all yer code reviews. Yarrr!"
  • Snarky: "You must be snarky in all your code reviews. Snark, snark, snark!"

Revamped Settings Page

We have redesigned the settings page for a more intuitive layout, enabling users to find and adjust settings quickly. This change was long overdue; it not only improves the user experience but also allows our development team to add more settings in the future with ease. Going forward, the changes to .coderabbit.yaml will be reflected in the settings page, and vice versa.

Miscellaneous

  • Turn off free summarization: You can switch off free summarization of PRs opened by users not on a paid plan using the enable_free_tier setting.
  • Knowledge-base scope: You can now set the scope of the knowledge base to either the repository (local) or the organization (global) level using the knowledge_base setting. In addition, you can specify Jira project keys and Linear team keys to limit the knowledge base scope for those integrations.
  • High-level summary placement: You can now customize the location of the high-level summary in the PR description using the high_level_summary_placeholder setting (default @coderabbitai summary).
  • Revamped request changes workflow: You can now configure CodeRabbit to auto-approve or request changes on PRs based on the review feedback using the request_changes_workflow setting.

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 3

Review Details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits Files that changed from the base of the PR and between 73989e7 and c9990b3.
Files selected for processing (2)
  • src/features/ChatInput/ActionBar/Token/TokenProgress.tsx (1 hunks)
  • src/features/ChatInput/ActionBar/Token/TokenTag.tsx (4 hunks)
Additional comments not posted (5)
src/features/ChatInput/ActionBar/Token/TokenProgress.tsx (3)

7-12: LGTM! The TokenProgressItem interface is well-defined.


22-78: Review the TokenProgress component for best practices and performance.

  • The use of memo for performance optimization is appropriate.
  • The use of reduce for calculating the total is efficient.
  • Ensure that the data prop is properly memoized in the parent component to avoid unnecessary re-renders.

80-80: The export of TokenProgress is correctly implemented.

src/features/ChatInput/ActionBar/Token/TokenTag.tsx (2)

18-18: Correctly imported TokenProgress for use within this component.


Line range hint 61-122: Review the Popover component implementation for best practices and potential improvements.

  • The use of Popover instead of Tooltip aligns with the PR's objective to enhance the token tag popover style.
  • The dynamic generation of TokenProgress data is well-implemented.
  • Consider adding accessibility attributes to improve UX for all users.

Comment on lines +14 to +18
interface TokenProgressProps {
data: TokenProgressItem[];
showIcon?: boolean;
showTotal?: string;
}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider changing the type of showTotal from string to boolean.

- showTotal?: string;
+ showTotal?: boolean;

This change aligns with the typical usage of a boolean flag to control visibility, rather than using a string.


Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
interface TokenProgressProps {
data: TokenProgressItem[];
showIcon?: boolean;
showTotal?: string;
}
interface TokenProgressProps {
data: TokenProgressItem[];
showIcon?: boolean;
showTotal?: boolean;
}

showTotal?: string;
}

const format = (number: number) => numeral(number).format('0,0');
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tip

Codebase Verification

The format function in TokenProgress.tsx uses the numeral library to format numbers. However, there is no explicit handling of edge cases such as very large numbers or negative values in the provided code.

  • The format function is defined as:

    const format = (number: number) => numeral(number).format('0,0');
  • It is used in the following contexts:

    <div style={{ fontWeight: 500 }}>{format(item.value)}</div>
    <div style={{ fontWeight: 500 }}>{format(total)}</div>

To ensure robust number formatting, consider adding checks for edge cases within the format function.

Analysis chain

Ensure the format function handles edge cases for number formatting.

Scripts Executed

The following scripts were executed for the analysis:


Script:

#!/bin/bash
# Description: Verify that the `format` function handles edge cases like very large numbers or negative values.

# Test: Search for the function usage. Expect: Proper handling of edge cases.
rg --type typescript $'format'

Length of output: 64



Script:

#!/bin/bash
# Description: Verify that the `format` function handles edge cases like very large numbers or negative values.

# Test: Search for the function usage. Expect: Proper handling of edge cases.
rg --type ts 'format'

Length of output: 9755



Script:

#!/bin/bash
# Description: Extract relevant lines and surrounding context from TokenProgress.tsx to verify edge case handling in the format function.

# Extract lines around the format function definition and its usage.
rg --type ts --context 5 'const format = (number: number) => numeral(number).format' src/features/ChatInput/ActionBar/Token/TokenProgress.tsx

Length of output: 143



Script:

#!/bin/bash
# Description: Extract the entire content of TokenProgress.tsx to verify edge case handling in the format function.

# Extract the entire content of the file.
cat src/features/ChatInput/ActionBar/Token/TokenProgress.tsx

Length of output: 2411

Comment on lines 108 to 109
placement={'top'}
trigger={['hover', 'click']}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tip

Codebase Verification

Ensure that the trigger property of Popover is set appropriately for the user interaction model.

The trigger property settings for Popover components across the application are inconsistent. Here are the findings:

  • src/components/ManifestPreviewer/index.tsx: trigger={trigger}
  • src/features/ChatInput/ActionBar/Temperature.tsx: trigger={'click'}
  • src/features/ChatInput/ActionBar/History.tsx: trigger={'click'}
  • src/features/ChatInput/ActionBar/Token/TokenTag.tsx: trigger={['hover', 'click']}
  • src/features/User/UserPanel/index.tsx: trigger={['click']}
  • src/features/User/UserPanel/LangButton.tsx: trigger={['click', 'hover']}
  • src/features/User/UserPanel/ThemeButton.tsx: trigger={['click', 'hover']}

Please review these settings to ensure they align with the intended user interaction model.

Analysis chain

Ensure that the trigger property of Popover is set appropriately for the user interaction model.

Scripts Executed

The following scripts were executed for the analysis:


Script:

#!/bin/bash
# Description: Verify that the `trigger` property settings ('hover', 'click') are consistent with user interaction expectations across the application.

# Test: Search for other Popover uses in the application. Expect: Consistent trigger settings.
rg --type typescript $'Popover'

Length of output: 65



Script:

#!/bin/bash
# Description: Verify that the `trigger` property settings ('hover', 'click') are consistent with user interaction expectations across the application.

# Test: Search for other Popover uses in the application. Expect: Consistent trigger settings.
rg --type ts,tsx 'Popover'

Length of output: 57



Script:

#!/bin/bash
# Description: Verify that the `trigger` property settings ('hover', 'click') are consistent with user interaction expectations across the application.

# Test: Search for other Popover uses in the application. Expect: Consistent trigger settings.
rg --type-add 'ts:*.{ts,tsx}' --type ts 'Popover'

Length of output: 3663



Script:

#!/bin/bash
# Description: Extract the `trigger` property settings from identified Popover usages to verify consistency.

# Test: Extract `trigger` property settings from Popover components.
rg --type-add 'ts:*.{ts,tsx}' --type ts 'trigger={' src/features/User/UserPanel/LangButton.tsx src/features/User/UserPanel/index.tsx src/features/User/UserPanel/ThemeButton.tsx src/features/SyncStatusInspector/EnableSync.tsx src/features/SyncStatusInspector/DisableSync.tsx src/features/ChatInput/ActionBar/Token/TokenTag.tsx src/features/ChatInput/ActionBar/Temperature.tsx src/features/ChatInput/ActionBar/History.tsx src/components/ManifestPreviewer/index.tsx

Length of output: 546



Script:

#!/bin/bash
# Description: Extract the `trigger` property settings from identified Popover usages to verify consistency.

# Test: Extract `trigger` property settings from Popover components.
rg --type-add 'ts:*.{ts,tsx}' --type ts 'trigger=\{' src/features/User/UserPanel/LangButton.tsx src/features/User/UserPanel/index.tsx src/features/User/UserPanel/ThemeButton.tsx src/features/SyncStatusInspector/EnableSync.tsx src/features/SyncStatusInspector/DisableSync.tsx src/features/ChatInput/ActionBar/Token/TokenTag.tsx src/features/ChatInput/ActionBar/Temperature.tsx src/features/ChatInput/ActionBar/History.tsx src/components/ManifestPreviewer/index.tsx

Length of output: 984

@arvinxx
Copy link
Contributor

arvinxx commented May 24, 2024

image

我感觉这个数字没之前的好看。有点太像代码了

@canisminor1990
Copy link
Member Author

image 我感觉这个数字没之前的好看。有点太像代码了

主要想和 token tag 里的字体统一

@lobehubbot
Copy link
Member

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


image I feel that this number is not as good as before. A bit too much like code

Mainly want to unify it with the font in token tag

@arvinxx
Copy link
Contributor

arvinxx commented May 25, 2024

@canisminor1990 token tag用那个字体也不好看,看着像有衬线的

@lobehubbot
Copy link
Member

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


@canisminor1990 The token tag doesn’t look good with that font, it looks like serifs

@canisminor1990
Copy link
Member Author

@arvinxx

@lobehubbot
Copy link
Member

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


@arvinxx

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review Details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits Files that changed from the base of the PR and between c9990b3 and a4b7551.
Files selected for processing (37)
  • locales/ar/chat.json (1 hunks)
  • locales/ar/components.json (1 hunks)
  • locales/bg-BG/chat.json (1 hunks)
  • locales/bg-BG/components.json (1 hunks)
  • locales/de-DE/chat.json (1 hunks)
  • locales/de-DE/components.json (1 hunks)
  • locales/en-US/chat.json (1 hunks)
  • locales/en-US/components.json (1 hunks)
  • locales/es-ES/chat.json (1 hunks)
  • locales/es-ES/components.json (1 hunks)
  • locales/fr-FR/chat.json (1 hunks)
  • locales/fr-FR/components.json (1 hunks)
  • locales/it-IT/chat.json (1 hunks)
  • locales/it-IT/components.json (1 hunks)
  • locales/ja-JP/chat.json (1 hunks)
  • locales/ja-JP/components.json (1 hunks)
  • locales/ko-KR/chat.json (1 hunks)
  • locales/ko-KR/components.json (1 hunks)
  • locales/nl-NL/chat.json (1 hunks)
  • locales/nl-NL/components.json (1 hunks)
  • locales/pl-PL/chat.json (1 hunks)
  • locales/pl-PL/components.json (1 hunks)
  • locales/pt-BR/chat.json (1 hunks)
  • locales/pt-BR/components.json (1 hunks)
  • locales/ru-RU/chat.json (1 hunks)
  • locales/ru-RU/components.json (1 hunks)
  • locales/tr-TR/chat.json (1 hunks)
  • locales/tr-TR/components.json (1 hunks)
  • locales/vi-VN/chat.json (1 hunks)
  • locales/vi-VN/components.json (1 hunks)
  • locales/zh-CN/chat.json (1 hunks)
  • locales/zh-CN/components.json (1 hunks)
  • locales/zh-TW/chat.json (1 hunks)
  • locales/zh-TW/components.json (1 hunks)
  • src/features/ChatInput/ActionBar/Token/TokenProgress.tsx (1 hunks)
  • src/features/ChatInput/ActionBar/Token/TokenTag.tsx (4 hunks)
  • src/locales/default/chat.ts (1 hunks)
Files skipped from review due to trivial changes (32)
  • locales/ar/chat.json
  • locales/ar/components.json
  • locales/bg-BG/chat.json
  • locales/bg-BG/components.json
  • locales/de-DE/chat.json
  • locales/de-DE/components.json
  • locales/en-US/chat.json
  • locales/en-US/components.json
  • locales/es-ES/chat.json
  • locales/fr-FR/chat.json
  • locales/fr-FR/components.json
  • locales/it-IT/chat.json
  • locales/it-IT/components.json
  • locales/ja-JP/chat.json
  • locales/ja-JP/components.json
  • locales/ko-KR/chat.json
  • locales/ko-KR/components.json
  • locales/nl-NL/chat.json
  • locales/nl-NL/components.json
  • locales/pl-PL/chat.json
  • locales/pl-PL/components.json
  • locales/ru-RU/chat.json
  • locales/ru-RU/components.json
  • locales/tr-TR/chat.json
  • locales/tr-TR/components.json
  • locales/vi-VN/chat.json
  • locales/vi-VN/components.json
  • locales/zh-CN/chat.json
  • locales/zh-TW/chat.json
  • locales/zh-TW/components.json
  • src/features/ChatInput/ActionBar/Token/TokenTag.tsx
  • src/locales/default/chat.ts
Files skipped from review as they are similar to previous changes (1)
  • src/features/ChatInput/ActionBar/Token/TokenProgress.tsx
Additional comments not posted (4)
locales/zh-CN/components.json (1)

9-10: The added localization strings are consistent and correctly formatted.

locales/es-ES/components.json (1)

9-10: The added localization strings are consistent and correctly formatted.

locales/pt-BR/components.json (1)

9-10: The added localization strings are consistent and correctly formatted.

locales/pt-BR/chat.json (1)

87-87: The added localization strings are consistent and correctly formatted.

Copy link
Contributor

@arvinxx arvinxx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@arvinxx arvinxx merged commit 7635129 into main May 25, 2024
10 checks passed
@arvinxx arvinxx deleted the style/update-token-tag branch May 25, 2024 13:44
@lobehubbot
Copy link
Member

❤️ Great PR @canisminor1990 ❤️

The growth of project is inseparable from user feedback and contribution, thanks for your contribution! If you are interesting with the lobehub developer community, please join our discord and then dm @arvinxx or @canisminor1990. They will invite you to our private developer channel. We are talking about the lobe-chat development or sharing ai newsletter around the world.
项目的成长离不开用户反馈和贡献,感谢您的贡献! 如果您对 LobeHub 开发者社区感兴趣,请加入我们的 discord,然后私信 @arvinxx@canisminor1990。他们会邀请您加入我们的私密开发者频道。我们将会讨论关于 Lobe Chat 的开发,分享和讨论全球范围内的 AI 消息。

github-actions bot pushed a commit that referenced this pull request May 25, 2024
### [Version&nbsp;0.161.19](v0.161.18...v0.161.19)
<sup>Released on **2024-05-25**</sup>

#### 💄 Styles

- **misc**: Update token tag popover style.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### Styles

* **misc**: Update token tag popover style, closes [#2631](#2631) ([7635129](7635129))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
@lobehubbot
Copy link
Member

🎉 This PR is included in version 0.161.19 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit to bentwnghk/lobe-chat that referenced this pull request May 25, 2024
### [Version&nbsp;1.41.10](v1.41.9...v1.41.10)
<sup>Released on **2024-05-25**</sup>

#### 🐛 Bug Fixes

- **misc**: Fix aws log.

#### 💄 Styles

- **misc**: Update token tag popover style.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's fixed

* **misc**: Fix aws log ([58f3ed1](58f3ed1))

#### Styles

* **misc**: Update token tag popover style, closes [lobehub#2631](https://github.com/bentwnghk/lobe-chat/issues/2631) ([7635129](7635129))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
ipoly pushed a commit to ipoly/lobe-chat that referenced this pull request Jul 29, 2024
* 💄 style: Update token tag popover style

* 💄 style: Fix empty status

* 💄 style: Fix width

* 💄 style: Change num font family

* 💄 style: Add title

* 💄 style: Change fontfamily
ipoly pushed a commit to ipoly/lobe-chat that referenced this pull request Jul 29, 2024
### [Version&nbsp;0.161.19](lobehub/lobe-chat@v0.161.18...v0.161.19)
<sup>Released on **2024-05-25**</sup>

#### 💄 Styles

- **misc**: Update token tag popover style.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### Styles

* **misc**: Update token tag popover style, closes [lobehub#2631](lobehub#2631) ([7635129](lobehub@7635129))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants