Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/survivejs/tailspin

Site generator and design system in one
https://github.com/survivejs/tailspin

fix: Drop .only's

bc0d0e83e1fd0e49f1bb8f9843c238a4985f825e authored over 4 years ago by Juho Vepsäläinen <[email protected]>
fix: Parse booleans correctly

f12e85f8eda6881dfa840f91a2297418422af3cc authored over 4 years ago by Juho Vepsäläinen <[email protected]>
refactor(heading): Push withAnchor as a prop

7dbcfa1b44852a7d8be2ac255399d981bb467999 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
fix(list): Combine List.Item children correctly

488ea8da7919725192cce0e6d52de454a84fb898 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Improve List semantics

b6c4cbeb87b3f46d8d1712b8b13ee0bfd38d40cc authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Use List at toc

9801313111a0d6fb6d90db0dc28b7fd6e4d6f194 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
feat: Add a List component

ea9a610722056354130b1eb40b28bf55ed6ab185 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
fix: Join children correctly

32bcaf110916930ac301a42f699a865f4e6e5746 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Enable code editor for toc

08d38140c30435d3377a7c6a879c5a5d0939ffeb authored over 4 years ago by Juho Vepsäläinen <[email protected]>
fix(navigation): Fix a type error

136c330ce8c680904f7b77dade591d6197068ce6 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Enable code editor for accordion

b863b511c8f8d1ac1dbe059b2bbd50de73c23597 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
feat: Support complex prop expressions and props in parsing

835dd490c32f15cfdf064097dedc5ceb0878c5d7 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
fix(evaluate-jsx): Parse regular html elements and their attributes

6ab72b58ec8f699d33ac2ff71cb7467489b87f7b authored over 4 years ago by Juho Vepsäläinen <[email protected]>
refactor: Handle children replacement through AST

That seems like a saner approach.

953e438dcbbb6e0c483956b5068e03a2237c8bfe authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Add more tests

ffaa1ff8c394c2acdc4d0592ac712138521ecea7 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
fix: Use system font (monospaced) for code

17bb706172c6d13679e80989437d34c31c09d010 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
fix: Drop tab fallback for now

This needs a better solution.

1b4ffd4f34e8d441c0c3d0482e06b7b03d5f42a5 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
feat: Render fallbacks for examples

e77c1473f6014f378b26c97482e12f7d8d6a762d authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Add a todo

61e66e29c93119e7afa96563a23386ca265a677a authored over 4 years ago by Juho Vepsäläinen <[email protected]>
feat(tab): Allow showing a tab as fallback

037bcce47e0b792e6c8182306a2a7ff18c5ca3b4 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
feat(code-editor): Add code fallback

f20f9f2e15b956ce52126edd7307405a8188b0d5 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
fix: Use the same font for code editor elements

1c354f187156755caa1a4d019cd3f1bd1716a76c authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Enable code editor for alert

9837771556ee1bde77bef7e87c7701344688c982 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
fix: Make component code editor work for tag as expected

This can be improved further.

9ce009455dd9bd8f7246da99377115ed51c9a8f2 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Update sidewind

This fixes editor performance.

42a6d1ae0ecdc2faa268ceec9a39744dca841e40 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Drop redundant code

11515ed534f6fd1eca654c2c816d92ebe8810851 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Update sidewind

83079d61c747a0d3d53f4f4df93535341a3997a3 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Drop a redundant box

f5a316b0dd50ad1c0fbc81651cddb09f4ee30ea4 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Update sidewind

This should fix the "state in between" issue.

ab45299c93eb22e36d0c2c10b013947da5f2a85c authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Add code to debug

3314f0d98d7a71c2cf748e7bbf5952fcbe3a5776 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
fix: Fix row calculation

Looks like it was about escaping.

e34ac252ff51b5dd9914d0a71164a0badfc35dc8 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Add a todo

beb52c64413558d26534454103afd019609e0103 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Sketch out code editor

It looks like sidewind needs to support labels in attributes as well.

f2f8c71764dccfd341f17611fa4004bd481edaea authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Push editor wrapper to the right place

