From 07e8c522eade5d5275601af81a4cad04f9024287 Mon Sep 17 00:00:00 2001 From: Patrick Baber Date: Tue, 10 May 2022 17:51:50 +0200 Subject: [PATCH] update people --- .github/ISSUE_TEMPLATE/feedback.yml | 2 +- .github/dependabot.yml | 2 +- demos/src/Examples/Tables/React/index.jsx | 14 +++++----- demos/src/Examples/Tables/Vue/index.vue | 14 +++++----- demos/src/Experiments/All/Vue/index.vue | 14 +++++----- .../Experiments/GenericFigure/Vue/index.vue | 28 +++++++++---------- docs/api/extensions/collaboration-cursor.md | 4 +-- 7 files changed, 39 insertions(+), 39 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feedback.yml b/.github/ISSUE_TEMPLATE/feedback.yml index 5c177ad54..13304885e 100644 --- a/.github/ISSUE_TEMPLATE/feedback.yml +++ b/.github/ISSUE_TEMPLATE/feedback.yml @@ -3,7 +3,7 @@ description: Share what we need to explain better labels: - documentation assignees: - - hanspagel + - bdbch body: - type: input id: url diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9dc0a706d..375ab47ab 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,5 +11,5 @@ updates: interval: 'weekly' day: 'monday' reviewers: - - 'hanspagel' + - 'bdbch' diff --git a/demos/src/Examples/Tables/React/index.jsx b/demos/src/Examples/Tables/React/index.jsx index 0c4506268..fe19e2a07 100644 --- a/demos/src/Examples/Tables/React/index.jsx +++ b/demos/src/Examples/Tables/React/index.jsx @@ -164,15 +164,15 @@ export default () => { actress - Philipp Kühn - designer - developer - maker + Marie Curie + scientist + chemist + physicist - Hans Pagel - wrote this - that’s it + Indira Gandhi + prime minister + politician diff --git a/demos/src/Examples/Tables/Vue/index.vue b/demos/src/Examples/Tables/Vue/index.vue index 8e20311eb..2454cd5c7 100644 --- a/demos/src/Examples/Tables/Vue/index.vue +++ b/demos/src/Examples/Tables/Vue/index.vue @@ -137,15 +137,15 @@ export default { actress - Philipp Kühn - designer - developer - maker + Marie Curie + scientist + chemist + physicist - Hans Pagel - wrote this - that’s it + Indira Gandhi + prime minister + politician diff --git a/demos/src/Experiments/All/Vue/index.vue b/demos/src/Experiments/All/Vue/index.vue index f5d2b36ee..c6bf8d0ac 100644 --- a/demos/src/Experiments/All/Vue/index.vue +++ b/demos/src/Experiments/All/Vue/index.vue @@ -238,15 +238,15 @@ export default { actress - Philipp Kühn - designer - developer - maker + Marie Curie + scientist + chemist + physicist - Hans Pagel - wrote this - that’s it + Indira Gandhi + prime minister + politician diff --git a/demos/src/Experiments/GenericFigure/Vue/index.vue b/demos/src/Experiments/GenericFigure/Vue/index.vue index dcf385d75..4fc2cc8b9 100644 --- a/demos/src/Experiments/GenericFigure/Vue/index.vue +++ b/demos/src/Experiments/GenericFigure/Vue/index.vue @@ -193,15 +193,15 @@ export default { actress - Philipp Kühn - designer - developer - maker + Marie Curie + scientist + chemist + physicist - Hans Pagel - wrote this - that’s it + Indira Gandhi + prime minister + politician @@ -220,15 +220,15 @@ export default { actress - Philipp Kühn - designer - developer - maker + Marie Curie + scientist + chemist + physicist - Hans Pagel - wrote this - that’s it + Indira Gandhi + prime minister + politician diff --git a/docs/api/extensions/collaboration-cursor.md b/docs/api/extensions/collaboration-cursor.md index e5a2d7ea4..7cd83aa6b 100644 --- a/docs/api/extensions/collaboration-cursor.md +++ b/docs/api/extensions/collaboration-cursor.md @@ -44,9 +44,9 @@ Pass an object with updated attributes of the current user. It expects a `name` ```js editor.commands.updateUser({ - name: 'Philipp Kühn', + name: 'John Doe', color: '#000000', - avatar: 'https://unavatar.io/github/philippkuehn', + avatar: 'https://unavatar.io/github/ueberdosis', }) ```