Skip to content

Commit 40f10d1

Browse files
committed
Remove package.json dependency on crossedeyes
1 parent 5171ad3 commit 40f10d1

File tree

4 files changed

+1
-11
lines changed

4 files changed

+1
-11
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"@types/semver": "^7.5.8",
1717
"ccmoddb": "github:CCDirectLink/CCModDB",
1818
"crosscode-demonizer": "github:krypciak/crosscode-demonizer",
19-
"crossedeyes": "github:CCDirectLink/CrossedEyes",
2019
"esbuild": "^0.28.0",
2120
"fflate": "^0.8.2",
2221
"fuzzysort": "^2.0.4",

pnpm-lock.yaml

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/gui/filters.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ modmanager.gui.FiltersPopup = ig.GuiElementBase.extend({
151151
const y = (i / tagsW).floor()
152152
const checkbox = new modmanager.gui.FilterCheckboxGui()
153153
checkbox.setPos(x * (textW + spacingW) + offset.x, y * (textH + spacingH))
154+
// @ts-expect-error from crossedeyes mod
154155
checkbox.crossedeyesLabel = (config.key.startsWith('tag') ? `${Lang.tag}: ` : '') + lang.name
155156
checkbox.data = lang.description
156157

src/gui/menu.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import './options/mod-options-menu'
1212
import './manual-enforcer'
1313
import './input-field/input-field'
1414

15-
import type {} from 'crossedeyes/src/tts/gather/checkbox-types.d'
1615
import { isFullMode, openLink } from '../plugin'
1716

1817
declare global {

0 commit comments

Comments
 (0)