mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-19 13:35:57 -04:00
[PR #25] [MERGED] Merge develop into main #115
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Drop-OSS/drop-app/pull/25
Author: @quexeky
Created: 1/25/2025
Status: ✅ Merged
Merged: 1/25/2025
Merged by: @quexeky
Base:
main← Head:develop📝 Commits (10+)
9ea2aa4chore(process manager): refactor for generic way to implement crossdd7f567feat(game): game uninstalling & partial compat85a0899chore(metadata): update metadataad92dbefeat(errors): better download manager errors + modala135b13feat(process): better process management, including running state2183585feat(downloads): lockless tracking of downloaded chunks6a8d0affix(sign on): add message about nonce expiration1f899ecfeat(download ui): add speed and time remaining informationdcb1564chore: Ran cargo clippy9af0d08fix(auth initiate): add better error message📊 Changes
96 files changed (+4800 additions, -2526 deletions)
View changed files
📝
.gitlab-ci.yml(+2 -1)➕
.nvmrc(+1 -0)📝
README.md(+14 -1)📝
app.vue(+12 -4)📝
assets/main.scss(+22 -0)📝
changelog.md(+287 -0)📝
components/GameStatusButton.vue(+57 -30)📝
components/InitiateAuthModule.vue(+47 -0)➕
components/PageWidget.vue(+7 -0)➕
composables/downloads.ts(+34 -0)📝
composables/game.ts(+14 -12)➕
composables/generateGameMeta.ts(+9 -0)➖
composables/queue.ts(+0 -13)📝
composables/state-navigation.ts(+16 -3)📝
layouts/default.vue(+1 -1)📝
layouts/mini.vue(+1 -1)📝
package.json(+1 -1)➕
pages/account.vue(+72 -0)📝
pages/auth/failed.vue(+1 -1)📝
pages/index.vue(+3 -0)...and 76 more files
📄 Description
Merge for v0.2.0-beta
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.