Skip to content

Commit

Permalink
Revert "Create chat_fullscreen_popup module (#6317)"
Browse files Browse the repository at this point in the history
This reverts commit 298e55e.
  • Loading branch information
night committed Sep 13, 2023
1 parent 4ed1b7f commit b930225
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 158 deletions.
2 changes: 0 additions & 2 deletions src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export const SettingIds = {
TIMEOUT_HIGHLIGHTS: 'timeoutHighlights',
HIGHLIGHT_FEEDBACK: 'highlightFeedback',
CHAT_LAYOUT: 'chatLayout',
CHAT_FULLSCREEN_POPUP: 'chatFullscreenPopup',
TAB_COMPLETION_TOOLTIP: 'tabCompletionTooltip',
TAB_COMPLETION_EMOTE_PRIORITY: 'tabCompletionEmotePriority',
WHISPERS: 'whispers',
Expand Down Expand Up @@ -215,7 +214,6 @@ export const SettingDefaultValues = {
[SettingIds.TIMEOUT_HIGHLIGHTS]: true,
[SettingIds.HIGHLIGHT_FEEDBACK]: false,
[SettingIds.CHAT_LAYOUT]: ChatLayoutTypes.RIGHT,
[SettingIds.CHAT_FULLSCREEN_POPUP]: true,
[SettingIds.TAB_COMPLETION_TOOLTIP]: false,
[SettingIds.TAB_COMPLETION_EMOTE_PRIORITY]: false,
[SettingIds.WHISPERS]: true,
Expand Down
110 changes: 0 additions & 110 deletions src/modules/chat_fullscreen_popup/index.js

This file was deleted.

12 changes: 0 additions & 12 deletions src/modules/chat_fullscreen_popup/style.module.css

This file was deleted.

This file was deleted.

0 comments on commit b930225

Please sign in to comment.