mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[PR #332] [CLOSED] [build] update apps_layout.csv from EPSILON_APPS flag in make command #367
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#367
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/332
Author: @AngeDieu
Created: 7/13/2023
Status: ❌ Closed
Base:
upsilon-dev← Head:upsilon-dev📝 Commits (2)
51d5ed0[build] update apps_layout.csv from EPSILON_APPS flag in make commandab854e1Merge 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:
and when I click on it, it opens the python app !
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.