1978 Commits

Author SHA1 Message Date
Brandon Chinn
1b752edd0c Fix README 2021-08-18 09:03:26 -07:00
Brandon Chinn
66ad39913f Fix Docker image with --env-file 2021-08-18 09:03:26 -07:00
Brandon Chinn
d3cd4f2519 Add --env-file flag 2021-08-18 09:03:26 -07:00
Brandon Chinn
296c8e4782 Improve Dockerfile 2021-08-18 09:03:25 -07:00
Brandon Chinn
7465c5d852 Bump stack version 2021-08-18 09:03:11 -07:00
Brandon Chinn
2891bc8498 Remove dynamic flag
If anyone needs this flag, they should be able to just do
--ghc-options='-dynamic'. Instead of removing it, we could also hide it
behind a Cabal flag
2021-08-18 09:03:11 -07:00
Vaibhav Sagar
11c4715858
Merge pull request #1253 from brandon-leapyear/chinn/resolver
Bump stack resolver
2021-08-18 19:01:37 +10:00
Brandon Chinn
3a856bb644 Bump stack resolver 2021-08-17 21:21:49 -07:00
Vaibhav Sagar
6e69c210c5 Dockerfile: sync LTS with stack.yaml 2021-08-17 14:28:50 +10:00
Vaibhav Sagar
6116de70da
Merge pull request #1249 from jamesdbrock/examples-update
Update some example notebooks
2021-08-16 22:58:23 +10:00
Vaibhav Sagar
1aaa152f1a
Merge pull request #1247 from jamesdbrock/replaceOutput
replaceOutput runs without flickering the GUI
2021-08-16 22:56:49 +10:00
James Brock
c4b7036b19 Update some example notebooks
Update some example notebooks to the latest notebook version, so that
when they start, Jupyter doesn't immediately update them and mark them
as changed.

Also replace the fake diagrams test notebook with a real diagrams test
notebook. The fake diagrams test notebook was actually the charts test
notebook.
2021-08-16 14:41:56 +09:00
James Brock
9f76defd2f replaceOutput runs without flickering the GUI
Also export `OutputMsg` constructors so that users can call
`setField` on an `OutputWidget` to write their own `replaceOutput`
functions.
2021-08-16 11:32:47 +09:00
Vaibhav Sagar
dfcbe59c76
Merge pull request #1246 from daviddavo/master
Updated sample widget Notebooks
2021-08-16 02:00:37 +10:00
David Davó
bd6c403ccc Removed unused imports 2021-08-15 13:11:47 +02:00
David Davó
ba7440ffb7
Merge branch 'gibiansky:master' into master 2021-08-15 11:57:52 +02:00
David Davó
14781f81ce Updated widgets sample Notebooks 2021-08-15 11:57:22 +02:00
David Davó
6dbb61ef42 Added ChangeHandlers to picker widgets 2021-08-15 10:36:55 +02:00
Vaibhav Sagar
65434e970e
Merge pull request #1242 from daviddavo/master
Updating IHaskell-widgets
2021-08-15 17:18:44 +10:00
David Davó
5cf832629b Removed <&> operator 2021-08-14 10:37:21 +02:00
David Davó
948c68526b Updated documentation and removed unused fields 2021-08-13 16:40:25 +02:00
David Davó
414cd64fca Added widget list notebook 2021-08-12 23:21:17 +02:00
David Davó
3cca06044d Unified widget builders naming convention 2021-08-12 11:19:06 +02:00
David Davó
e2e4862486 Revert "Updated docker workflow"
This reverts commit e3a5ae79b5d9232331e368d25a0aba487b21c01d.
2021-08-10 20:06:05 +02:00
David Davó
e3a5ae79b5 Updated docker workflow 2021-08-10 15:20:44 +02:00
David Davó
08627708f3 Some updates to widgets examples 2021-08-07 08:53:34 +02:00
David Davó
6322e6b02f Output widget display anything 2021-08-06 19:39:05 +02:00
David Davó
7e3f0e0068 Output widget with text 2021-08-06 17:41:50 +02:00
Vaibhav Sagar
b82134f939 README.md: fix references to jupyterlab extension 2021-08-07 00:39:01 +10:00
David Davó
3c9dec708c ByteString: Removed orphan 2021-08-05 14:42:36 +02:00
David Davó
1f772ccb96 Added jslink and removed warnings 2021-08-05 13:21:38 +02:00
David Davó
6275019ac1 Added link widgets and toKey in Singletons 2021-08-04 22:03:52 +02:00
David Davó
67ab446eed Added widgets styles 2021-07-30 19:21:19 +02:00
David Davó
abf2a721f9 Added DesciptionStyle 2021-07-30 14:33:35 +02:00
David Davó
45fcace9b7 Updated layout 2021-07-30 12:32:07 +02:00
David Davó
6fa862320b Added layout widget 2021-07-30 00:02:40 +02:00
David Davó
97d1719b9a Updated SelectionContainer widgets 2021-07-25 17:08:27 +02:00
David Davó
74e3615527 Updated Box widgets 2021-07-25 16:40:08 +02:00
David Davó
f9abfc1960 Started controller widget 2021-07-25 13:40:14 +02:00
David Davó
be8e61f9a9 Added DatePicker widget 2021-07-24 13:31:34 +02:00
David Davó
754b3be822 Added colorpicker widget 2021-07-23 18:51:02 +02:00
David Davó
2ae0cba2d0 Added Play widget 2021-07-23 18:22:39 +02:00
David Davó
ad2b61a784 Added more String widgets 2021-07-23 13:28:04 +02:00
David Davó
9741786d22
Merge branch 'gibiansky:master' into master 2021-07-23 11:55:25 +02:00
David Davó
cc718f3e5b Added media widgets 2021-07-22 13:38:51 +02:00
David Davó
f3bbe00b58 Added buffer paths to widgets 2021-07-22 12:09:26 +02:00
David Davó
5a03d3ddd5 Selection widget demo 2021-07-19 19:59:32 +02:00
Vaibhav Sagar
6f1b51bb18 IHaskell.Eval.Evaluate: support :reload 2021-07-19 06:34:36 +10:00
David Davó
d26ecb0209 Finished reimplementing class hierarchy 2021-07-17 11:38:57 +02:00
David Davó
c05da98545 Adding new fields to widgets 2021-07-16 23:29:51 +02:00