mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-24 20:05:41 -04:00
[PR #18] [MERGED] Debug Page & Light mode #109
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/18
Author: @AdenMGB
Created: 1/2/2025
Status: ✅ Merged
Merged: 1/5/2025
Merged by: @DecDuck
Base:
develop← Head:develop📝 Commits (10+)
85c71baCreate debug.rs08714c5Update settings.vue to add tab for debugbf0c117Update main.scss to add light theme2198ea7Update interface.vue to add light mode6644789Create debug.vue30e7d6fUpdate debug.vue too add open log buttonf1dc5e3Update lib.rsefd3e04Update debug.rs0eb1b36Update debug.rsbb70d70Update lib.rs📊 Changes
5 files changed (+206 additions, -5 deletions)
View changed files
📝
pages/settings.vue(+7 -0)➕
pages/settings/debug.vue(+161 -0)📝
pages/settings/interface.vue(+5 -1)➕
src-tauri/src/debug.rs(+23 -0)📝
src-tauri/src/lib.rs(+10 -4)📄 Description
Bit of a smaller commit to add debug information to the client & an optional light theme
Debug information (show's UMU information on Linux)
Light Theme
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.