Skip to content

Commit 6e61ce0

Browse files
committed
Remove command-k modal
1 parent f1f08f9 commit 6e61ce0

4 files changed

Lines changed: 0 additions & 297 deletions

File tree

src/app/components/CommandBar/Command.tsx

Lines changed: 0 additions & 138 deletions
This file was deleted.

src/app/components/CommandBar/Dialog.tsx

Lines changed: 0 additions & 94 deletions
This file was deleted.

src/app/components/CommandBar/index.tsx

Lines changed: 0 additions & 63 deletions
This file was deleted.

src/app/components/Sidebar/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import { showDiscountModalAtom, sidebarCollapsedAtom } from '~app/state'
1717
import { getPremiumActivation } from '~services/premium'
1818
import * as api from '~services/server-api'
1919
import { getAppOpenTimes, getPremiumModalOpenTimes } from '~services/storage/open-times'
20-
import CommandBar from '../CommandBar'
2120
import GuideModal from '../GuideModal'
2221
import ThemeSettingModal from '../ThemeSettingModal'
2322
import Tooltip from '../Tooltip'
@@ -121,7 +120,6 @@ function Sidebar() {
121120
</Tooltip>
122121
</div>
123122
</div>
124-
<CommandBar />
125123
<GuideModal />
126124
<ThemeSettingModal open={themeSettingModalOpen} onClose={() => setThemeSettingModalOpen(false)} />
127125
</motion.aside>

0 commit comments

Comments
 (0)