-
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: remove name sorting option and fix asc/desc in sorting #1179
feat: remove name sorting option and fix asc/desc in sorting #1179
Conversation
📦 Next.js Bundle Analysis for instillai-consoleThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
@thewbuk Please take a look the c3b59cb The key takeaways are
|
📦 Next.js Bundle Analysis for instillai-consoleThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
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.
LGTM
🤖 I have created a release *beep* *boop* --- <details><summary>0.47.2-beta</summary> ## [0.47.2-beta](v0.47.1-beta...v0.47.2-beta) (2024-05-28) ### Bug Fixes * fix deps alerts and zod denial issue ([#1184](#1184)) ([3db9a78](3db9a78)) </details> <details><summary>@instill-ai/design-system: 0.69.2</summary> ## [0.69.2](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.69.1...@instill-ai/design-system-v0.69.2) (2024-05-28) ### Bug Fixes * fix deps alerts and zod denial issue ([#1184](#1184)) ([3db9a78](3db9a78)) </details> <details><summary>@instill-ai/design-tokens: 0.5.4</summary> ## [0.5.4](https://github.com/instill-ai/console/compare/@instill-ai/design-tokens-v0.5.3...@instill-ai/design-tokens-v0.5.4) (2024-05-28) ### Bug Fixes * fix deps alerts and zod denial issue ([#1184](#1184)) ([3db9a78](3db9a78)) </details> <details><summary>@instill-ai/toolkit: 0.92.0</summary> ## [0.92.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.91.4...@instill-ai/toolkit-v0.92.0) (2024-05-28) ### Features * **auto-gen-form:** accept image field in the auto-gen-form ([#1182](#1182)) ([121c570](121c570)) * remove name sorting option and fix asc/desc in sorting ([#1179](#1179)) ([1cf38ae](1cf38ae)) ### Bug Fixes * fix deps alerts and zod denial issue ([#1184](#1184)) ([3db9a78](3db9a78)) * **organization:** update UploadAvatarFieldWithCrop component to accept title props ([#1176](#1176)) ([940ec3a](940ec3a)) </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 - Remove name sort option - Choosing Ascending sends Descending to the backend and vice versa. This is a workaround to be discussed --------- Co-authored-by: EiffelFly <57251712+EiffelFly@users.noreply.github.com>
🤖 I have created a release *beep* *boop* --- <details><summary>0.47.2-beta</summary> ## [0.47.2-beta](v0.47.1-beta...v0.47.2-beta) (2024-05-28) ### Bug Fixes * fix deps alerts and zod denial issue ([#1184](#1184)) ([3db9a78](3db9a78)) </details> <details><summary>@instill-ai/design-system: 0.69.2</summary> ## [0.69.2](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.69.1...@instill-ai/design-system-v0.69.2) (2024-05-28) ### Bug Fixes * fix deps alerts and zod denial issue ([#1184](#1184)) ([3db9a78](3db9a78)) </details> <details><summary>@instill-ai/design-tokens: 0.5.4</summary> ## [0.5.4](https://github.com/instill-ai/console/compare/@instill-ai/design-tokens-v0.5.3...@instill-ai/design-tokens-v0.5.4) (2024-05-28) ### Bug Fixes * fix deps alerts and zod denial issue ([#1184](#1184)) ([3db9a78](3db9a78)) </details> <details><summary>@instill-ai/toolkit: 0.92.0</summary> ## [0.92.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.91.4...@instill-ai/toolkit-v0.92.0) (2024-05-28) ### Features * **auto-gen-form:** accept image field in the auto-gen-form ([#1182](#1182)) ([121c570](121c570)) * remove name sorting option and fix asc/desc in sorting ([#1179](#1179)) ([1cf38ae](1cf38ae)) ### Bug Fixes * fix deps alerts and zod denial issue ([#1184](#1184)) ([3db9a78](3db9a78)) * **organization:** update UploadAvatarFieldWithCrop component to accept title props ([#1176](#1176)) ([940ec3a](940ec3a)) </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