Skip to content

Commit

Permalink
Merge pull request #179 from Tormak9970/release
Browse files Browse the repository at this point in the history
chore: bring main up to date
  • Loading branch information
Tormak9970 authored Apr 7, 2024
2 parents c64c1a4 + f2fa36e commit 85a854d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 46 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tabmaster",
"version": "2.5.1",
"version": "2.5.2",
"description": "Gives you full control over your Steam library! Support for customizing, adding, and hiding Library Tabs.",
"scripts": {
"build": "shx rm -rf dist && rollup -c",
Expand Down
3 changes: 1 addition & 2 deletions src/components/context-menus/LibraryMenu.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import { Menu, MenuItem, showModal, Focusable, MenuGroup, ReorderableEntry, ReorderableList, MenuItemProps } from 'decky-frontend-lib';
import { Menu, MenuItem, showModal, Focusable, MenuGroup, ReorderableEntry, ReorderableList, MenuItemProps, gamepadContextMenuClasses } from 'decky-frontend-lib';
import { FC, Fragment, VFC, useState } from 'react';
import { TabMasterManager } from '../../state/TabMasterManager';
import { TabMasterContextProvider, useTabMasterContext } from '../../state/TabMasterContext';
import { showModalEditTab, showModalNewTab } from '../modals/EditTabModal';
import { LibraryMenuStyles } from '../styles/LibraryMenuStyles';
import { DestructiveModal } from '../generic/DestructiveModal';
import { gamepadContextMenuClasses } from '../../lib/GamepadContextMenuClasses';
import { PresetMenuItems } from './PresetMenu';
import { CustomTabContainer } from '../CustomTabContainer';
import { TabListLabel } from '../TabListLabel';
Expand Down
3 changes: 1 addition & 2 deletions src/components/context-menus/TabProfileMenu.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { Menu, MenuGroup, MenuItem, showModal, GamepadButton } from 'decky-frontend-lib';
import { Menu, MenuGroup, MenuItem, showModal, GamepadButton, gamepadContextMenuClasses } from 'decky-frontend-lib';
import { VFC, Fragment, useState } from 'react';
import { TabMasterManager } from '../../state/TabMasterManager';
import { CreateTabProfileModal, OverwriteTabProfileModal } from '../modals/TabProfileModals';
import { gamepadContextMenuClasses } from '../../lib/GamepadContextMenuClasses';
import { DestructiveModal } from '../generic/DestructiveModal';


Expand Down
2 changes: 1 addition & 1 deletion src/components/styles/LibraryMenuStyles.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { gamepadContextMenuClasses } from "decky-frontend-lib";
import { VFC } from 'react';
import { gamepadContextMenuClasses } from '../../lib/GamepadContextMenuClasses';

/**
* CSS styling for the Library Context Menu part of TabMaster.
Expand Down
40 changes: 0 additions & 40 deletions src/lib/GamepadContextMenuClasses.ts

This file was deleted.

0 comments on commit 85a854d

Please sign in to comment.