summaryrefslogtreecommitdiff
path: root/gjs/src/jsx
AgeCommit message (Collapse)Author
2024-09-01move libastal to /coreAylur
starting point of the monorepo
2024-07-20update eslint, ts-for-girAylur
2024-07-18fix(jsx): fat arrow widgetsAylur
2024-07-14chore(gjs): JSX types globalAylur
allow null types in Bindings, this remove the need for .as(String) on string properties
2024-06-09support deeply nested layout structuresAylur
js, jsx, lua now allows deeply nested layouts that contains Bindings Variable.derive will be automatically constructed where needed and Bindings in layouts will be bound automatically it breaks compatibility with ags even more, but jsx should be preferred imo anyway
2024-06-07fix: jsx edge casesAylur
2024-06-05add widgets for jsxAylur
2024-06-04small fixesAylur
* export Gdk * flatten jsx children
2024-05-25fix(jsx): handle children betterAylur
2024-05-25improve jsxAylur
edge cases will need to be handled as widgets are added
2024-05-25add(gjs): jsx supportAylur