c04c41679818d8ebf1ba1503243e09caaac327e0 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Update dependencies

017808cda5690dd1326db1a54aa2211ab04b13c5 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Update dependencies

a375fe00286e673c26bdaa11eb8ee77cc15ca5e9 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
feat: Sync tag component and source on modification

This needs clean up and generalization but the proof of concept works
now.

fe020ea7d43f2216872c6a1066702621c9ae32cf authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Clean up layout

446d9a25083a6c0810732e29dadc2d07dd4dd23d authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Replace pre with Box

7f62aa145f1b68e325b63abc95f6a0dc58ab86f3 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Decouple code editor

34db4cf54f8fe916d0e6726247bcfae9405cf5cd authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Start decomposing code editor

a748800297200e1d33ae5103af39555d434de133 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
fix: Solve children rendering

3273b4deb914f24450a0bdf83c3eafae46690985 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Sketch out code update logic

The main question is how to handle children.

e37107406dcc7edd6010ceec9f365270ff464e47 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Sketch out updateCode helper

5e0bb5efd176741fd83b3ea8d624118aa59c8b41 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Parse component source

daffd6419d77b885d63f668006d534f061fe63ce authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Connect with CodeEditor

a464563f70382e1afb884eb1f0c852e78b2b6a34 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Add a stub for component code editor

c7cf0cbd1d14964067506a39ee03ac1901cf01e0 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
fix(tag): Fix rendering on complex cases

7e2c391a3b3831534a6881fcd9aa2c724e0438ba authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Drop unused import

b223674aceb54c9efd9ef0b32a4e5d5f8828e284 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Improve layout

3fa498c6833ca4ee1b38c15fbb4eb2d0fd158601 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
fix: Drop ,'s from categories

3131acad3678429a4913a1ada1cd1e22a3b81cdb authored over 4 years ago by Juho Vepsäläinen <[email protected]>
fix: Avoid error at console

daf04d1f4ac4e837f00e978cb6ae52ee19359558 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
fix: Add missing data

00c2ff20f2622cc4f27756341458ba538b99ed20 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
feat: Support objects within arrays

d5c0cd8a2da6c86f4a30e74adc85f579d04808b2 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
feat: Support object expressions within attributes

5cb063f1695840d32057fca1918fd36325638190 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Add realistic example data

5eb351804f643501c41b1f03bc9cb5761a91832d authored over 4 years ago by Juho Vepsäläinen <[email protected]>
fix: Fix typo

f726e52aea2490d55970aadc2da40cf607057840 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
feat: Support lookup from components

a2d36e7fb9ec43cbad79f9d2244b250bb843600d authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Integrate JSX parser to the page

It looks like some logic needs to be added for property based lookups.

cf6a1d2392716c46139132738ef77617fe0a2bb6 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
feat: Allow props to contain components

4b75c6dd07c8890c4eda7b0ecd7ac96d869e730d authored over 4 years ago by Juho Vepsäläinen <[email protected]>
feat: Allow JSX to be nested

dbfc7c15fbd61d698fc919ef2f3942c3977bda6d authored over 4 years ago by Juho Vepsäläinen <[email protected]>
feat: Support simple expressions at children

c1f34fc63367b6c2010a42dc0d7e502dc42f977d authored over 4 years ago by Juho Vepsäläinen <[email protected]>
feat: Support simple expressions inside props

d0be62a4e15b56c098c74d165dafe028295ef899 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
refactor: Co-locate test components

1755538c9af0613f0ae2d510db6d29415eb6af61 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
feat: Support both props and children at the same time

1700088796d6df1ce71232faa5c37e5eef7bb657 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Support props

c42ffcdac88a347afaa4a0394cd7ebc76dc1e8ee authored over 4 years ago by Juho Vepsäläinen <[email protected]>
feat: Add initial portion to the JSX parser

25be55a50682cf2f726548afbabdb7169eb115a7 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Add a stub for testing

6c3e37b0b7b795781ab24101f163abb0929c72ff authored over 4 years ago by Juho Vepsäläinen <[email protected]>
poc: Try acorn

