Ozzie Gooen
42528eb07e
Merge branch 'develop' into documentation-refactors-jul
...
* develop:
delete SquiggleItem
hotfix: version increment
copy share link button
revert last commit
changed import from local docusaurus component to `@quri/squiggle-components` component
inherit props to `runPartial`
absolute path for `bindingsImportsFile`
`yarn format` compels me
fix build
trailing slash?
@berekuk's CR
lazy tabs (fixes #506 )
remove SquiggleItem, unused
fix lint
checking in editor.jsx file
removed comment, cleaned up a function
imported bindings
2022-07-28 16:00:13 -07:00
Ozzie Gooen
f7e6061f17
Merge pull request #897 from quantified-uncertainty/copy-share-link
...
"Copy share link" button
2022-07-28 12:18:10 -07:00
Vyacheslav Matyukhin
3d41d8a8d1
delete SquiggleItem
2022-07-28 23:03:13 +04:00
Quinn Dougherty
73d1586858
hotfix: version increment
2022-07-28 12:59:11 -04:00
Quinn
b064e6bd7f
Merge pull request #893 from quantified-uncertainty/fix-chart-size
...
Fix chart sizes in tabs in docs
2022-07-28 12:56:30 -04:00
Quinn
ffa0f40fb1
Merge pull request #892 from quantified-uncertainty/mdx-cli
...
imported bindings
2022-07-28 12:55:35 -04:00
Vyacheslav Matyukhin
55ec328745
copy share link button
2022-07-28 20:24:09 +04:00
Quinn Dougherty
3f6e1b2caf
revert last commit
2022-07-28 11:26:22 -04:00
Quinn Dougherty
91246ffad3
changed import from local docusaurus component to @quri/squiggle-components
component
2022-07-28 11:17:14 -04:00
Quinn Dougherty
779fcf4fc6
inherit props to runPartial
2022-07-28 11:07:32 -04:00
Quinn Dougherty
c77795c832
absolute path for bindingsImportsFile
2022-07-28 10:57:58 -04:00
Quinn Dougherty
33e5ebd6da
yarn format
compels me
2022-07-28 10:43:59 -04:00
Quinn Dougherty
7fc646f5b5
fix build
2022-07-28 10:43:27 -04:00
Quinn Dougherty
a536f1f4e1
trailing slash?
2022-07-28 10:37:00 -04:00
Quinn Dougherty
ff05685634
@berekuk's CR
2022-07-28 10:33:31 -04:00
Vyacheslav Matyukhin
e1f178d0ae
lazy tabs ( fixes #506 )
2022-07-28 18:16:31 +04:00
Vyacheslav Matyukhin
5618ef3f34
remove SquiggleItem, unused
2022-07-28 18:14:20 +04:00
Ozzie Gooen
31626b05c4
Added a simple example
2022-07-27 22:09:43 -07:00
Ozzie Gooen
327dc521f1
Modifiying Overview page and Guides
2022-07-27 21:08:10 -07:00
Ozzie Gooen
b1cc459d13
Merge branch 'develop' into documentation-refactors-jul
...
* develop: (35 commits)
don't spin pause icon on runs
delayed overlay and autorun spinner
playground renders code on second pass
executionId for code re-runs
spinner in autorun mode; autorun refactorings
increase modal width
remove toggle animation
hideOnScoll navbar on website
smooth scrolling when scrolling back to item from modal
improve tooltip positioning
fix tooltip padding on website
close modals on escape key
change variable border color
smart modal positioning
fixes #872
⬆️ Bump @typescript-eslint/parser from 5.30.6 to 5.30.7
⬆️ Bump @types/node from 18.0.6 to 18.6.1
⬆️ Bump mathjs from 10.6.4 to 11.0.1
⬆️ Bump webpack from 5.73.0 to 5.74.0
⬆️ Bump @testing-library/user-event from 14.2.6 to 14.3.0
...
2022-07-27 16:54:50 -07:00
Ozzie Gooen
3f8b99aa3a
Improving Overview
2022-07-27 16:54:25 -07:00
Quinn Dougherty
5f3dd12542
fix lint
2022-07-27 17:44:09 -04:00
Quinn Dougherty
2279624750
checking in editor.jsx file
2022-07-27 17:42:46 -04:00
Quinn Dougherty
a46f50dd0f
removed comment, cleaned up a function
2022-07-27 17:40:21 -04:00
Quinn Dougherty
405c1bf8f3
imported bindings
2022-07-27 17:31:40 -04:00
Ozzie Gooen
dcd25c2254
Merge pull request #889 from quantified-uncertainty/autorun-improvements
...
Autorun improvements
2022-07-27 12:36:34 -07:00
Vyacheslav Matyukhin
ec4777bd61
don't spin pause icon on runs
2022-07-27 23:01:15 +04:00
Vyacheslav Matyukhin
b1e7164c7e
delayed overlay and autorun spinner
2022-07-27 22:37:46 +04:00
Vyacheslav Matyukhin
329bb9432e
playground renders code on second pass
2022-07-27 21:28:21 +04:00
Vyacheslav Matyukhin
9ec84d2c96
Merge branch 'develop' into autorun-improvements
2022-07-27 13:06:05 +04:00
Vyacheslav Matyukhin
eacc1adf1d
executionId for code re-runs
2022-07-27 13:03:23 +04:00
Vyacheslav Matyukhin
724fb4956d
Merge branch 'collapsible' into autorun-improvements
2022-07-27 13:02:38 +04:00
Vyacheslav Matyukhin
3bdc5c67a2
spinner in autorun mode; autorun refactorings
2022-07-27 12:12:03 +04:00
Ozzie Gooen
563f82f48c
Merge pull request #796 from quantified-uncertainty/collapsible
...
Collapsible records in playground output
2022-07-26 17:26:21 -07:00
Ozzie Gooen
b7d6256032
Merge pull request #875 from quantified-uncertainty/dependabot/npm_and_yarn/typescript-eslint/parser-5.30.7
...
⬆️ Bump @typescript-eslint/parser from 5.30.6 to 5.30.7
2022-07-26 16:17:43 -07:00
Vyacheslav Matyukhin
a599768638
increase modal width
2022-07-27 01:26:54 +04:00
Vyacheslav Matyukhin
d6cc3a419b
remove toggle animation
2022-07-26 23:00:20 +04:00
Vyacheslav Matyukhin
8fbf5decf8
hideOnScoll navbar on website
2022-07-26 21:58:03 +04:00
Vyacheslav Matyukhin
e3e9c76af2
smooth scrolling when scrolling back to item from modal
2022-07-26 21:56:12 +04:00
Vyacheslav Matyukhin
8be3f91d8e
improve tooltip positioning
2022-07-26 21:55:38 +04:00
Vyacheslav Matyukhin
2abb3968dd
fix tooltip padding on website
2022-07-26 20:47:42 +04:00
Vyacheslav Matyukhin
e76a4beb4d
close modals on escape key
2022-07-26 20:27:10 +04:00
Vyacheslav Matyukhin
fd36e9ef9e
change variable border color
2022-07-26 20:19:31 +04:00
Vyacheslav Matyukhin
b76e1df819
smart modal positioning
2022-07-26 20:17:36 +04:00
Ozzie Gooen
fb0aa72aac
Merge pull request #882 from quantified-uncertainty/issue-872
...
fixes #872
2022-07-25 12:10:36 -07:00
Umur Ozkul
66e48dd834
fixes #872
2022-07-25 19:56:18 +02:00
dependabot[bot]
79c86146ca
⬆️ Bump @typescript-eslint/parser from 5.30.6 to 5.30.7
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.30.6 to 5.30.7.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.30.7/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-25 16:13:13 +00:00
Ozzie Gooen
4c756a1448
Merge pull request #879 from quantified-uncertainty/dependabot/npm_and_yarn/mathjs-11.0.1
...
⬆️ Bump mathjs from 10.6.4 to 11.0.1
2022-07-25 09:08:00 -07:00
Ozzie Gooen
03fba76ae9
Merge pull request #876 from quantified-uncertainty/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.30.7
...
⬆️ Bump @typescript-eslint/eslint-plugin from 5.30.6 to 5.30.7
2022-07-25 09:06:51 -07:00
Ozzie Gooen
556480e8fc
Merge pull request #880 from quantified-uncertainty/dependabot/npm_and_yarn/types/node-18.6.1
...
⬆️ Bump @types/node from 18.0.6 to 18.6.1
2022-07-25 09:06:29 -07:00