-
Notifications
You must be signed in to change notification settings - Fork 10
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
feat: automatically download icons #1551
feat: automatically download icons #1551
Conversation
📦 Next.js Bundle Analysis for instillai-consoleThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
Page | Size (compressed) |
---|---|
global |
77.65 KB (🟢 16 B) |
Details
The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.
Any third party scripts you have added directly to your app using the <script>
tag are not accounted for in this analysis
If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!
🤖 I have created a release *beep* *boop* --- <details><summary>0.60.0-beta</summary> ## [0.60.0-beta](v0.59.2-beta...v0.60.0-beta) (2024-10-22) ### Features * automatically download icons ([#1551](#1551)) ([02c7223](02c7223)) * support Slack OAuth integration ([#1534](#1534)) ([0a4da01](0a4da01)) * unify retry option of react-query, clean up metabase issue and browserlist ([#1536](#1536)) ([057d4af](057d4af)) ### Bug Fixes * **editor:** fix can't construct multiple edges to multiple components from single component ([#1547](#1547)) ([7ef2795](7ef2795)) * fix download component icon script to fallback invalid version ([#1553](#1553)) ([0416a7c](0416a7c)) * fix onboarding form e2e ([#1545](#1545)) ([e630cb0](e630cb0)) * refactor onboarding form and align topdown and profile page with cloud ([#1538](#1538)) ([e955b44](e955b44)) </details> <details><summary>@instill-ai/design-system: 0.82.0</summary> ## [0.82.0](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.81.0...@instill-ai/design-system-v0.82.0) (2024-10-22) ### Features * put back image input preview, clean up ([#1546](#1546)) ([9a65578](9a65578)) </details> <details><summary>@instill-ai/design-tokens: 0.8.0</summary> ## [0.8.0](https://github.com/instill-ai/console/compare/@instill-ai/design-tokens-v0.7.1...@instill-ai/design-tokens-v0.8.0) (2024-10-22) ### Features * automatically download icons ([#1551](#1551)) ([02c7223](02c7223)) </details> <details><summary>@instill-ai/toolkit: 0.108.0</summary> ## [0.108.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.107.0...@instill-ai/toolkit-v0.108.0) (2024-10-22) ### Features * added model tags ([#1554](#1554)) ([19326e7](19326e7)) * **application:** add ifAll to listMessages ([#1550](#1550)) ([9e87490](9e87490)) * automatically download icons ([#1551](#1551)) ([02c7223](02c7223)) * client cookie management functions ([#1540](#1540)) ([faaab42](faaab42)) * dynamically update model UI state on run ([#1539](#1539)) ([a39c7b5](a39c7b5)) * enable instill-app component in recipe validation ([#1552](#1552)) ([788231e](788231e)) * only allow users to manually add pipeline tags in lowercase ([#1544](#1544)) ([7d78d4e](7d78d4e)) * put back image input preview, clean up ([#1546](#1546)) ([9a65578](9a65578)) * support Slack OAuth integration ([#1534](#1534)) ([0a4da01](0a4da01)) * unify retry option of react-query, clean up metabase issue and browserlist ([#1536](#1536)) ([057d4af](057d4af)) ### Bug Fixes * **application:** fix streaming ([#1535](#1535)) ([e128e78](e128e78)) * **editor:** fix can't construct multiple edges to multiple components from single component ([#1547](#1547)) ([7ef2795](7ef2795)) * fix console wrongly parse the JSON object ([#1556](#1556)) ([c1ddb34](c1ddb34)) * fix onboarding form e2e ([#1545](#1545)) ([e630cb0](e630cb0)) * fix sdk didn't add oAuthAccessDetails and scopes into the payload ([#1548](#1548)) ([05235a5](05235a5)) * fixed SDK Model type ([#1555](#1555)) ([1c0d30e](1c0d30e)) * refactor onboarding form and align topdown and profile page with cloud ([#1538](#1538)) ([e955b44](e955b44)) * reset playground i/o data on namespace change ([#1543](#1543)) ([de2ae66](de2ae66)) </details> <details><summary>instill-sdk: 0.9.0</summary> ## [0.9.0](instill-sdk-v0.8.0...instill-sdk-v0.9.0) (2024-10-22) ### Features * **application:** add ifAll to listMessages ([#1550](#1550)) ([9e87490](9e87490)) * put back image input preview, clean up ([#1546](#1546)) ([9a65578](9a65578)) ### Bug Fixes * **application:** fix streaming ([#1535](#1535)) ([e128e78](e128e78)) * fix sdk didn't add oAuthAccessDetails and scopes into the payload ([#1548](#1548)) ([05235a5](05235a5)) * fixed SDK Model type ([#1555](#1555)) ([1c0d30e](1c0d30e)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Because
This commit