Updated Statuses to open in modal dialog when in Gab Deck
• Updated: - Statuses to open in modal dialog when in Gab Deck instead of going out of Gab Deck to normal status page
This commit is contained in:
@@ -36,6 +36,7 @@ import {
|
||||
MODAL_MUTE,
|
||||
MODAL_PRO_UPGRADE,
|
||||
MODAL_REPORT,
|
||||
MODAL_STATUS,
|
||||
MODAL_STATUS_LIKES,
|
||||
MODAL_STATUS_REPOSTS,
|
||||
MODAL_STATUS_REVISIONS,
|
||||
@@ -74,6 +75,7 @@ import {
|
||||
MuteModal,
|
||||
ProUpgradeModal,
|
||||
ReportModal,
|
||||
StatusModal,
|
||||
StatusLikesModal,
|
||||
StatusRepostsModal,
|
||||
StatusRevisionsModal,
|
||||
@@ -111,6 +113,7 @@ const MODAL_COMPONENTS = {
|
||||
[MODAL_MUTE]: MuteModal,
|
||||
[MODAL_PRO_UPGRADE]: ProUpgradeModal,
|
||||
[MODAL_REPORT]: ReportModal,
|
||||
[MODAL_STATUS]: StatusModal,
|
||||
[MODAL_STATUS_LIKES]: StatusLikesModal,
|
||||
[MODAL_STATUS_REPOSTS]: StatusRepostsModal,
|
||||
[MODAL_STATUS_REVISIONS]: StatusRevisionsModal,
|
||||
|
||||
Reference in New Issue
Block a user