You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixessajjadmrx#18
Add shadow to the widget similar to MacOS widgets.
* **src/arzChand/app.arzChand.tsx**
- Add `boxShadow` property to the main container's style to apply a shadow to the entire widget.
* **src/setting/pages/arzChand/arzChand.setting.tsx**
- Add a `Checkbox` component for enabling/disabling the shadow.
- Update the `setSettingValue` function to handle the new shadow setting.
- Update the `applyChanges` function to include the new shadow setting.
* **src/arzChand/component/currency.component.tsx**
- Add state variables for `isTransparent` and `shadow`.
- Add a `MutationObserver` to update `isTransparent` state based on body class changes.
- Add an event listener for `updated-setting` to update the `shadow` state.
- Apply the shadow setting to the currency items using inline styles.
Please add shadow (like MacOS widgets)
✔️ Expected Behavior
❌ Actual Behavior
The text was updated successfully, but these errors were encountered: