[PR #341] [MERGED] [build] update apps_layout.csv from EPSILON_APPS flag in make command #371

Closed
opened 2026-05-06 13:17:03 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/341
Author: @AngeDieu
Created: 9/23/2023
Status: Merged
Merged: 11/5/2025
Merged by: @Yaya-Cout

Base: upsilon-devHead: apps-layout


📝 Commits (2)

  • 51d5ed0 [build] update apps_layout.csv from EPSILON_APPS flag in make command
  • ab854e1 Merge branch 'UpsilonNumworks:upsilon-dev' into upsilon-dev

📊 Changes

2 files changed (+13 additions, -1 deletions)

View changed files

📝 apps/home/Makefile (+2 -1)
📝 apps/home/apps_layout.py (+11 -0)

📄 Description

I did it ! It's my first real modification of Upsilon (and of any c++ project) ! 🎉

I fixed a bug :
When you buid Upsilon changing the app order with the EPSILON_APPS flag, the layout stayed the old one, and the app you clicked on wasn't the shown one.
It's easier to understand with screenshots:
image
and when I click on it, it opens the python app !
image

To fix it, the apps_layout.csv is automaticly updated from the EPSILON_APPS flag in the make command.

The Default and HidePython layouts are both updated because of the same bug: the layout and the content of the home app isn't synchronized (pressing the graph icon doen't mean go to the graph icon, but go to the app n°x, which can be different from the graph app).


🔄 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/UpsilonNumworks/Upsilon/pull/341 **Author:** [@AngeDieu](https://github.com/AngeDieu) **Created:** 9/23/2023 **Status:** ✅ Merged **Merged:** 11/5/2025 **Merged by:** [@Yaya-Cout](https://github.com/Yaya-Cout) **Base:** `upsilon-dev` ← **Head:** `apps-layout` --- ### 📝 Commits (2) - [`51d5ed0`](https://github.com/UpsilonNumworks/Upsilon/commit/51d5ed04d0c1daf997f7997867d5412f896755a6) [build] update apps_layout.csv from EPSILON_APPS flag in make command - [`ab854e1`](https://github.com/UpsilonNumworks/Upsilon/commit/ab854e16ab3307270cacd6d1864dd2700dc9d74e) Merge branch 'UpsilonNumworks:upsilon-dev' into upsilon-dev ### 📊 Changes **2 files changed** (+13 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `apps/home/Makefile` (+2 -1) 📝 `apps/home/apps_layout.py` (+11 -0) </details> ### 📄 Description I did it ! It's my first real modification of Upsilon (and of any c++ project) ! 🎉 I fixed a bug : When you buid Upsilon changing the app order with the EPSILON_APPS flag, the layout stayed the old one, and the app you clicked on wasn't the shown one. It's easier to understand with screenshots: image and when I click on it, it opens the python app ! image To fix it, the apps_layout.csv is automaticly updated from the EPSILON_APPS flag in the make command. The Default and HidePython layouts are both updated because of the same bug: the layout and the content of the home app isn't synchronized (pressing the graph icon doen't mean go to the graph icon, but go to the app n°x, which can be different from the graph app). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 13:17:03 +02:00
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/Upsilon#371
No description provided.