Commit Graph

10 Commits

Author SHA1 Message Date
Konstantin Schaper
d5e5490b53 Add new overlay ui module with tooltip component
Our current tooltip component has been causing ui glitches for over a year now because it did not use react portal to render the tooltip content outside the react render tree which interfered with html/css. The new component is based on a fully accessible component by radix-ui. The styling, for now, has been kept from the original tooltip.

Committed-by: Eduard Heimbuch <eduard.heimbuch@cloudogu.com>
2023-01-16 13:37:52 +01:00
Eduard Heimbuch
ac419daa3f Add ConfigurationAdapterBase and extension points for trash bin
Adds the new abstract class ConfigurationAdapterBase to simplify the creation of global configuration views. In addition there is some cleanup, interfaces and extension points for the repository trash bin plugin.

Committed-by: Eduard Heimbuch <eduard.heimbuch@cloudogu.com>
Co-authored-by: Eduard Heimbuch <eduard.heimbuch@cloudogu.com>
Co-authored-by: René Pfeuffer <rene.pfeuffer@cloudogu.com>
Co-authored-by: Konstantin Schaper <konstantin.schaper@cloudogu.com>
2023-01-13 13:08:51 +01:00
Sebastian Sdorra
5172fdb27d Treat every scm-manager plugin as external dependency 2020-10-13 16:43:56 +02:00
Florian Scholdei
f1b34eb502 Changeover to MIT license (#1066)
* prepare license-maven-plugin for license migration
* added license mapping for tsx files and added some more excludes
* Changeover to MIT license
* Fix build problems
* Delete old remaining licenses
* Add more exclude path for license checker
* Rename included netbeans license, add exclude .m2/repository/
* Specify .m2 exclude because not only repository/, also wrapper/ must match
* Add .cache/ exclude for license check
* Modify formatting of license in java classes to comply with convention and IDE
* Add IntelliJ documentation for license configuration
* Update CHANGELOG.md
* Exclude tmp/workspace/ dir for license check
* Edit README.md

Co-authored-by: Sebastian Sdorra <sebastian.sdorra@cloudogu.com>
2020-03-23 15:35:58 +01:00
Sebastian Sdorra
6e59a654a6 reduce massive webpack output 2020-03-04 12:20:37 +01:00
Sebastian Sdorra
9ffdf3b8b2 added code splitting support for plugin bundles 2019-10-23 10:13:53 +02:00
Sebastian Sdorra
bdb4bb73ac fix plugin frontend build 2019-10-21 14:52:08 +02:00
Sebastian Sdorra
453010c633 expose redux and react-redux nad fixed ui deployment 2019-10-16 12:11:52 +02:00
Sebastian Sdorra
70d90750ba added classnames and query-string as externals 2019-10-16 07:41:21 +02:00
Sebastian Sdorra
cab5d6c863 start implementation of ui-scripts 2019-10-14 16:00:50 +02:00