Abhyudaya Sharma

Results 21 comments of Abhyudaya Sharma

Also, please ignore the failing build. This is a problem with ci.jenkins.io, not with the pull request.

At the moment, React appears to be working from the configuration page. ![image](https://user-images.githubusercontent.com/11471599/82813885-a0a93600-9eb3-11ea-8f08-192d89247813.png) The JavaScript for this is generated by Webpack and converted to a single minified JS file which...

I'm using the [Material UI](https://material-ui.com/) as it looks promising. Has a lot of components that we can use in this plugin. Also, the AuthorizationStrategy can now be accessed from inside...

> Tabs look interesting, I wouldn't have the header colour though That's just the default color that comes with the library. They have a palette customization option: https://material-ui.com/customization/palette/ If there's...

Thanks @fqueiruga ! > * I would suggest using react hooks instead of class components. It's more future-proof and easier to use. I can help you out with this if...

I tried using react-bootstrap with Bootstrap 4 but the CSS conflicts with that exported by Jenkins. Will have to look for something else.

> > I tried using react-bootstrap with Bootstrap 4 but the CSS conflicts with that exported by Jenkins. Will have to look for something else. > > there's a flag...

> Is it ok if I pick up work on this? I don't have much experience with Java, but I know js/ts and React pretty well and I think a...

> I did a trial run and did get it up and running and made a small demo front-end design. I am tempted to update some dependencies on the node...

> I noticed issues with my default system node versions not matching the repository's (which is quite common) and I do use version managers for node, so it it ok...