1
0
Fork 0
mirror of synced 2024-09-20 03:19:56 +12:00
Commit graph

8 commits

Author SHA1 Message Date
loathingKernel
95e760791b DetailsWidget: Rename to StoreDetailsWidget
In continuation of the previous change, prepend `Store` to the name to
specify the difference.

The goal is to add `StoreDetailsWidget` as a second view in `GameDetails`
with information sourced from the Epic Games Store.
2024-05-17 13:34:24 +03:00
loathingKernel
fb0d5bbe10
Store: Fix various wishlist issues.
* Use horizontal scrollarea for free games. Based on the same idea as
WrapperSettings scrollarea. Both need some adjustments.

* Remove debugging dialogs. Need a better way anyways to debug.
2024-02-25 21:35:45 +02:00
loathingKernel
1fab13fd92
Store: Fix rebase errors 2024-02-25 21:35:44 +02:00
loathingKernel
7a2a6458ed
Store: Update details page 2024-02-25 21:35:44 +02:00
loathingKernel
9ec349e2d1
WIP 2024-02-25 21:35:44 +02:00
loathingKernel
2a2458bacb
Store: Update details page
* Add a big back button in details page.

* Add static CSS to render QPushButtons as flat when the `flat` property is set

* Remove outer scroll areas from details page since the page is already adjustable

* Remove scroll area from the requirements widget because ElideLabels are already used in it.

* Fix crash when sorting the wishlist
2024-02-25 21:35:44 +02:00
loathingKernel
816c5f3de9
Store: adapt image sized 2024-02-25 21:35:44 +02:00
loathingKernel
b4a26b5932
Store: Finalize store design 2024-02-25 21:35:43 +02:00