Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GSconfig UI [v0.3]
#15
Meh that's a lot of questions, and indeed 90% of them are related to GS Custom Settings, not GSconfig UI.
Let me handle them 1 by 1.

(2015-05-24, 06:21:05)shawn_a Wrote: Yeah it would be neat to have a tools section at the bottom to put the two tools at top
Yes, agreed, I will take that into account for next version, and simply link to them in the relevant settings.

shawn_a Wrote:Also some of the code snippets are cutoff at the end for some reason, probably input size.
(% setting: gsconfig_ui/gs_editor_height <--
That's correct, input size. When you copy paste it, you'll have the full code.

datiswous Wrote:* There's a small bug with the fold-in fold-out button (Custom toolbar builder):
If you click on it, it will fold-out and + icon changes to - icon. When you fold it in again it stays - icon.
Really? I've tested, it works as expected for me on GS 3.3.3. Do you know of any special steps to reproduce?

shawn_a Wrote:Move syntax highlight to bottom not next to name, or make less obtrusive, light, italic etc.
datiswous Wrote:The (% code %) isn't needed for this plugin. You could use that place to revere to the actual code used in gsconfig.php.
True, in GS Custom Settings 0.5 I will introduce an option to hide this codefield, which I will use in GSconfig UI. The highlights will also be moved to a separate line.
However, the code displayed there cannot be changed to the GS constants. But I can write a <code> tag in the description.

datiswous Wrote:* Why is the toolbar configurator placed here?: http://rawgit.com/webketje/8c949d57beffe...index.html
Eh, that's kind of complicated to explain. Because both the custom toolbar builder & GS Custom Settings use KnockoutJS MVVM, and you can only bind your models once to your view without 'hacking' into it. So getting it in an iframe keeps the code framed from the main app (it's possible to include it, but more work).

shawn_a Wrote:Does this not read in the gsconfig ? My settings are not reflecting gsconfig.
If you get a message 'Your settings have been saved', your settings have been saved Smile . Is this not the case?
When GSDEBUG is (manually) turned on, do you get any PHP errors? Are settings saved when you simply build a custom tab in GS custom Settings? (to know where I should look for a potential bug)

shawn_a Wrote:maybe show only on hover, hide first and last dividers, and lighten color?
What do you mean by dividers? The gray borders between settings? If so, yes making it slightly lighter is a good idea, andd i'll have a go at making them visible only on hover.

shawn_a Wrote:also the UI needs a little work, hard to use on wide pages, does not use any of the GS wrappers for inputs and sections.
Uses alot of its own csss, and sidebar is not compatible with admin.xml colors.
I'm aware of the not fully compatible sidebar, however I've been taking steps to improve this & hope it will soon fully be. But you lost me on the 'wide pages', I don't see how it is hard to use even though it uses custom CSS?
IMO it is laid out nicely?
Reply


