Skip to content
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

Layout format and Duplicate widgets #527

Open
Iss-in opened this issue Jan 9, 2025 · 2 comments
Open

Layout format and Duplicate widgets #527

Iss-in opened this issue Jan 9, 2025 · 2 comments

Comments

@Iss-in
Copy link

Iss-in commented Jan 9, 2025

I would like to request for 2 features .

New layout format

Currently the layout format is somewhat cumbersome to deal with, widgets arent of same size by default. In some widgets height/width are configurable , in some they are not . getting a widget to an exact position is also somewhat painful and it also doesnt translate well among displays of different resolution.

I would propose if we can do it akin to a tiling manager. Every empty space can either be divided horizontally or vertically or can be assigned a widget instead.

Or simply make every widget resizable and draggable.

  1. multiple instances of widgets

would be nice to have ability to add multiple instance of same widget. For example. for quick links,
i could add social media sites in one group, and my current project in another, switching tab groups is kinda cumbersome , its far more better having it out there visually.

@victrme
Copy link
Owner

victrme commented Jan 13, 2025

Hello @Iss-in !

Multiple instances of widgets is not possible because they are not reusable components, but "baked-in" the code. That means we would need to rewrite the whole codebase to add a feature like this!

I am currently working on improving the usability of the layout feature. I'll see what it would take to replace it like a tiling manager. It might be easier to implement than what we currently have 🤔

Being able to resize all widgets individually would be a great addition, if we find a simple way to integrate it!

Thank you for your thoughts 👍

@Iss-in
Copy link
Author

Iss-in commented Jan 13, 2025

looking forward to it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Planned
Development

No branches or pull requests

2 participants