-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
chore: Updating the settings icon throughout the product #37330
Conversation
…o chore/update-settings-icon
WalkthroughThe changes made in this pull request primarily involve updating the Changes
Assessment against linked issues
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
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? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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 using PR comments)
Other keywords and placeholders
Documentation and Community
|
/build-deploy-preview skip-tests=true |
Deploying Your Preview: https://github.com/appsmithorg/appsmith/actions/runs/11792534401. |
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.
Actionable comments posted: 2
🧹 Outside diff range and nitpick comments (1)
app/client/src/ce/pages/AdminSettings/config/general.tsx (1)
Line range hint
132-133
: Remove eslint-disable commentConsider fixing the TypeScript type instead of using eslint-disable.
- // TODO: Fix this the next time the file is edited - // eslint-disable-next-line @typescript-eslint/no-explicit-any + parse: (value: { value: string; additionalData?: string }) => {
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
⛔ Files ignored due to path filters (1)
app/client/packages/design-system/ads/src/__assets__/icons/ads/settings-v3-icon.svg
is excluded by!**/*.svg
📒 Files selected for processing (11)
app/client/packages/dsl/src/migrate/helpers/widget-configs.json
(2 hunks)app/client/src/IDE/Components/ToolbarSettingsPopover.tsx
(1 hunks)app/client/src/ce/pages/AdminSettings/config/general.tsx
(1 hunks)app/client/src/ce/pages/Applications/WorkspaceMenu.tsx
(1 hunks)app/client/src/components/propertyControls/DraggableListCard.tsx
(1 hunks)app/client/src/modules/ui-builder/ui/wds/WDSMenuButtonWidget/config/propertyPaneConfig/contentConfig.ts
(1 hunks)app/client/src/pages/Editor/AppSettingsPane/AppSettings/index.tsx
(1 hunks)app/client/src/pages/Editor/gitSync/QuickGitActions/index.tsx
(1 hunks)app/client/src/pages/Editor/gitSync/components/GitChangesList/StaticChange.tsx
(1 hunks)app/client/src/widgets/MenuButtonWidget/widget/propertyConfig/contentConfig.ts
(1 hunks)app/client/src/widgets/TableWidgetV2/widget/propertyConfig/PanelConfig/Basic.ts
(1 hunks)
✅ Files skipped from review due to trivial changes (8)
- app/client/packages/dsl/src/migrate/helpers/widget-configs.json
- app/client/src/IDE/Components/ToolbarSettingsPopover.tsx
- app/client/src/ce/pages/Applications/WorkspaceMenu.tsx
- app/client/src/components/propertyControls/DraggableListCard.tsx
- app/client/src/modules/ui-builder/ui/wds/WDSMenuButtonWidget/config/propertyPaneConfig/contentConfig.ts
- app/client/src/pages/Editor/gitSync/QuickGitActions/index.tsx
- app/client/src/widgets/MenuButtonWidget/widget/propertyConfig/contentConfig.ts
- app/client/src/widgets/TableWidgetV2/widget/propertyConfig/PanelConfig/Basic.ts
🔇 Additional comments (2)
app/client/src/ce/pages/AdminSettings/config/general.tsx (2)
184-184
: LGTM: Icon update aligns with design requirements
The icon change from "settings-2-line" to "settings-v3" matches the PR objective.
Line range hint 134-139
: Verify localStorage usage in SSR context
The use of localStorage directly might cause issues during server-side rendering. Let's verify if this component is only rendered client-side.
app/client/src/pages/Editor/gitSync/components/GitChangesList/StaticChange.tsx
Show resolved
Hide resolved
Deploy-Preview-URL: https://ce-37330.dp.appsmith.com |
/build-deploy-preview skip-tests=true recreate=true |
Deploying Your Preview: https://github.com/appsmithorg/appsmith/actions/runs/11792769178. |
Deploy-Preview-URL: https://ce-37330.dp.appsmith.com |
/build-deploy-preview skip-tests=true |
Deploying Your Preview: https://github.com/appsmithorg/appsmith/actions/runs/11796228172. |
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.
Actionable comments posted: 1
Deploy-Preview-URL: https://ce-37330.dp.appsmith.com |
Description
Updating the settings icon throughout the product to use the below icon:
https://www.figma.com/design/8L9BXMzNTKboGWlHpdXyYP/Appsmith-IDE?node-id=33-3546&t=qpptzxhkWatrFIn1-4
Fixes #37248
Automation
/ok-to-test tags="@tag.Sanity"
🔍 Cypress test results
Tip
🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/11796204902
Commit: 0e57343
Cypress dashboard.
Tags:
@tag.Sanity
Spec:
Tue, 12 Nov 2024 12:12:33 UTC
Communication
Should the DevRel and Marketing teams inform users about this change?
Summary by CodeRabbit
New Features
Bug Fixes
Documentation
Chores