Commit Graph

11 Commits

Author SHA1 Message Date
ba51628e50 Update branding and links to Zoo (#498)
* Update branding and links to Zoo
Fixes #496

* Update logo to generic

* Cleaner zip name
2024-01-09 06:41:27 -05:00
2dd46eea76 Update readme (#403) 2023-10-02 19:35:39 -04:00
28eb6ec3f3 Migrate away from CRA (#155)
* Migrate away from CRA
Fixes #128

* Add vitest

* Fix github client, still issues with kittycad

* Working e2e tests when kittycad.ts functions don't call node-fetch

* Remove cross-fetch that was causing issues in the browser (not sure why)

* Node 18, rm custom kittycad.ts, replace node-fetch

* Clean up

* Clean up and lint
2023-05-16 18:20:48 -04:00
ebc40ea14e Bump version 0.1.5 (#130) 2023-04-27 19:41:42 -04:00
e7f92df2a3 Align versions with v0.1.4 2023-04-26 09:24:25 +00:00
832d3825dd Align versions with v0.1.3 2023-04-25 11:38:43 +00:00
56945683a7 Align versions with v0.1.2 2023-04-25 10:16:09 +00:00
7844ea0b44 Build and push to Chrome Web Store on new releases (#109)
* WIP: json version set

* sudo

* Testing build with new version

* Clean up

* Comment out to check if CI passes

* Revert Comment out to check if CI passes

* --arg

* Clean up and TODOs

* if release

* Multiple jobs and commit

* CWS upload and fix
2023-04-24 16:53:19 -04:00
03473a2345 Bump version 2023-04-14 16:03:57 -04:00
e45e742aa7 Align manifest version 2023-04-03 06:27:58 -06:00
fd44076a18 Minimal working version (#1)
* cra boilerplate

* Dummy chrome extension

* eslint and working url popup

* content script and dummy messaging

* replace .obj diffs with dummy test

* comment and in-order multiple type support

* get pull api data from url

* README title and desc

* api/elements match with filename check

* github token signin signout

* manifest v3, service request for CORS

* working kittycad api in service worker

* First real background message

* Clean up,  better types

* Fix settings

* multiservice settings

* Tweaks

* WIP: download file

* Working downloads and kittycad conversion

* Inject react, add three dependencies

* Working stl canvas

* primer for github-like style

* Loading before model

* diff colors

* colorMode auto

* Popup clean up

* clean up

* Working loading

* Logos

* Add GitHub CI

* Working test

* yarn test in ci

* Little tweak

* Update README

* component tests

* Better test

* Clean up

* UserCard test

* working caddiff test

* Note

* Rename App to Settings

* storage test

* Clean up

* Clean up content script

* further content cleanup

* Fix test

* Little tweaks to modelview

* More tests and testing

* Regex fix

* LFS file download test

* prettier config from kittycad/website

* Little tweaks

* comment

* log level

* Tweaks

* README update

* more prettier

* comment

* Irrelevant comment

* No .vscode and readme update

* Remove .vscode

* Package.json update after vscode removal
2023-03-02 04:35:07 -05:00