Refactor d2bridge.css for improved layout and transitions#12
Refactor d2bridge.css for improved layout and transitions#12kabiri wants to merge 9 commits intod2bridge:mainfrom
Conversation
Fixing the vertical menu, the hamburger button, and the main layout for right-to-left (RTL) pages.
Removed collapsed margin for the side menu in CSS.
Added JavaScript to close sidebar when clicking outside of it.
|
Added JavaScript to close sidebar when clicking outside of it. |
New res file for RTL
Fix REST API Server Config
alissonsuart
left a comment
There was a problem hiding this comment.
Hello,
When testing your request, there was a failure in generating a new project. I will explain the step-by-step process I followed.
After running the d2bridge wizard installer, the new folder was correctly set as the main folder.
I started a new D2Bridge project, without logging in. After all the simple execution steps, it does not start the application. A direct error occurs, described below:
'{ProjectGUID}' is not a valid GUID value
I checked. There was no issue in the system. In my branch, the necessary changes were also present in the file Beta/Wizard/Package/Commom/D2Bridge.NewProject.Wizard.Common.pas. I’m not sure how I can verify whether those changes are included in the pull request or not. |
Fixing the vertical menu, the hamburger button, and the main layout for right-to-left (RTL) pages.