Messages In This Thread
GSconfig UI [v0.3] - by Tyblitz - 2015-05-20, 10:33:57
RE: GSconfig UI [v0.1 out!] - by Tyblitz - 2015-05-22, 22:52:45
RE: GSconfig UI [v0.1 out!] - by shawn_a - 2015-05-22, 23:17:14
RE: GSconfig UI [v0.1 out!] - by Tyblitz - 2015-05-23, 00:10:32
RE: GSconfig UI [v0.1 out!] - by shawn_a - 2015-05-23, 01:07:57
RE: GSconfig UI [v0.1 out!] - by Oleg06 - 2015-05-23, 05:55:54
RE: GSconfig UI [v0.1 out!] - by Tyblitz - 2015-05-23, 09:07:14
RE: GSconfig UI [v0.1 out!] - by shawn_a - 2015-05-23, 09:53:57
RE: GSconfig UI [v0.1 out!] - by Tyblitz - 2015-05-23, 11:09:27
RE: GSconfig UI [v0.1 out!] - by shawn_a - 2015-05-24, 03:32:20
RE: GSconfig UI [v0.1 out!] - by shawn_a - 2015-05-24, 03:40:43
RE: GSconfig UI [v0.1 out!] - by datiswous - 2015-05-24, 05:23:46
RE: GSconfig UI [v0.1 out!] - by shawn_a - 2015-05-24, 06:21:05
RE: GSconfig UI [v0.1 out!] - by Tyblitz - 2015-05-24, 08:52:20
RE: GSconfig UI [v0.1 out!] - by datiswous - 2015-05-24, 10:54:51
RE: GSconfig UI [v0.1 out!] - by shawn_a - 2015-05-24, 10:52:53
RE: GSconfig UI [v0.1 out!] - by Tyblitz - 2015-05-24, 12:23:34
RE: GSconfig UI [v0.1 out!] - by datiswous - 2015-05-24, 12:30:32
RE: GSconfig UI [v0.1 out!] - by Tyblitz - 2015-05-26, 23:47:10
RE: GSconfig UI [v0.2 out] - by Oleg06 - 2015-05-27, 03:47:22
RE: GSconfig UI [v0.2 out] - by Tyblitz - 2015-05-27, 05:54:11
RE: GSconfig UI [v0.2 out] - by Oleg06 - 2015-05-27, 06:28:52
RE: GSconfig UI [v0.2 out] - by Tyblitz - 2015-05-27, 07:03:40
RE: GSconfig UI [v0.2 out] - by Oleg06 - 2015-05-27, 08:35:23
RE: GSconfig UI [v0.2 out] - by Tyblitz - 2015-05-27, 10:07:28
RE: GSconfig UI [v0.2 out] - by Oleg06 - 2015-05-27, 17:03:00
RE: GSconfig UI [v0.2 out] - by Tyblitz - 2015-05-27, 17:52:51
RE: GSconfig UI [v0.2.1 out] - by Oleg06 - 2015-05-27, 21:56:16
RE: GSconfig UI [v0.2.1 out] - by Tyblitz - 2015-05-28, 02:01:06
RE: GSconfig UI [v0.2.1 out] - by shawn_a - 2015-05-28, 02:11:50
RE: GSconfig UI [v0.2.1 out] - by Tyblitz - 2015-05-28, 03:14:05
RE: GSconfig UI [v0.2.1 out] - by shawn_a - 2015-05-28, 03:38:06
RE: GSconfig UI [v0.2.1 out] - by Tyblitz - 2015-05-29, 20:45:06
RE: GSconfig UI [v0.2.2 out] - by Tyblitz - 2015-05-30, 23:37:51
RE: GSconfig UI [v0.2.1 out] - by datiswous - 2015-06-11, 03:23:15
RE: GSconfig UI [v0.2.1 out] - by Tyblitz - 2015-10-05, 04:08:11
RE: GSconfig UI [v0.3] - by ReBo - 2015-10-19, 08:07:26
RE: GSconfig UI [v0.3] - by Tyblitz - 2015-10-19, 08:57:08
RE: GSconfig UI [v0.3] - by datiswous - 2016-04-28, 22:20:06
RE: GSconfig UI [v0.3] - by shawn_a - 2016-04-29, 03:23:19
RE: GSconfig UI [v0.3] - by datiswous - 2016-04-29, 19:38:39
RE: GSconfig UI [v0.3] - by shawn_a - 2016-04-29, 23:14:52
RE: GSconfig UI [v0.3] - by datiswous - 2016-04-30, 06:46:45
RE: GSconfig UI [v0.3] - by shawn_a - 2016-04-30, 07:10:46
RE: GSconfig UI [v0.3] - by shawn_a - 2016-05-02, 00:35:33
RE: GSconfig UI [v0.3] - by Tyblitz - 2016-05-06, 07:13:03
RE: GSconfig UI [v0.3] - by shawn_a - 2016-10-09, 09:43:09
RE: GSconfig UI [v0.3] - by Tyblitz - 2016-10-16, 08:17:28



Users browsing this thread: 2 Guest(s)