alex
alex
Hi @fracasso! Thanks for your contribution. We left some comments that need to be fixed before the merge.
Seems like the problem is .rdg-cell-resizable::after pseudo-element. The cursor: col-resize works fine in safari if it is applied to the div.
@miltonchirinos44 Please provide more information about the issue. What are you trying to achieve and what difficulties you are facing?
Hi! Could you please explain what do you want to add exactly?
@miltonchirinos44 Seems like what you are looking for is already implemented. It's called [Query Manager](https://github.com/dbeaver/cloudbeaver/wiki/Query-Manager) and is available in the CloudBeaver Enterprise Edition. But if you want to implement it...
@miltonchirinos44 You need to inject the ```MainMenuService``` service via dependency injection pattern as shown in the picture below. Here is a link of the implementation of the ```LogViewer``` plugin where...
@miltonchirinos44 We've already provided you a simple example of using Bootstrap and Services. Please take a look https://github.com/dbeaver/cloudbeaver/tree/devel/webapp/packages/plugin-log-viewer You can describe what your service suppose to do and we will...
@DerGrumpf Thanks for your suggestion but I am not sure that the problem is our instruction. Could you provide any logs of your build process?
Hi @miltonchirinos44! We use VS Code for the front-end development and IntelliJ IDEA for the back-end development.
@miltonchirinos44 To run and debug the frontend in visual studio code you need to open the CloudBeaver project in vs code, run backend, run frontend by executing the following command...