Skip to content

Commit

Permalink
refactor: remove not login
Browse files Browse the repository at this point in the history
  • Loading branch information
exqt committed Nov 30, 2024
1 parent a0cacf9 commit fc52bbc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 40 deletions.
5 changes: 0 additions & 5 deletions src/popup/Main.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import DonforceList from './DonforceList.svelte'
import DonforceTable from './DonforceTable.svelte'
import Settings from './Settings.svelte'
import NotLogined from './NotLogined.svelte'
import { icons } from '../assets'
import { ScoreStorage } from '../lib/scores'
Expand Down Expand Up @@ -60,10 +59,6 @@
</script>

<main style={`width: ${WIDTH}px; height: ${HEIGHT}px`}>
{#if loaded && settingsStorage?.donderInfo?.id === undefined && chrome !== undefined}
<NotLogined/>
{/if}

<div class="tab-list" style={`height: ${TAB_HEIGHT}px`}>
{#each tabs as tab, i}
<button class="tab-item" class:active={currentTabIdx === i} on:click={async () => { await onClickTab(i) }} style={`height: ${TAB_HEIGHT}px`}>
Expand Down
35 changes: 0 additions & 35 deletions src/popup/NotLogined.svelte

This file was deleted.

0 comments on commit fc52bbc

Please sign in to comment.