[PR #576] feat(layout): extend layout functionality #1738

Open
opened 2026-03-14 15:30:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/576
Author: @NickTheWilder
Created: 10/14/2024
Status: 🔄 Open

Base: masterHead: feat-extend-layout-config


📝 Commits (2)

  • ed4e4c2 Extend layout functionality
  • 4aa9d65 Extend README and example config file

📊 Changes

4 files changed (+177 additions, -94 deletions)

View changed files

📝 docs/config.md (+28 -14)
📝 examples/app.toml (+1 -1)
📝 spotify_player/src/config/mod.rs (+39 -8)
📝 spotify_player/src/ui/page.rs (+109 -71)

📄 Description

Starts the first part of #535 to hide specific rectangles based on the user's configuration file.
Inspired from the review comments in #545

Opened as a draft bc I've limited out on knowledge of the application (and rust).

TODO:

  • Set the focused state to the first 'found' rectangle.
  • Update default configuration file.
  • Extend README.

Feel free to takeover and create a new branch or directly add commits here.


🔄 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/aome510/spotify-player/pull/576 **Author:** [@NickTheWilder](https://github.com/NickTheWilder) **Created:** 10/14/2024 **Status:** 🔄 Open **Base:** `master` ← **Head:** `feat-extend-layout-config` --- ### 📝 Commits (2) - [`ed4e4c2`](https://github.com/aome510/spotify-player/commit/ed4e4c2b2a201a09890666fa55d68d27fe891b1e) Extend layout functionality - [`4aa9d65`](https://github.com/aome510/spotify-player/commit/4aa9d656b9a65797e656d1632af024fb64b98dac) Extend README and example config file ### 📊 Changes **4 files changed** (+177 additions, -94 deletions) <details> <summary>View changed files</summary> 📝 `docs/config.md` (+28 -14) 📝 `examples/app.toml` (+1 -1) 📝 `spotify_player/src/config/mod.rs` (+39 -8) 📝 `spotify_player/src/ui/page.rs` (+109 -71) </details> ### 📄 Description Starts the first part of #535 to hide specific rectangles based on the user's configuration file. Inspired from the review comments in #545 Opened as a draft bc I've limited out on knowledge of the application (and rust). TODO: - [ ] Set the focused state to the first 'found' rectangle. - [x] Update default configuration file. - [x] Extend README. Feel free to takeover and create a new branch or directly add commits here. --- <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/spotify-player#1738
No description provided.