[PR #16] [MERGED] Add signout functionality #107

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/16
Author: @AdenMGB
Created: 12/31/2024
Status: Merged
Merged: 12/31/2024
Merged by: @quexeky

Base: developHead: develop


📝 Commits (3)

  • 15b5d9b Create account.vue with logout button
  • 1c255d3 Update auth.rs to add signout command
  • 6a107be Update lib.rs to pass sign_out command to frontend

📊 Changes

3 files changed (+100 additions, -1 deletions)

View changed files

pages/account.vue (+72 -0)
📝 src-tauri/src/auth.rs (+26 -0)
📝 src-tauri/src/lib.rs (+2 -1)

📄 Description

Add "Sign Out" to the newly created account page (accessible from the "Account Settings" button already in the navigation)

image

Post sign out page

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/16 **Author:** [@AdenMGB](https://github.com/AdenMGB) **Created:** 12/31/2024 **Status:** ✅ Merged **Merged:** 12/31/2024 **Merged by:** [@quexeky](https://github.com/quexeky) **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (3) - [`15b5d9b`](https://github.com/Drop-OSS/drop-app/commit/15b5d9b99842fb640cffb0812b72362fcaa61811) Create account.vue with logout button - [`1c255d3`](https://github.com/Drop-OSS/drop-app/commit/1c255d3e873d1f9e11869f744ffc4ca86b33d05e) Update auth.rs to add signout command - [`6a107be`](https://github.com/Drop-OSS/drop-app/commit/6a107be4568ee12b6be3ea8d6ad9f7d4fd223bff) Update lib.rs to pass sign_out command to frontend ### 📊 Changes **3 files changed** (+100 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `pages/account.vue` (+72 -0) 📝 `src-tauri/src/auth.rs` (+26 -0) 📝 `src-tauri/src/lib.rs` (+2 -1) </details> ### 📄 Description ### Add "Sign Out" to the newly created account page (accessible from the "Account Settings" button already in the navigation) ![image](https://github.com/user-attachments/assets/35dd2ce1-85d5-4d7e-bae2-eaa81d5fcf47) ### Post sign out page ![image](https://github.com/user-attachments/assets/0e93f89c-3b54-48e7-8bdf-60e5fc482d0a) --- <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#107