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

I think there could be a button on the lower-left corner of tiles with an ellipsis/"More" icon that opens a popup (when tapping the "open tile editor" button as detailed later) to allow that tile to be configured for stuff like color, tile text, and whether the tile is active (last one would be another option above a "open tile editor" button in a popup), etc. #239

Open
DrewNaylor opened this issue Jul 14, 2023 · 0 comments

Comments

@DrewNaylor
Copy link
Owner

Tile text and color are easy enough, that just goes in the user's version of the tile's .desktop file. I also have ideas for allowing changing the exact amount of columns and rows a tile takes up, but that's already in the long document. Something else I'll need to include is stuff to allow changing what's accessed to display data as well as whether the tile is a Live Tile or not. Specifying whether it's active and actually showing data will have to go somewhere else. Would it be ok to put it in the tiles layout file, so it's user-focused and not changeable by the .desktop file so the app can't override the user's preferences easily? The only issue is that unpinning the tile will reset it to being active if it's repinned, and that may not be desired. I need to check what Windows 10 does. (Note: I'll put the toggle to turn on and off Live Tiles in a popup menu kinda like C-Shell with the rest of the settings accessible from another button in the popup; see the last paragraph)

To make things easy for users, I'll split the simpler stuff like whether to display data and the tile's color and text label's contents away from the more complicated stuff like what the tile uses to get data.

My idea for a specific button like this is basically from C-Shell, except the resize button is still there in the bottom-right to not slow down resizing while also providing more advanced features that aren't always needed. Maybe there can be a dropdown that has a button to turn off the tile with another one to change more properties. Yeah, that sounds like a good idea, because there's a good chance that turning off a Live Tile will be used way more than the rest of the stuff.

@DrewNaylor DrewNaylor changed the title I think there could be a button on the lower-left corner of tiles with a gear icon that opens a window to allow that tile to be configured for stuff like color, tile text, and whether the tile is active, etc. I think there could be a button on the lower-left corner of tiles with an ellipsis/"More" icon that opens a popup (when tapping the "open tile editor" button as detailed later) to allow that tile to be configured for stuff like color, tile text, and whether the tile is active (last one would be another option above a "open tile editor" button in a popup), etc. Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant