You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by GitBox <gi...@apache.org> on 2022/06/21 15:41:42 UTC

[GitHub] [incubator-shenyu-dashboard] erdengk opened a new issue, #208: [BUG]Front-end components may have bugs

erdengk opened a new issue, #208:
URL: https://github.com/apache/incubator-shenyu-dashboard/issues/208

   It would be better if these display problems could be improved.
   
   <img width="1060" alt="image" src="https://user-images.githubusercontent.com/37730787/174841236-e0618b96-d8fe-4d1c-9e47-f70ea9188341.png">
   
   <img width="1152" alt="image" src="https://user-images.githubusercontent.com/37730787/174840758-e6980907-a92b-4ca9-8266-dced9af8ffeb.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: notifications-unsubscribe@shenyu.apache.org.apache.org

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


[GitHub] [shenyu-dashboard] erdengk commented on issue #208: [BUG]Front-end components may have bugs

Posted by GitBox <gi...@apache.org>.
erdengk commented on issue #208:
URL: https://github.com/apache/shenyu-dashboard/issues/208#issuecomment-1207399429

   @dengliming 
   yes
   <img width="486" alt="image" src="https://user-images.githubusercontent.com/37730787/183290913-b5d97166-f784-4ae8-879b-a4f63d0f8b1c.png">
   
   
   100.0.4896.88(正式版本) (arm64)
   


-- 
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: notifications-unsubscribe@shenyu.apache.org

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


[GitHub] [shenyu-dashboard] erdengk closed issue #208: [BUG]Front-end components may have bugs

Posted by GitBox <gi...@apache.org>.
erdengk closed issue #208: [BUG]Front-end components may have bugs
URL: https://github.com/apache/shenyu-dashboard/issues/208


-- 
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: notifications-unsubscribe@shenyu.apache.org

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


[GitHub] [shenyu-dashboard] Leridy commented on issue #208: [BUG]Front-end components may have bugs

Posted by GitBox <gi...@apache.org>.
Leridy commented on issue #208:
URL: https://github.com/apache/shenyu-dashboard/issues/208#issuecomment-1218233676

   ![DEMO 1](https://user-images.githubusercontent.com/12772584/185190136-46ebcf5e-d78f-4eeb-82d1-f16b8ed02e67.png)
   ![DEMO 2](https://user-images.githubusercontent.com/12772584/185190656-4197ba65-06f2-4f39-a767-dc6f4adc82c2.png)
   ![Minimum DEMO](https://user-images.githubusercontent.com/12772584/185190923-10cdea1a-948f-4c80-b79c-6afbc0981fe5.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: notifications-unsubscribe@shenyu.apache.org

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


[GitHub] [incubator-shenyu-dashboard] dengliming commented on issue #208: [BUG]Front-end components may have bugs

Posted by GitBox <gi...@apache.org>.
dengliming commented on issue #208:
URL: https://github.com/apache/incubator-shenyu-dashboard/issues/208#issuecomment-1188966006

   @daiwenyu Can you help to cc?


-- 
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: notifications-unsubscribe@shenyu.apache.org

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


[GitHub] [shenyu-dashboard] erdengk commented on issue #208: [BUG]Front-end components may have bugs

Posted by GitBox <gi...@apache.org>.
erdengk commented on issue #208:
URL: https://github.com/apache/shenyu-dashboard/issues/208#issuecomment-1219037913

   @Leridy  good job


-- 
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: notifications-unsubscribe@shenyu.apache.org

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


[GitHub] [shenyu-dashboard] dengliming commented on issue #208: [BUG]Front-end components may have bugs

Posted by GitBox <gi...@apache.org>.
dengliming commented on issue #208:
URL: https://github.com/apache/shenyu-dashboard/issues/208#issuecomment-1216654129

   @Leridy The fastest way is run as docker.
   
   > docker pull apache/shenyu-admin
   > docker network create shenyu
   > docker run -d -p 9095:9095 --net shenyu apache/shenyu-admin


-- 
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: notifications-unsubscribe@shenyu.apache.org

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


[GitHub] [shenyu-dashboard] Leridy commented on issue #208: [BUG]Front-end components may have bugs

Posted by GitBox <gi...@apache.org>.
Leridy commented on issue #208:
URL: https://github.com/apache/shenyu-dashboard/issues/208#issuecomment-1216649894

   The problem is probably caused by the small browser window.
   The width of form modal is not an absolute value which depends on width of browser window ,
   So I'd like to assign a absolute value of width for this modal to resolve this problem
   
   first of all, I'll figure out how to run a shenyu backend project. It will take some time   😄 


-- 
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: notifications-unsubscribe@shenyu.apache.org

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


[GitHub] [shenyu-dashboard] dengliming commented on issue #208: [BUG]Front-end components may have bugs

Posted by GitBox <gi...@apache.org>.
dengliming commented on issue #208:
URL: https://github.com/apache/shenyu-dashboard/issues/208#issuecomment-1207370984

   @erdengk Could you provide your browser and version?


-- 
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: notifications-unsubscribe@shenyu.apache.org

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


[GitHub] [shenyu-dashboard] Leridy commented on issue #208: [BUG]Front-end components may have bugs

Posted by GitBox <gi...@apache.org>.
Leridy commented on issue #208:
URL: https://github.com/apache/shenyu-dashboard/issues/208#issuecomment-1218240404

   @erdengk
   Referring to the past development experience and the actual code structure, I made the responsive width form effect shown in the figure above. It is compatible with more extreme browser widths


-- 
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: notifications-unsubscribe@shenyu.apache.org

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


[GitHub] [shenyu-dashboard] tydhot commented on issue #208: [BUG]Front-end components may have bugs

Posted by GitBox <gi...@apache.org>.
tydhot commented on issue #208:
URL: https://github.com/apache/shenyu-dashboard/issues/208#issuecomment-1216609395

   @Leridy check this plz 
   


-- 
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: notifications-unsubscribe@shenyu.apache.org

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


[GitHub] [shenyu-dashboard] Leridy commented on issue #208: [BUG]Front-end components may have bugs

Posted by GitBox <gi...@apache.org>.
Leridy commented on issue #208:
URL: https://github.com/apache/shenyu-dashboard/issues/208#issuecomment-1216612544

   > @Leridy check this plz
   
   Let me c c


-- 
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: notifications-unsubscribe@shenyu.apache.org

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


[GitHub] [shenyu-dashboard] Leridy commented on issue #208: [BUG]Front-end components may have bugs

Posted by GitBox <gi...@apache.org>.
Leridy commented on issue #208:
URL: https://github.com/apache/shenyu-dashboard/issues/208#issuecomment-1216678095

   OK, Let me try try


-- 
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: notifications-unsubscribe@shenyu.apache.org

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