[PR #21] [MERGED] Pull the log level from the environment and only show the "Debug Info" settings tab when it's set to DEBUG or the "SHIFT" keybind #114

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

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop-app/pull/21
Author: @AdenMGB
Created: 1/9/2025
Status: Merged
Merged: 1/9/2025
Merged by: @DecDuck

Base: developHead: develop


📝 Commits (2)

  • 1089dc7 Update settings.vue to have a conditional debug page
  • bf46e03 Update debug.rs to add RUST_LOG status fetching

📊 Changes

2 files changed (+53 additions, -7 deletions)

View changed files

📝 pages/settings.vue (+50 -7)
📝 src-tauri/src/debug.rs (+3 -0)

📄 Description

Complete chore "Pull the log level from the environment and only show the "Debug Info" settings tab when it's set to DEBUG" with additional functionality by incorporating holding the "Shift" key while clicking app settings in an RUST_LOG state to emulate the same thing.


🔄 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/21 **Author:** [@AdenMGB](https://github.com/AdenMGB) **Created:** 1/9/2025 **Status:** ✅ Merged **Merged:** 1/9/2025 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (2) - [`1089dc7`](https://github.com/Drop-OSS/drop-app/commit/1089dc72fd5595bec38c37732bf0bc13bf248140) Update settings.vue to have a conditional debug page - [`bf46e03`](https://github.com/Drop-OSS/drop-app/commit/bf46e036332393d07055c7deaf66202bab8e0019) Update debug.rs to add RUST_LOG status fetching ### 📊 Changes **2 files changed** (+53 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `pages/settings.vue` (+50 -7) 📝 `src-tauri/src/debug.rs` (+3 -0) </details> ### 📄 Description Complete chore "Pull the log level from the environment and only show the "Debug Info" settings tab when it's set to DEBUG" with additional functionality by incorporating holding the "Shift" key while clicking app settings in an RUST_LOG state to emulate the same thing. --- <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:08 -05:00
yindo closed this issue 2026-02-17 17:12:08 -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#114