multiwoven
multiwoven copied to clipboard
fix: dashboard sidebar responsiveness
Description
Fixed the Dashboard SideBar Responsiveness issue
https://github.com/Multiwoven/multiwoven/assets/52673659/0566ed7d-ee4e-4657-a89a-f4656ffc8d84
Related Issue
Relates to issue #101 - 'Fixed Dashboard SideBar Responsiveness issue'
Type of Change
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] New Connector (Destination or Source Connector)
- [ ] Breaking change (fix or feature that would impact existing functionality)
- [ ] Styling change
- [ ] Documentation update
- [ ] Refactoring
- [ ] Chore
How Has This Been Tested?
- Login to the Dashboard.
- Check the UI of Dashboard in different screen sizes to see the issue fix.
Checklist:
- [x] Ensure a branch name is prefixed with
feature,bugfix,hotfix,release,styleorchorefollowed by/and branch name e.gfeature/add-salesforce-connector - [ ] Added unit tests for the changes made (if required)
- [x] Have you made sure the commit messages meets the guidelines?
- [x] Added relevant screenshots for the changes
- [x] Have you tested the changes on local/staging?
- [ ] Added the new connector in rollout.rb
- [ ] Have you updated the version number of the gem?
- [ ] Have you ensured that your changes for new connector are documented in the docs repo or relevant documentation files?
- [ ] Have you updated the run time dependency in multiwoven-integrations.gemspec if new gems are added
- [x] Have you made sure the code you have written follows the best practises to the best of your knowledge?