Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Completed downloads section on Downloads page #1397

Merged
merged 30 commits into from
May 22, 2024
Merged

Conversation

Al12rs
Copy link
Contributor

@Al12rs Al12rs commented May 21, 2024

Breakdown:

  • Columns:
    • Mod Name
    • Version
    • Game
    • Size
    • Completed DateTime
    • Actions:
      • View in library
      • Clear (hide)
  • ToolBar:
    • Clear button
      • CanExecute
    • Clear completed button
      • CanExecute
    • Fix Cancel button being enabled even with no selection
  • Functionality:
    • Filter out hidden downloads
    • Clear selected
      • CanExecute
    • Clear all
      • CanExecute
    • Only show Completed section if there are completed downloads
    • View in library
    • Counter of completed downloads
  • Backend data:
    • Completed DateTime
    • Hidden status
    • Humanized size
    • Humanized Date
  • Bindings
  • Use template rows to be able to set text styling
  • Don't use active AutoRefresh
  • Move all ICommands to ReactiveCommands
  • Fix bad async usages for existing methods
  • Translations
  • UI layout
    • Put in scroller
    • Fix layout

Skipped:

  • Add collapsible sections (Expander needs to be restyled to match designs, which would have taken time)

image

Al12rs added 25 commits May 20, 2024 11:17
- Bindings for all columns and commands
- Is Hidden filter and commands
…s don't get update when the status changes"

This reverts commit a95dda6.
…e new DB changes that already refresh the changeset based on status
@Al12rs Al12rs requested a review from a team May 21, 2024 14:26
@Al12rs Al12rs self-assigned this May 21, 2024
@erri120 erri120 self-requested a review May 21, 2024 14:33
Copy link
Member

@erri120 erri120 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'd definitely wanna rework the downloads page completely in the near future. That thing is a horrifying mess of tech debt. For now, just check the comments I wrote.

@Al12rs Al12rs requested a review from erri120 May 22, 2024 09:44
@Al12rs Al12rs merged commit 3742d53 into main May 22, 2024
6 checks passed
@Al12rs Al12rs deleted the feat/888-completed-downloads branch May 22, 2024 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants