From 6f61fefec5ed0ec9eac187a95fb1cda09cce59d3 Mon Sep 17 00:00:00 2001
From: Eduard Heimbuch
-
+
+
+ changeset.buttons.details
+
+
- + + + changeset.buttons.sources + +
@@ -21014,48 +21018,40 @@ exports[`Storyshots Repositories/Changesets Commiter and Co-Authors with avatar- + + + changeset.buttons.details + +
- + + + changeset.buttons.sources + +
@@ -21135,48 +21131,40 @@ exports[`Storyshots Repositories/Changesets Default 1`] = `- + + + changeset.buttons.details + +
- + + + changeset.buttons.sources + +
@@ -21266,48 +21254,40 @@ exports[`Storyshots Repositories/Changesets Replacements 1`] = `- + + + changeset.buttons.details + +
- + + + changeset.buttons.sources + +
@@ -21399,48 +21379,40 @@ exports[`Storyshots Repositories/Changesets With Committer 1`] = `- + + + changeset.buttons.details + +
- + + + changeset.buttons.sources + +
@@ -21541,48 +21513,40 @@ exports[`Storyshots Repositories/Changesets With Committer and Co-Author 1`] = `- + + + changeset.buttons.details + +
- + + + changeset.buttons.sources + +
@@ -21675,48 +21639,40 @@ exports[`Storyshots Repositories/Changesets With avatar 1`] = `- + + + changeset.buttons.details + +
- + + + changeset.buttons.sources + +
@@ -21806,48 +21762,40 @@ exports[`Storyshots Repositories/Changesets With contactless signature 1`] = `- + + + changeset.buttons.details + +
- + + + changeset.buttons.sources + +
@@ -21937,48 +21885,40 @@ exports[`Storyshots Repositories/Changesets With invalid signature 1`] = `- + + + changeset.buttons.details + +
- + + + changeset.buttons.sources + +
@@ -22044,13 +21984,13 @@ exports[`Storyshots Repositories/Changesets With multiple Co-Authors 1`] = ` changeset.contributors.coAuthoredBy - changeset.contributors.more - + @@ -22071,48 +22011,40 @@ exports[`Storyshots Repositories/Changesets With multiple Co-Authors 1`] = `- + + + changeset.buttons.details + +
- + + + changeset.buttons.sources + +
@@ -22202,48 +22134,40 @@ exports[`Storyshots Repositories/Changesets With multiple signatures and invalid- + + + changeset.buttons.details + +
- + + + changeset.buttons.sources + +
@@ -22333,48 +22257,40 @@ exports[`Storyshots Repositories/Changesets With multiple signatures and not fou- + + + changeset.buttons.details + +
- + + + changeset.buttons.sources + +
@@ -22464,48 +22380,40 @@ exports[`Storyshots Repositories/Changesets With multiple signatures and valid s- + + + changeset.buttons.details + +
- + + + changeset.buttons.sources + +
@@ -22595,48 +22503,40 @@ exports[`Storyshots Repositories/Changesets With unknown signature 1`] = `- + + + changeset.buttons.details + +
- + + + changeset.buttons.sources + +
@@ -22726,48 +22626,40 @@ exports[`Storyshots Repositories/Changesets With unowned signature 1`] = `- + + + changeset.buttons.details + +
- + + + changeset.buttons.sources + +
@@ -22857,48 +22749,40 @@ exports[`Storyshots Repositories/Changesets With valid signature 1`] = `- + + + changeset.buttons.details + +
- + + + changeset.buttons.sources + +
@@ -23207,6 +23091,7 @@ exports[`Storyshots Repositories/Diff Changing Content 1`] = ` type="button" > + Change content
diff --git a/scm-ui/ui-components/src/buttons/ButtonGroup.tsx b/scm-ui/ui-components/src/buttons/ButtonGroup.tsx
index 0d43e82fba..83f7ff9c83 100644
--- a/scm-ui/ui-components/src/buttons/ButtonGroup.tsx
+++ b/scm-ui/ui-components/src/buttons/ButtonGroup.tsx
@@ -34,7 +34,7 @@ class ButtonGroup extends React.Component
{t("markdownErrorNotification.spec")}:{" "}
-
+
GitHub Flavored Markdown Spec
- The Heart of Gold is the sleekest, most advanced, coolest spaceship in the galaxy. Its stunning good looks
- mirror its awesome speed and power. It is powered by the revolutionary new Infinite Improbability Drive,
- which lets the ship pass through every point in every universe simultaneously.
-
+ The Heart of Gold is the sleekest, most advanced, coolest spaceship in the galaxy. Its stunning good looks
+ mirror its awesome speed and power. It is powered by the revolutionary new Infinite Improbability Drive,
+ which lets the ship pass through every point in every universe simultaneously.
+
- The Heart of Gold is the sleekest, most advanced, coolest spaceship in the galaxy. Its stunning good looks
- mirror its awesome speed and power. It is powered by the revolutionary new Infinite Improbability Drive,
- which lets the ship pass through every point in every universe simultaneously.
-
+ The Heart of Gold is the sleekest, most advanced, coolest spaceship in the galaxy. Its stunning good looks
+ mirror its awesome speed and power. It is powered by the revolutionary new Infinite Improbability Drive,
+ which lets the ship pass through every point in every universe simultaneously.
+ The underlying Pull-Request has changed. Press reload to see the changes. The notification received. {t("admin.info.communityInfo")}
))
.add("TextColumn", () => (
@@ -71,7 +71,7 @@ storiesOf("Table", module)
data={[
{ id: "21", title: "Pommes", desc: "Fried potato sticks" },
{ id: "42", title: "Quarter-Pounder", desc: "Big burger" },
- { id: "-84", title: "Icecream", desc: "Cold dessert" }
+ { id: "-84", title: "Icecream", desc: "Cold dessert" },
]}
>
{row.firstname}
}
- {items.map(item => {
+ {items.map((item) => {
return (
);
};
diff --git a/scm-ui/ui-webapp/src/repos/branches/components/BranchTable.tsx b/scm-ui/ui-webapp/src/repos/branches/components/BranchTable.tsx
index 300ebc9b3c..697978f702 100644
--- a/scm-ui/ui-webapp/src/repos/branches/components/BranchTable.tsx
+++ b/scm-ui/ui-webapp/src/repos/branches/components/BranchTable.tsx
@@ -77,12 +77,12 @@ const BranchTable: FC{item}
@@ -66,7 +66,7 @@ class ArrayConfigTable extends React.Component{t("admin.info.communityTitle")}
- {plugins.map(plugin => (
+ {plugins.map((plugin) => (
diff --git a/scm-ui/ui-webapp/src/admin/plugins/components/PluginActionModal.tsx b/scm-ui/ui-webapp/src/admin/plugins/components/PluginActionModal.tsx
index df7a15c1d7..2f66273cf0 100644
--- a/scm-ui/ui-webapp/src/admin/plugins/components/PluginActionModal.tsx
+++ b/scm-ui/ui-webapp/src/admin/plugins/components/PluginActionModal.tsx
@@ -72,8 +72,8 @@ class PluginActionModal extends React.Component
{installedPlugins._embedded.plugins
- .filter(plugin => plugin._links && plugin._links.update)
- .map(plugin => (
+ .filter((plugin) => plugin._links && plugin._links.update)
+ .map((plugin) => (
@@ -91,7 +91,7 @@ class PluginActionModal extends React.Component
- {pendingPlugins._embedded.new.map(plugin => (
+ {pendingPlugins._embedded.new.map((plugin) => (
@@ -109,7 +109,7 @@ class PluginActionModal extends React.Component
- {pendingPlugins._embedded.update.map(plugin => (
+ {pendingPlugins._embedded.update.map((plugin) => (
@@ -127,7 +127,7 @@ class PluginActionModal extends React.Component
- {pendingPlugins._embedded.uninstall.map(plugin => (
+ {pendingPlugins._embedded.uninstall.map((plugin) => (
diff --git a/scm-ui/ui-webapp/src/admin/plugins/components/PluginModal.tsx b/scm-ui/ui-webapp/src/admin/plugins/components/PluginModal.tsx
index c94579f222..259dfb1bd5 100644
--- a/scm-ui/ui-webapp/src/admin/plugins/components/PluginModal.tsx
+++ b/scm-ui/ui-webapp/src/admin/plugins/components/PluginModal.tsx
@@ -65,7 +65,7 @@ const PluginModal: FC
- {permissionCollection?._embedded.permissions.map(permission => {
+ {permissionCollection?._embedded.permissions.map((permission) => {
return (
{data ? data : null}
- {data ? data : null}
+ {deleteButton}
+ {deleteButton}
);
};
diff --git a/scm-ui/ui-webapp/src/repos/tags/components/TagView.tsx b/scm-ui/ui-webapp/src/repos/tags/components/TagView.tsx
index 6c94fb72e7..6cf3909014 100644
--- a/scm-ui/ui-webapp/src/repos/tags/components/TagView.tsx
+++ b/scm-ui/ui-webapp/src/repos/tags/components/TagView.tsx
@@ -44,7 +44,7 @@ const TagView: FC
- {deleteButton}
+ {deleteButton}
>
);
diff --git a/scm-ui/ui-webapp/src/users/components/navLinks/EditUserNavLink.test.tsx b/scm-ui/ui-webapp/src/users/components/navLinks/EditUserNavLink.test.tsx
index b256bd3eb9..6206eca8fc 100644
--- a/scm-ui/ui-webapp/src/users/components/navLinks/EditUserNavLink.test.tsx
+++ b/scm-ui/ui-webapp/src/users/components/navLinks/EditUserNavLink.test.tsx
@@ -29,7 +29,7 @@ import EditUserNavLink from "./EditUserNavLink";
it("should render nothing, if the edit link is missing", () => {
const user = {
- _links: {}
+ _links: {},
};
const navLink = shallow({deleteButton}
+ {deleteButton}
>
);
diff --git a/scm-ui/ui-webapp/src/users/components/table/Details.tsx b/scm-ui/ui-webapp/src/users/components/table/Details.tsx
index 8b94e36ff2..81091f07ff 100644
--- a/scm-ui/ui-webapp/src/users/components/table/Details.tsx
+++ b/scm-ui/ui-webapp/src/users/components/table/Details.tsx
@@ -24,12 +24,7 @@
import React from "react";
import { WithTranslation, withTranslation } from "react-i18next";
import { User } from "@scm-manager/ui-types";
-import {
- Checkbox,
- DateFromNow,
- MailLink,
- createAttributesForTesting
-} from "@scm-manager/ui-components";
+import { Checkbox, DateFromNow, MailLink, createAttributesForTesting } from "@scm-manager/ui-components";
type Props = WithTranslation & {
user: User;
diff --git a/scm-ui/ui-webapp/src/users/components/userValidation.test.ts b/scm-ui/ui-webapp/src/users/components/userValidation.test.ts
index a0ba6dacc3..c4b3cfd505 100644
--- a/scm-ui/ui-webapp/src/users/components/userValidation.test.ts
+++ b/scm-ui/ui-webapp/src/users/components/userValidation.test.ts
@@ -36,7 +36,7 @@ describe("test displayName validation", () => {
"Tricia.McMillan@hitchhiker.com",
"Ford Prefect (ford.prefect@hitchhiker.com)",
"Zaphod Beeblebrox