Wykres commitów

1359 Commity (045e96d34db4dbb1fd6dae201022cdf177470cfc)

Autor SHA1 Wiadomość Data
Atul Varma 045e96d34d
Add a 'disable gradients' toggle. (#148)
This adds a toggle to disable gradients, fixing #140.

On the Mandala page, this changes how our permalinks are structured, but does so in a backwards-compatible way, thanks to [Avro schema evolution][1].  Now the `s` querystring argument is prefixed with a schema version, the latest being `v2`.  If this prefix is missing, it's assumed to be the very first schema version, `v1`, and interpreted accordingly.

[1]: https://martin.kleppmann.com/2012/12/05/schema-evolution-in-avro-protocol-buffers-thrift.html
2021-06-06 17:49:49 -04:00
Atul Varma 2f82e2dc31
Set page <title> to same value as <h1> (#147)
Fixes #142.
2021-06-06 09:37:45 -04:00
Atul Varma 4bdc1d9fc1
Add documentation on type checking. (#146)
This adds documentation to the README about how to perform type-checking, and also links to TypeScript's documentation on editor integrations.
2021-06-05 10:36:04 -04:00
Atul Varma f2553177a9 Fix broken build (delete hill_BWgradient SVGs) 2021-06-05 10:23:31 -04:00
Nina Paley 417a6d17c4
Add files via upload
added background area to svg export from Affinity Designer to see if that helps upload
2021-06-03 13:46:53 -05:00
Nina Paley 587d173d73
Add files via upload
Testing "hill" symbol generated from Affinity Designer instead of Moho.
2021-06-02 19:27:35 -05:00
Nina Paley 21bb10ba9a
Add files via upload
added "background = true" to some symbol TOMLs
2021-06-01 11:29:24 -05:00
Nina Paley 830489d6b3
Add files via upload 2021-05-29 21:00:44 -05:00
Nina Paley 3a946958a2
Add files via upload 2021-05-29 20:47:34 -05:00
Nina Paley 153b2c362c
Add files via upload 2021-05-29 20:45:00 -05:00
Nina Paley 3b74ff7372
Add files via upload
gradient
2021-05-29 20:40:21 -05:00
Nina Paley 3b0f84030c
Delete arches.svg
no likey
2021-05-29 20:33:44 -05:00
Nina Paley f6be020d72
Add files via upload
modified gradient
2021-05-29 20:17:18 -05:00
Nina Paley 3dd7de4071
Add files via upload
gradient fixes
2021-05-29 20:13:05 -05:00
Nina Paley 72dac5a6f2
Add files via upload 2021-05-29 20:06:22 -05:00
Nina Paley 84316dfaf1
Add files via upload 2021-05-29 20:03:26 -05:00
Nina Paley 679712af18
Delete urn.svg
put in wrong directory
2021-05-29 20:03:12 -05:00
Nina Paley 31ab04a7a1
Delete circle_spiral.svg
put in wrong directory
2021-05-29 20:03:02 -05:00
Nina Paley a16e971f33
Delete bubbles.svg
put in wrong directory
2021-05-29 20:02:49 -05:00
Nina Paley bce6fc68f5
Add files via upload 2021-05-29 20:02:22 -05:00
Nina Paley 2238145931
Add files via upload 2021-05-29 19:59:19 -05:00
Nina Paley f52b22255b
Add files via upload
removed gradient
2021-05-29 19:57:29 -05:00
Nina Paley 62f79da0e8
Add files via upload 2021-05-29 19:55:54 -05:00
Nina Paley e9f378ec11
Add files via upload
gradients, including corrections to slightly off black and white colors
2021-05-29 19:51:06 -05:00
Nina Paley 41bbf62726
Add files via upload
gradients
2021-05-29 19:47:34 -05:00
Nina Paley 53b462f67e
Add files via upload 2021-05-29 19:44:59 -05:00
Nina Paley 52a48fba99
Add files via upload
gradients
2021-05-29 19:39:19 -05:00
Nina Paley 44100a619a
Add files via upload
gradient
2021-05-29 19:35:58 -05:00
Nina Paley b9f4be4456
Add files via upload
gradients
2021-05-29 19:31:45 -05:00
Nina Paley ef54a75863
Add files via upload
gradient, restored specs
2021-05-29 18:57:02 -05:00
Nina Paley 82453c1e78
Add files via upload
gradients
2021-05-29 18:54:37 -05:00
Nina Paley 021f242474
Delete tree3_BWgradient2.svg
forgot specs
2021-05-29 18:53:47 -05:00
Nina Paley 1ef38c14fa
Delete hill_BWgradient.svg
bad gradient (Moho)
2021-05-29 18:52:05 -05:00
Nina Paley 5c716964b7
Delete hill.svg
forgot specs
2021-05-29 18:51:41 -05:00
Nina Paley 96c867fe80
Add files via upload
gradients
2021-05-29 18:47:42 -05:00
Nina Paley 151fb087e0
Add files via upload
Gradient on "hill" is weird. Moho is exporting strangely. This was the best I could do.
2021-05-29 11:32:01 -05:00
Nina Paley 6bd5b18c10
Add files via upload
gradients on symbols
2021-05-29 09:42:48 -05:00
Nina Paley 7f1edb2263
Add files via upload 2021-05-29 09:04:08 -05:00
Nina Paley d0400bcfb8
Add files via upload 2021-05-29 09:01:03 -05:00
Nina Paley 024655c7ba
Add files via upload
more gradients on symbols
2021-05-28 12:00:56 -05:00
Atul Varma cfa414d74c
Add support for linear gradients (#135)
Fixes #134.
2021-05-28 12:41:25 -04:00
Nina Paley f4e76f9adb
Add files via upload
Added gradients to some symbols, to see how they look!
2021-05-28 10:28:23 -05:00
Atul Varma 46d9f524da
Use eslint. (#133)
Fixes #128.

A number of hook-related warnings were brought up, which this PR also fixes.  Note that from now on, if there are any warnings raised by the eslint, CI will fail.
2021-05-28 10:17:45 -04:00
Atul Varma d13c892f3d
Use esbuild instead of Parcel. (#131)
This replaces Parcel with [esbuild][].

esbuild has a number of advantages over Parcel:

* It is much, much, *much* faster. A Parcel build takes several seconds on my system, while esbuild takes 60-70 _milliseconds_.
* Parcel hard-crashes when I switch branches on Windows, esbuild doesn't.

The one disadvantage is that, as far as I can tell, esbuild doesn't support any kind of auto-reloading in the browser when you change things. IMO this isn't that big a deal and the benefits outweigh this minor inconvenience (and anyways, auto-reload has historically backfired so many times that I usually have been manually reloading the page whenever I make changes).

[esbuild]: https://esbuild.github.io/
2021-05-28 07:34:17 -04:00
Atul Varma f3ab28f70d
Factor out color-util.ts. (#130)
This fixes #129 and also factors out a new function, `clampedBytesToRGBColor()`.
2021-05-28 06:13:19 -04:00
Atul Varma 902dfa23fa
Add support for gradients (#127)
Fixes #121.
2021-05-27 16:09:05 -04:00
Nina Paley 82134eec9d
Add files via upload
adjusted gradients on some trees
2021-05-26 13:34:23 -05:00
Atul Varma 14f09ad90b Convert code of conduct to markdown. 2021-05-25 15:00:31 -04:00
Atul Varma c6f8821135 remove face_nest 2021-05-25 14:55:49 -04:00
mittimithai 55e70a44b3
Small adjustments to color sampling per meeting, commented out old ones (#122) 2021-05-19 06:31:30 -04:00