[PR #18] [MERGED] Debug Page & Light mode #109

Closed
opened 2026-02-17 17:12:07 -05:00 by yindo · 0 comments
Owner

📋 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: developHead: develop


📝 Commits (10+)

📊 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)

image

Light Theme

image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Drop-OSS/drop-app/pull/18 **Author:** [@AdenMGB](https://github.com/AdenMGB) **Created:** 1/2/2025 **Status:** ✅ Merged **Merged:** 1/5/2025 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`85c71ba`](https://github.com/Drop-OSS/drop-app/commit/85c71bae79707d2ab38dec70a5c0307a1310d9bf) Create debug.rs - [`08714c5`](https://github.com/Drop-OSS/drop-app/commit/08714c57b9f3f34ead31bd403e87a093dd257377) Update settings.vue to add tab for debug - [`bf0c117`](https://github.com/Drop-OSS/drop-app/commit/bf0c117a4a955fdda05fc410b8bdd0883661bb5c) Update main.scss to add light theme - [`2198ea7`](https://github.com/Drop-OSS/drop-app/commit/2198ea7e510ac6b2a340a558743522256078e094) Update interface.vue to add light mode - [`6644789`](https://github.com/Drop-OSS/drop-app/commit/664478917fe3bd2c92ffeb793d81371d9e3b8fa2) Create debug.vue - [`30e7d6f`](https://github.com/Drop-OSS/drop-app/commit/30e7d6fbfcfe38ec64f75b3c9ae1974c678fe0b8) Update debug.vue too add open log button - [`f1dc5e3`](https://github.com/Drop-OSS/drop-app/commit/f1dc5e385c8240a22a3008901c904e9b90579fac) Update lib.rs - [`efd3e04`](https://github.com/Drop-OSS/drop-app/commit/efd3e04940f44e34c134d8f57ae31290091098c8) Update debug.rs - [`0eb1b36`](https://github.com/Drop-OSS/drop-app/commit/0eb1b36ce0765cfcb6fe6d55601facab9a55cc9b) Update debug.rs - [`bb70d70`](https://github.com/Drop-OSS/drop-app/commit/bb70d70549210fd27cac7aeae58585ca19913762) Update lib.rs ### 📊 Changes **5 files changed** (+206 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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)** ![image](https://github.com/user-attachments/assets/d60a91ef-f352-4b3e-a441-cdd02f9abf3f) Light Theme ![image](https://github.com/user-attachments/assets/7e7519b1-d387-465c-a901-f96af4a84fe7) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:12:07 -05:00
yindo closed this issue 2026-02-17 17:12:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop-app#109