Browse Source

Position confirmation popover. Closes #2611

pull/2617/head
Gabe Kangas 3 years ago
parent
commit
5556653021
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 4
      static/web/404.html
  2. 4
      static/web/404/index.html
  3. 1
      static/web/_next/static/8yzdzqOF4HgdUvFdkvykP/_buildManifest.js
  4. 1
      static/web/_next/static/8yzdzqOF4HgdUvFdkvykP/_ssgManifest.js
  5. 2
      static/web/_next/static/chunks/2239-ffd70e02c54ec5b8.js.map
  6. 2
      static/web/_next/static/chunks/pages/admin/config-video-7d69b9aee58f1c7a.js
  7. 1
      static/web/_next/static/chunks/pages/admin/config-video-7d69b9aee58f1c7a.js.map
  8. 2
      static/web/admin/access-tokens/index.html
  9. 2
      static/web/admin/actions/index.html
  10. 2
      static/web/admin/chat/emojis/index.html
  11. 2
      static/web/admin/chat/messages/index.html
  12. 2
      static/web/admin/chat/users/index.html
  13. 2
      static/web/admin/config-chat/index.html
  14. 2
      static/web/admin/config-federation/index.html
  15. 2
      static/web/admin/config-notify/index.html
  16. 2
      static/web/admin/config-social-items/index.html
  17. 2
      static/web/admin/config-video/index.html
  18. 2
      static/web/admin/config/general/index.html
  19. 2
      static/web/admin/config/server/index.html
  20. 2
      static/web/admin/federation/actions/index.html
  21. 2
      static/web/admin/federation/followers/index.html
  22. 2
      static/web/admin/hardware-info/index.html
  23. 2
      static/web/admin/help/index.html
  24. 2
      static/web/admin/index.html
  25. 2
      static/web/admin/logs/index.html
  26. 2
      static/web/admin/stream-health/index.html
  27. 2
      static/web/admin/upgrade/index.html
  28. 2
      static/web/admin/viewer-info/index.html
  29. 2
      static/web/admin/webhooks/index.html
  30. 2
      static/web/embed/chat/readonly/index.html
  31. 2
      static/web/embed/chat/readwrite/index.html
  32. 2
      static/web/embed/video/index.html
  33. 4
      static/web/index.html
  34. 2
      web/components/admin/VideoVariantForm.tsx

4
static/web/404.html

File diff suppressed because one or more lines are too long

4
static/web/404/index.html

File diff suppressed because one or more lines are too long

1
static/web/_next/static/8yzdzqOF4HgdUvFdkvykP/_buildManifest.js

File diff suppressed because one or more lines are too long

1
static/web/_next/static/8yzdzqOF4HgdUvFdkvykP/_ssgManifest.js

@ -1 +0,0 @@ @@ -1 +0,0 @@
self.__SSG_MANIFEST=new Set,self.__SSG_MANIFEST_CB&&self.__SSG_MANIFEST_CB();

2
static/web/_next/static/chunks/2239-ffd70e02c54ec5b8.js.map

File diff suppressed because one or more lines are too long

2
static/web/_next/static/chunks/pages/admin/config-video-7d69b9aee58f1c7a.js

File diff suppressed because one or more lines are too long

1
static/web/_next/static/chunks/pages/admin/config-video-7d69b9aee58f1c7a.js.map

File diff suppressed because one or more lines are too long

2
static/web/admin/access-tokens/index.html

File diff suppressed because one or more lines are too long

2
static/web/admin/actions/index.html

File diff suppressed because one or more lines are too long

2
static/web/admin/chat/emojis/index.html

File diff suppressed because one or more lines are too long

2
static/web/admin/chat/messages/index.html

File diff suppressed because one or more lines are too long

2
static/web/admin/chat/users/index.html

File diff suppressed because one or more lines are too long

2
static/web/admin/config-chat/index.html

File diff suppressed because one or more lines are too long

2
static/web/admin/config-federation/index.html

File diff suppressed because one or more lines are too long

2
static/web/admin/config-notify/index.html

File diff suppressed because one or more lines are too long

2
static/web/admin/config-social-items/index.html

File diff suppressed because one or more lines are too long

2
static/web/admin/config-video/index.html

File diff suppressed because one or more lines are too long

2
static/web/admin/config/general/index.html

File diff suppressed because one or more lines are too long

2
static/web/admin/config/server/index.html

File diff suppressed because one or more lines are too long

2
static/web/admin/federation/actions/index.html

File diff suppressed because one or more lines are too long

2
static/web/admin/federation/followers/index.html

File diff suppressed because one or more lines are too long

2
static/web/admin/hardware-info/index.html

File diff suppressed because one or more lines are too long

2
static/web/admin/help/index.html

File diff suppressed because one or more lines are too long

2
static/web/admin/index.html

File diff suppressed because one or more lines are too long

2
static/web/admin/logs/index.html

File diff suppressed because one or more lines are too long

2
static/web/admin/stream-health/index.html

File diff suppressed because one or more lines are too long

2
static/web/admin/upgrade/index.html

File diff suppressed because one or more lines are too long

2
static/web/admin/viewer-info/index.html

File diff suppressed because one or more lines are too long

2
static/web/admin/webhooks/index.html

File diff suppressed because one or more lines are too long

2
static/web/embed/chat/readonly/index.html

File diff suppressed because one or more lines are too long

2
static/web/embed/chat/readwrite/index.html

File diff suppressed because one or more lines are too long

2
static/web/embed/video/index.html

File diff suppressed because one or more lines are too long

4
static/web/index.html

File diff suppressed because one or more lines are too long

2
web/components/admin/VideoVariantForm.tsx

@ -284,6 +284,8 @@ export const VideoVariantForm: FC<VideoVariantFormProps> = ({ @@ -284,6 +284,8 @@ export const VideoVariantForm: FC<VideoVariantFormProps> = ({
onConfirm={handleVideoPassConfirm}
okText="Yes"
cancelText="No"
getPopupContainer={triggerNode => triggerNode}
placement="topLeft"
>
{/* adding an <a> tag to force Popcofirm to register click on toggle */}
{/* eslint-disable-next-line jsx-a11y/anchor-is-valid */}

Loading…
Cancel
Save