active-css icon indicating copy to clipboard operation
active-css copied to clipboard

The epic event-driven browser language for UI with functionality in one-liner CSS. Over 100 incredible CSS commands for DOM manipulation, ajax, reactive variables, single-page application routing, and...

Results 8 active-css issues
Sort by recently updated
recently updated
newest added

Per title. Investigate and find a solution. May need an "allow-scripts" security restriction on the ajax command to get this to work keeping security considerations in mind.

enhancement
done on branch
docs to do

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.9 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

Currently variables written directly in HTML looks like this: ```{$varname}```. A need has arisen for there to be an additional syntax for fetching a variable based on a string name....

enhancement
docs to do

Would be good to have this, and it would be more performant. Needs to work with break, continue, exit, etc.

enhancement
docs to do

Too many event triggers on large SPAs and no local variable scoping can make things feel a bit messy. A @function statement is indicated to better organise things. Syntax to...

enhancement
proposal

Resizes one to many elements in a web UI. Unorganized unvetted thoughts/ideas so far... (_hope I can keep editing this after submission..._) This is one of very few UI "Holy...

A current solution: ``` #something:click { body { toggle-attribute: data-something; } body[data-something] #something { render: "Not something"; } body:not([data-something]) #something { render: "Something"; } } ``` This could then become,...

enhancement

It's currently not obvious how to get the key pressed in keyboard events, as you have to use JS in event commands to reference it ("{= o.e.data =}" or "{=...

enhancement
docs to do