feature: implement a gooey config editor #27
Replies: 11 comments 25 replies
-
I'd like it if the GUI were similar to those in vertical-stack-card, grid-card, etc,, where you can add tabs by clicking a + button, and rearrange them with < and > buttons. |
Beta Was this translation helpful? Give feedback.
-
everyone participating in this thread: im making progress on the gui editor. ive made screencast below showing what i have at this point: Overview.Home.Assistant.mp4i would like some input. what do you think of it? this is a pretty large addition of code. should i push beta releases from this branch im working on so you all can test it out and flesh out any bugs before it hits the masses? edit: noticed theres still bugs in the tab selections 🤦♂️ bane of my existence! |
Beta Was this translation helpful? Give feedback.
-
have pushed an alpha of the graphical editor for testing and suggestions from those interested: https://github.com/kinghat/tabbed-card/releases/tag/v0.4.0-alpha |
Beta Was this translation helpful? Give feedback.
-
one piece of feedback id like to receive is what information should be inferred when picking a card? for example, the tab label. currently if i pick a card, the label is just blank and looks weird: should i try to infer some type of name or id from the card to populate the label config parameter for people? ive wanted to keep from generating actual config for users but maybe in this case 🤔 |
Beta Was this translation helpful? Give feedback.
-
So far so good. I did some general testing and noticed that there appears to be a scoping issue associated with the "Local Tab Configuraiton" panel. To recreate:
Now on any tab the "local tab configuration" panel is blank and the contents are flicker on screen when expanding then disappear. Reviewing the HTML with it expanded and retracted the "" contents are present when retracted and shown when expanded. This bug does not seem to happen if the "local tab configuration" panel is retracted before switching to another tab. Hopefully this feedback is helpful. Thanks for your hard work! |
Beta Was this translation helpful? Give feedback.
-
does anyone have any examples of HA itself or other cards that let users configure styling on the frontend? looking for some inspiration other than just a text area/field. otherwise it would be just as easy to toggle the code editor and add them there. |
Beta Was this translation helpful? Give feedback.
-
added color pickers to the styles tab. sorry it took so long but i was indecisive on how i wanted to handle it. its only the colors for now but ill add the text size and possibly the opacity config of inactive tab elements. report any issues please. also id like to know if the |
Beta Was this translation helpful? Give feedback.
-
are others seeing the overlapping selector labels on firefox or whatever browser youre using? |
Beta Was this translation helpful? Give feedback.
-
Yes replaced 4.0 for 4.1
Van: kinghat ***@***.***>
Verzonden: zondag 12 februari 2023 17.42 uur
Aan: kinghat/tabbed-card ***@***.***>
CC: HenkSiemer ***@***.***>; Comment ***@***.***>
Onderwerp: Re: [kinghat/tabbed-card] feature: implement a gooey config editor (Discussion #27)
Probably doing something wrong but i get this "STYLES NOT IMPLEMENTED: wat?"
😀
have you updated to v0.4.0-alpha.1 <https://github.com/kinghat/tabbed-card/releases/tag/v0.4.0-alpha.1> ?
—
Reply to this email directly, view it on GitHub <#27 (reply in thread)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AM3HBBRJXIGRA5MMSMVQ5OTWXEHD7ANCNFSM6AAAAAARKFKHHY> .
You are receiving this because you commented. <https://github.com/notifications/beacon/AM3HBBRIJ2ZGWDZVZKB75T3WXEHD7A5CNFSM6AAAAAARKFKHH2WGG33NNVSW45C7OR4XAZNRIRUXGY3VONZWS33OINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQAJOEGO.gif> Message ID: ***@***.*** ***@***.***> >
|
Beta Was this translation helpful? Give feedback.
-
Hello! How is this going? Do you need more testers or feedback? |
Beta Was this translation helpful? Give feedback.
-
Any news ? |
Beta Was this translation helpful? Give feedback.
-
add the gui config editor for those that dont manage card configs via yaml
Beta Was this translation helpful? Give feedback.
All reactions