[PR #702] Swap platform_dirs for directories for config paths #669

Open
opened 2026-02-28 14:33:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jpochyla/psst/pull/702
Author: @jacksongoode
Created: 11/23/2025
Status: 🔄 Open

Base: mainHead: feature/migrate-to-directories-crate


📝 Commits (3)

  • 58aa914 feat: Migrate to directories crate for config paths
  • 833f884 Update Windows path
  • 13e120f Add migration script and properly name cache dirs

📊 Changes

5 files changed (+138 additions, -34 deletions)

View changed files

📝 psst-core/src/cache.rs (+6 -6)
📝 psst-gui/src/data/config.rs (+9 -9)
psst-gui/src/data/migration.rs (+109 -0)
📝 psst-gui/src/data/mod.rs (+1 -0)
📝 psst-gui/src/webapi/client.rs (+13 -19)

📄 Description

Old crate we can get rid of nicely.


🔄 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/jpochyla/psst/pull/702 **Author:** [@jacksongoode](https://github.com/jacksongoode) **Created:** 11/23/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feature/migrate-to-directories-crate` --- ### 📝 Commits (3) - [`58aa914`](https://github.com/jpochyla/psst/commit/58aa9141b339498f7b51759ee163447283057dfa) feat: Migrate to directories crate for config paths - [`833f884`](https://github.com/jpochyla/psst/commit/833f88496dee8c2767e02e7d3f268e3b1e7ae6dd) Update Windows path - [`13e120f`](https://github.com/jpochyla/psst/commit/13e120f68aa28778c9907f6bcd05168b063df92d) Add migration script and properly name cache dirs ### 📊 Changes **5 files changed** (+138 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `psst-core/src/cache.rs` (+6 -6) 📝 `psst-gui/src/data/config.rs` (+9 -9) ➕ `psst-gui/src/data/migration.rs` (+109 -0) 📝 `psst-gui/src/data/mod.rs` (+1 -0) 📝 `psst-gui/src/webapi/client.rs` (+13 -19) </details> ### 📄 Description Old crate we can get rid of nicely. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/psst#669
No description provided.