Skip to content

Commit

Permalink
Remove homepage from gui and fix discovery screen
Browse files Browse the repository at this point in the history
  • Loading branch information
ichorid committed Mar 5, 2020
1 parent 8fc540f commit 78ae112
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 780 deletions.
33 changes: 16 additions & 17 deletions src/tribler-gui/tribler_gui/defs.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,22 @@
DEFAULT_API_PORT = 8085

# Define stacked widget page indices
PAGE_HOME = 0
PAGE_EDIT_CHANNEL = 1
PAGE_SEARCH_RESULTS = 2
PAGE_SETTINGS = 3
PAGE_VIDEO_PLAYER = 4
PAGE_SUBSCRIBED_CHANNELS = 5
PAGE_DOWNLOADS = 6
PAGE_LOADING = 7
PAGE_DISCOVERING = 8
PAGE_DISCOVERED = 9
PAGE_TRUST = 10
PAGE_MARKET = 11
PAGE_MARKET_TRANSACTIONS = 12
PAGE_MARKET_WALLETS = 13
PAGE_MARKET_ORDERS = 14
PAGE_TOKEN_MINING_PAGE = 15
PAGE_TRUST_GRAPH_PAGE = 16
PAGE_EDIT_CHANNEL = 0
PAGE_SEARCH_RESULTS = 1
PAGE_SETTINGS = 2
PAGE_VIDEO_PLAYER = 3
PAGE_SUBSCRIBED_CHANNELS = 4
PAGE_DOWNLOADS = 5
PAGE_LOADING = 6
PAGE_DISCOVERING = 7
PAGE_DISCOVERED = 8
PAGE_TRUST = 9
PAGE_MARKET = 10
PAGE_MARKET_TRANSACTIONS = 11
PAGE_MARKET_WALLETS = 12
PAGE_MARKET_ORDERS = 13
PAGE_TOKEN_MINING_PAGE = 14
PAGE_TRUST_GRAPH_PAGE = 15

PAGE_EDIT_CHANNEL_TORRENTS = 2

Expand Down
174 changes: 0 additions & 174 deletions src/tribler-gui/tribler_gui/qt_resources/home_recommended_item.ui

This file was deleted.

Loading

0 comments on commit 78ae112

Please sign in to comment.