Commit graph

910 commits

Author SHA1 Message Date
asuk
a47ca9254f css changes 2023-05-27 09:12:40 +02:00
asuk
ffd9f22d19 a bunch of small css things 2023-05-24 16:48:17 +02:00
asuk
cffd591186 a bunch of small css things 2023-05-19 18:42:20 +02:00
asuk
e6ceb6888a pull out of data 2023-05-14 18:37:21 +02:00
4b94d449ad dispatch sequenceEvents 2023-05-14 10:20:30 +02:00
a65c275162 add layerMover class 2023-05-09 19:40:34 +02:00
asuk
398b67ab61 css changes 2023-05-09 15:19:05 +02:00
ded18a63c3 use HTMLTextAreaElement here as well 2023-05-04 17:18:14 +02:00
732faa9264 fire event juuuuust before the component is mounted 2023-05-04 17:17:47 +02:00
asuk
def1362bb4 css changes 2023-05-04 10:39:19 +02:00
asuk
4209aabb96 destination is local msdf-theatre 2023-05-04 10:38:14 +02:00
177f3e8439 remove run and msdf-theatre update 2023-05-02 16:34:05 +02:00
02765bc7ba Merge branch 'main' of gitlab.com:pointerstudio/utils/theatre 2023-05-02 13:59:56 +02:00
94dada8c42 input to multiline 2023-05-02 13:58:48 +02:00
asuk
d8137e7c97 build script 2023-05-02 13:49:23 +02:00
b9da444473 do not check for updates 2023-05-02 13:46:55 +02:00
7d235386e7 Merge branch 'main' of github.com:theatre-js/theatre 2023-04-15 18:39:21 +02:00
asuk
ca2a337916 adjust css 2023-03-10 14:08:04 +01:00
Timo Hausmann
4c375672af
playground needs yarn build (#402) 2023-03-09 12:54:52 +01:00
Adam Krebs
d7feb3ffdc
Implement the experimental createContentOfSaveFileTyped() (#391)
Co-authored-by: Aria Minaei <aria.minaei@gmail.com>
2023-03-09 11:50:46 +00:00
Aria Minaei
6c7da6f653 UX improvements for PlayheadPositionPopover 2023-03-09 12:43:41 +01:00
Ikko Eltociear Ashimine
8495c9c808
Fix typo in ExtensionPaneWrapper.tsx (#401)
occured -> occurred
2023-03-08 13:37:18 +01:00
Aria
7c410014e1
Experimental API for forgetting objects/sheet (#393) 2023-03-08 12:08:55 +00:00
dependabot[bot]
583dd9d022
Bump http-cache-semantics from 4.1.0 to 4.1.1 (#392)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-08 11:54:38 +00:00
dependabot[bot]
5a31c3d3c6
Bump minimist from 1.2.5 to 1.2.8 (#407)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-08 11:40:40 +00:00
Aria Minaei
f3f6eaad86 0.6.1-dev.5 2023-03-08 12:26:33 +01:00
Aria Minaei
9c16083597 Remove the accidental dependency between studio and core 2023-03-08 12:22:42 +01:00
Don McCurdy
1bb80991c9
Add method to clear persistent storage (#142) 2023-03-08 12:19:27 +01:00
Aria
c75f998174
Simplify playground/devEnv (#397 2023-02-07 18:50:57 +01:00
Aria Minaei
93fc53c45c 0.6.1-dev.4 2023-02-06 19:40:50 +01:00
Aria Minaei
29783b53d3 Minify studio 2023-02-06 19:39:26 +01:00
Aria Minaei
8ab1de79ce Make a shortcut for installing compat-tests' fixtures 2023-02-06 19:39:26 +01:00
Aria Minaei
72222e5eeb Fix the regression where some compound props were not sequence-able 2023-02-06 14:55:54 +01:00
Aria Minaei
1ce3fd1ca6 Disable the update checker in the playground or compat tests 2023-02-06 12:40:53 +01:00
Aria Minaei
4fb60bdd5a Implement chat-ops for insiders release 2023-02-05 15:05:54 +01:00
Aria
56595c32cb
Simplify workflows (#394
* Break the CI steps into separate jobs so they run in parallel and are easier to distinguish
* Cache yarn more aggressively
* Re-use actions in different jobs
2023-02-04 20:23:26 +01:00
Aria Minaei
e8ac6c77ea 0.6.1-dev.3 2023-02-03 13:00:32 +01:00
Aria Minaei
5b1caf8974 Fix the bug where nested objects in the outline panel would collapse/expand their parents rather than themselves 2023-02-03 12:58:51 +01:00
Aria Minaei
6f8e91ed5f Make default and static overrides distinguishable
Right now it's easy for the user to distinguish between a sequenced prop and non-sequenced props.

However, among the non-sequenced ones, it's not possible to distinguish between those that have a static override, and those that don't. The goal of this commit is to make it easy to distinguish between the two.
2023-02-03 12:48:19 +01:00
Aria Minaei
5c135a3cb9 0.6.1-dev.2 2023-02-01 16:15:02 +01:00
Aria
1bac84bbfc
A temporary API for disabling play/pause via the space key (#386) 2023-02-01 16:11:41 +01:00
Aria Minaei
e3a3e0124c UX tweak for the compound prop editor
The chevron now shows up when a compound prop is collapsed
2023-02-01 15:10:08 +01:00
Aria Minaei
069c87fbcf 0.6.1-dev.1 2023-02-01 12:33:53 +01:00
Aria Minaei
f7808a0ef7 Fix the bug where unsubscribed prism listeners might still fire one last time 2023-02-01 12:32:46 +01:00
Aria
e620c9eaab
Make CI run faster by caching more things (#387) 2023-01-26 16:16:14 +01:00
Aria Minaei
24af219f76 0.6.0 2023-01-25 19:04:36 +01:00
Andrew Prifer
bc7a742dc6
Demote assets example to bottom 2023-01-25 18:48:50 +01:00
Andrew Prifer
8e33eb4e40
Fix Theatric README video 2023-01-25 18:38:01 +01:00
Aria Minaei
dead5ea2ea theatric video 2023-01-25 18:27:06 +01:00
Aria Minaei
e603b1b9ca Codesandbox examples for theatric 2023-01-25 18:10:39 +01:00