-
-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/user module #377
base: master
Are you sure you want to change the base?
Feature/user module #377
Conversation
e4ff05c
to
4a0980e
Compare
4a0980e
to
e9ec45b
Compare
This means a ton of icon generation which kills the currently added icon pack manager... got to find a way to make them working together. Till then this is blocked! |
Found my main issue. I added all the files as separated Icon. I got to reduce this amount to a lower scale with find the associated program for the file instance. |
c5a47c1
to
21835e7
Compare
21835e7
to
8d1fd43
Compare
dependent on:
Seelen-Inc/slu-lib#6
Description:
The current modification adds a new module, which able to determine the current user attributes. The user attributes are the followings:
As for that the user module exports the recent folder content (/file):
History item stored on the UI, which was created based on application switch. This is local value and never saved anywhere:
This way a history anytime can be accessed and presented.
History items are FR only class and extends from FocusedApp
Additional command which is also present on the screen:
Widget (this is placeholder, but not part of the current PR, as agreed) can be made like:
On the placeholder I still working on and will present when it is done.