Skip to content

Commit

Permalink
refactor: rename games tab to library
Browse files Browse the repository at this point in the history
Also rename the following `library` subfolders
* `game_info` -> `details`
* `games_widgets` -> `widgets`
  • Loading branch information
loathingKernel committed Sep 19, 2024
1 parent 490d6f3 commit 2f6c39b
Show file tree
Hide file tree
Showing 20 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion rare/components/tabs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from rare.utils.misc import qta_icon, ExitCodes
from .account import AccountWidget
from .downloads import DownloadsTab
from .games import GamesLibrary
from .library import GamesLibrary
from .settings import SettingsTab
from .store import StoreTab
from .tab_widgets import MainTabBar, TabButtonWidget
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@
)
from rare.shared import RareCore
from rare.models.options import options
from .game_info import GameInfoTabs
from .game_widgets import LibraryWidgetController, LibraryFilter, LibraryOrder, LibraryView
from .game_widgets.icon_game_widget import IconGameWidget
from .game_widgets.list_game_widget import ListGameWidget
from .details import GameInfoTabs
from .widgets import LibraryWidgetController, LibraryFilter, LibraryOrder, LibraryView
from .head_bar import LibraryHeadBar
from .integrations import IntegrationsTabs

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
from rare.shared.workers.wine_resolver import WinePathResolver
from rare.ui.components.tabs.games.integrations.egl_sync_group import Ui_EGLSyncGroup
from rare.ui.components.tabs.games.integrations.egl_sync_list_group import Ui_EGLSyncListGroup
from rare.utils.compat import utils as compat_utils
from rare.widgets.elide_label import ElideLabel
from rare.widgets.indicator_edit import PathEdit, IndicatorReasonsCommon

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
QPushButton,
)

from rare.utils.misc import qta_icon, widget_object_name
from rare.utils.misc import qta_icon
from rare.widgets.elide_label import ElideLabel


Expand Down

0 comments on commit 2f6c39b

Please sign in to comment.