This can work but it needs a small transformation step.

ce2a306f0fad61be15c082db895bafe33211a8c2 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
fix: Apply clean before starting

Otherwise the development server might be in an inconsistent state.

c20413612df05bc907db8b973e47e198e1ce9ab2 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
feat: Make site content modification aware

Likely this won't work if new pages are added as that would need extra
logic.

1e7bfd5ea11e253cdfd7e7a1a94105e182f9f326 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Set up a todo

38403df2e00109db7df8f855d446622f9a612e60 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
feat: Load blog pages from the file system

980476e6fad288e2606d30453f29b74367eafe15 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Update demo data

98c7ec33471f09c39bf714e29b8644b5f42b7cf5 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
refactor: Simplify blog page generation

624e9af6a3c791e04f184b696a8d7832d435c1e0 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
refactor: Simplify blog index generation

8bb0abaa9885ad17cd4895741cf152089a01cd6b authored over 4 years ago by Juho Vepsäläinen <[email protected]>
fix: Fix blog bolding at the navigation

df36b01bea48a28e76758f9c6e374b42797053e1 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Improve layouts

981758a5a32ac6c28eab6d4052730a9a780e1788 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Use the tag pattern

904cff06b210009123d49ddb2e5c7f4f0ef72e08 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Add initial mock data

1502a37c6619fcdddd240c7ccc6d239bdc004c00 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
feat: Generate blog index and pages

The content fetching and layouts need work still.

1f39e7fab23d59d7a67e9d705de3d29eb433230e authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Add a todo

4a1b14d35cb2bc743d470dd36e81d017f7c5766a authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Add stubs for blog index and blog page layouts

462a8bede4a3e0e743584d1b20c93acb3b2ee1a9 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
feat: Add tag pattern

636ac21057d71bb4695fdfb04cf6df316f03eda0 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
fix: Don't render props tab if there are no props

5dc98fa6a586eb0f6ce55c104f06072d7919b2c7 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore(tab): Improve tab outlook

c8e8046ee7e7d6f285d0d957b32f1258ecf0f202 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Fix type

3205f210249d9bbe715f83e3bdeacbf9c4c830cf authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Drop dead code

a5687d23ce76b0cbb5cc515fdf9b28216fbfddfe authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Use tabs for example and types

7aa9dc9bd2aeede76ef5d92609e70aa47ec8987c authored over 4 years ago by Juho Vepsäläinen <[email protected]>
feat: Add Tab pattern

f6a39d3a02c5ad5686af84fc1328b6e3828c6009 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
feat: Add Accordion pattern

74eebc2dfcd2df972b4357434a23a4858c3dd187 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
fix(navigation): Fix example colors

8944b83c7760aa2f7864b646fe772aa6043e8adc authored over 4 years ago by Juho Vepsäläinen <[email protected]>
refactor(flex): Enforce flex direction

f3af646dc5709f05c40b4c1af8737d7db2ab1678 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
feat(flex): Support array syntax for setting direction

Likely the same idea should be used elsewhere as well.

59e9ce2cdaefc50ba5323e17a6434f4da78fe030 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
fix(box): Don't leak as

132852b6f1e2e07975c99ff6b9e57effb252a8b0 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Improve semantics and rendering

8e58c20ff28c3b6c517983c96e9ba273519d3818 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
feat(flex): Add initial support for direction

1f1bb96c29215467dccb52f8401c2ff717923a6d authored over 4 years ago by Juho Vepsäläinen <[email protected]>
fix(box): Don't leak attributes to the DOM

81b645ac3dc702b63f0ea3b0cf72bea7274f8d51 authored over 4 years ago by Juho Vepsäläinen <[email protected]>
feat: Sanitize markdown html

fa8f30c21916fc8646b610a5ee93ee2d76a3634c authored over 4 years ago by Juho Vepsäläinen <[email protected]>
chore: Move markdown processor to a better place

151949f2dafc76543ec63ef99e43059734ffe8a3 authored over 4 years ago by Juho Vepsäläinen <[email protected]>