You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/03/30 08:28:32 UTC

[GitHub] [dolphinscheduler] BoYiZhang opened a new issue #9282: [Bug] [UI] Dev branch, the navigation bar of the front page is not fully displayed

BoYiZhang opened a new issue #9282:
URL: https://github.com/apache/dolphinscheduler/issues/9282


   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   
   Dev branch, the navigation bar of the front page is not fully displayed
   
   ![image](https://user-images.githubusercontent.com/39816903/160786451-34c39412-9ba9-473c-a375-cda3a5d5338a.png)
   
   
   ### What you expected to happen
   
   The navigation bar is displayed normally
   
   ### How to reproduce
   
   Change the display mode, and some functions support hiding
   
   ### Anything else
   
   nothing
   
   ### Version
   
   dev
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] czeming commented on issue #9282: [Bug] [UI] Dev branch, the navigation bar of the front page is not fully displayed

Posted by GitBox <gi...@apache.org>.
czeming commented on issue #9282:
URL: https://github.com/apache/dolphinscheduler/issues/9282#issuecomment-1086571684


   > ### Search before asking
   > * [x]  I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
   > 
   > ### What happened
   > Dev branch, the navigation bar of the front page is not fully displayed
   > 
   > ![image](https://user-images.githubusercontent.com/39816903/160786451-34c39412-9ba9-473c-a375-cda3a5d5338a.png)
   > 
   > ### What you expected to happen
   > The navigation bar is displayed normally
   > 
   > ### How to reproduce
   > Change the display mode, and some functions support hiding
   > 
   > ### Anything else
   > nothing
   > 
   > ### Version
   > dev
   > 
   > ### Are you willing to submit PR?
   > * [ ]  Yes I am willing to submit a PR!
   > 
   > ### Code of Conduct
   > * [x]  I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   
   I hope I can help you solve this problem, but I think it should be caused by the difference of display screen.
   The pixel critical point that triggers the problem is `1476px / 1477px`.
   
   `body.width<=1476px`
   ![](https://s2.loli.net/2022/04/02/z43rXYpNoiAuydl.png)
   
   `body.width>=1477px`
   ![](https://s2.loli.net/2022/04/02/AntVscIbefGgFM3.png)
   
   or you want a responsive layout, where the extra navigation bar is hidden into more buttons when the screen width is not enough (it may involve the design style of dolphin scheduler).
   
   
   Here are three possible approaches:
   
   1. Maintain the status quo
   
   2. Agreed minimum compatible resolution value
   
   3. Responsive layout, that is, more buttons mentioned above. When the mouse moves to more, the hidden navigation menu will be displayed, but it needs to be discussed clearly how to display the above navigation bar when jumping to the corresponding interface of the hidden navigation. If it is still hidden, the page will look disconnected from the navigation. (not recommended)
   
   @songjianet 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #9282: [Bug] [UI] Dev branch, the navigation bar of the front page is not fully displayed

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #9282:
URL: https://github.com/apache/dolphinscheduler/issues/9282#issuecomment-1082785380


   Hi:
   * Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
   * In order for us to understand your request as soon as possible, please provide detailed information、version or pictures.
   * If you haven't received a reply for a long time, you can subscribe to the developer's email,Mail subscription steps reference https://dolphinscheduler.apache.org/en-us/community/development/subscribe.html ,Then write the issue URL in the email content and send question to dev@dolphinscheduler.apache.org.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] caishunfeng commented on issue #9282: [Bug] [UI] Dev branch, the navigation bar of the front page is not fully displayed

Posted by GitBox <gi...@apache.org>.
caishunfeng commented on issue #9282:
URL: https://github.com/apache/dolphinscheduler/issues/9282#issuecomment-1085306423


   PTAL @songjianet 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] EricGao888 commented on issue #9282: [Bug] [UI] Dev branch, the navigation bar of the front page is not fully displayed

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on issue #9282:
URL: https://github.com/apache/dolphinscheduler/issues/9282#issuecomment-1086571051


   > PTAL @songjianet
   
   @caishunfeng @BoYiZhang I think this issue has been fixed by https://github.com/apache/dolphinscheduler/pull/9264
   
   I just double-checked the dev branch code. It looked good. 
   ![image](https://user-images.githubusercontent.com/34905992/161371557-7a6598ba-ac71-479a-a85c-925840f2ae38.png)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org