Aria Minaei
ba6f71bbac
Use Option+Backslash to hide/show the UI
2021-09-05 17:48:45 +02:00
Aria Minaei
400b55bf09
Bugfix
2021-09-05 17:45:51 +02:00
Aria Minaei
f24e2b96d5
Removed the automatically generated docs
...
I tried to generate the API section of the docs automatically from tsdoc comments. That failed for the follwing reasons:
1. It has been difficult to configure the layout of the API docs, such as, what information to show, how to sort the information, etc. I kept getting less relevant parts of the API show up before the more important parts. I would have had to write a plugin/theme for typedoc to fix that, which doesn't seem worth the effort.
2. The generated docs don't seem to be nearly as useful as the docs shown in the editor. It's just easier to browse the API in an IDE than on a static website.
3. Docs must have a narrative (we're trying to walk the user through the library) which goes against the unordered nature of automatically generated docs.
2021-09-05 13:51:42 +02:00
Aria Minaei
e201eeee5b
More progress with docs
2021-09-05 13:40:15 +02:00
Aria Minaei
5d63ce4f3e
Progress on docs
2021-09-04 17:08:51 +02:00
Aria Minaei
c189bb2662
Started incorporating the docs into the repo
2021-09-04 15:44:31 +02:00
Aria Minaei
a3bec04088
Added some railguards to the API
2021-09-03 21:20:05 +02:00
Aria Minaei
9955730876
API tweaks
2021-09-03 19:29:21 +02:00
Aria Minaei
58e46620cc
Added the ability to hide the UI
...
* Added alt/option+` to toggle the UI
2021-09-03 14:18:24 +02:00
Aria Minaei
adcd1ce848
Implemented Sequence.attachAudio()
2021-09-03 14:02:02 +02:00
Aria Minaei
3cd126186e
Sequence bugfixes and documentation
...
* The alternate playback directions now work
* Clicking outside the playable area no longer raises errors
* Documented the playback API
2021-09-03 13:15:04 +02:00
Aria Minaei
31d6acefca
Fix the bug with non-existing trackData
2021-09-02 21:46:45 +02:00
Aria Minaei
7bf22a5f9b
Small bugfix
2021-09-02 14:32:33 +02:00
Aria Minaei
6ccfeea068
Style tweaks
2021-09-02 13:28:35 +02:00
Aria Minaei
46f19dddbc
0.4.0-dev.13
2021-09-02 12:20:14 +02:00
Aria Minaei
944c670ca8
Fixed the auto-close bug with usePopover()
2021-09-02 12:19:27 +02:00
Aria Minaei
1ff245f482
Style bug fix
2021-09-02 10:38:28 +02:00
Aria Minaei
6b373ccae5
Removed nativeObject from the API
2021-09-02 10:26:39 +02:00
Aria Minaei
b63fcb9f1e
0.4.0-dev.12
2021-09-02 09:51:13 +02:00
Aria Minaei
b3e4aca200
Keyboard shortcut tweaks
2021-09-01 10:51:50 +02:00
Aria Minaei
5d37c15173
Upgrade deps
2021-09-01 10:41:54 +02:00
Aria Minaei
a8df97a06a
API naming tweaks
2021-09-01 10:36:44 +02:00
Aria Minaei
36017c6a73
Nudging behavior on number props can now be customized
2021-08-22 12:58:38 +02:00
Aria Minaei
74724d7ec1
Style tweak
2021-08-22 11:52:42 +02:00
Aria Minaei
6cac52675e
Style tweaks
2021-08-22 11:47:00 +02:00
Aria Minaei
158961c82a
Style tweaks to the OutlinePanel
2021-08-21 20:01:42 +02:00
Aria Minaei
3357ba5f5b
Style tweaks
2021-08-21 16:56:23 +02:00
Aria Minaei
cd02f1a6c3
Style tweaks
2021-08-20 21:59:51 +02:00
Aria Minaei
5f8cdfd886
Style tweaks in ProjectDetailPanel
2021-08-20 21:51:06 +02:00
Aria Minaei
efc52592ba
Style tweaks
2021-08-20 21:11:19 +02:00
Aria Minaei
c02999061e
Style tweaks
2021-08-20 20:59:09 +02:00
Aria Minaei
c5254c3e6b
UX tweak for tooltips
2021-08-20 20:58:02 +02:00
Aria Minaei
f0d450e9dc
Style tweaks
2021-08-20 18:50:54 +02:00
Aria Minaei
59416d068b
Popovers now close automatically on mouseleave
2021-08-20 15:24:36 +02:00
Aria Minaei
2a45c68374
Minor style bugfix
2021-08-20 11:38:12 +02:00
Aria Minaei
163758c2d2
Nicer look for the arrow on top of popover
2021-08-20 11:27:14 +02:00
Aria Minaei
af2ff59d5e
Simplified the popovers
2021-08-19 21:41:41 +02:00
Aria Minaei
69f787d5cf
UX tweak for tooltips
...
* When pointer moves from one tooltip-ed node to another, their tooltips don't flash out and in. The new tooltip replaces the old one immediatgely.
2021-08-19 21:04:55 +02:00
Aria Minaei
e63d273830
WIP: Popovers and tooltips
2021-08-19 20:50:26 +02:00
Aria Minaei
c20b065bae
Small typing tweak
2021-08-18 20:01:20 +02:00
Aria Minaei
72d40bf204
Project conflict indicators in outline panel
...
* OutlinePanel has a badge showing the number of conflicting projects
* Each project list item gets a highlight if it has conflicts
* Refactored Popover to prepare to merge it with tooltips
2021-08-12 11:52:23 +02:00
Aria Minaei
e50daa3ba7
Projects in OutlinePanel have a conflict indicator
2021-08-10 18:23:50 +02:00
Aria Minaei
d10b313d57
Trigger for the OutlinePanel
2021-08-10 18:03:05 +02:00
Aria Minaei
bbb56ff94f
Fixed the bug where Next/Prev keyframe buttons would capture keydown events
2021-08-10 17:55:06 +02:00
Aria Minaei
1a8014be7f
Styling for the export area
2021-08-10 17:21:06 +02:00
Aria Minaei
93f4500b20
User can now choose to override browser's state from that of disk's, or vice versa
2021-08-09 22:34:56 +02:00
Aria Minaei
f08d9bf9c1
Simplified export bookkeeping
2021-08-09 21:50:12 +02:00
Aria Minaei
832542c1c5
Started implementing "Export Project"
2021-08-09 17:12:20 +02:00
Aria Minaei
49c97ebfcf
Started implementing ProjectDetails
2021-08-09 15:23:14 +02:00
Aria Minaei
d38070025c
Renamed ObjectEditorPanel
to DetailPanel
2021-08-09 13:31:15 +02:00