Commit graph

2210 commits

Author SHA1 Message Date
Jordan Eldredge
58fd75c8a1 POC: Try adding rexux-observable
I don't know how we'll feasibly solve the multide of potential race conditons and async clean up memory leaks without something like rxjs. So, this is a trial to see the following:

1. How much does it increase bundle size?
2. How effective is typechecking?
3. Does it solve some of the difficult cancelation issues we have?
2019-06-13 19:21:41 -07:00
Jordan Eldredge
f3358475fb Start sketching out modern skins 2019-06-09 22:40:30 -07:00
Jordan Eldredge
b9726d5639 Fix lint errors 2019-06-09 13:36:44 -07:00
Jordan Eldredge
4deaa41941 update snapshots 2019-06-09 13:28:19 -07:00
Jordan Eldredge
53bf5224ff Small improvements 2019-06-09 00:38:43 -04:00
Jordan Eldredge
aee0cf1f74 Unify discord-bot and skin-database 2019-06-09 00:13:04 -04:00
Jordan Eldredge
3226d7820e Fix path 2019-06-07 21:28:23 -07:00
Jordan Eldredge
a60e4cb5d3 Add screenshot and other Discord bot improvements 2019-06-07 21:27:38 -07:00
Jordan Eldredge
90b7a1e4f7 Pull discord-bot into skin-database
Also make the cli for the skin-database the canonical way to tweet

This opens the door for moving the state of which tweets have been
approved/denied/tweeted into the MongoDB database and not S3
2019-06-07 21:10:19 -07:00
Isaiah Odhner
05741eccfd Fix target="_blank" (#794)
It's tricky because "blank" (without an underscore) will still open a new tab, but it's actually being interpreted as a browsing context name, and so clicking it a second time will replace the previously opened tab (even if navigated away).
2019-06-06 15:03:49 -07:00
Jordan Eldredge
0fded822f8 Start playing with database 2019-06-06 07:11:03 -07:00
Jordan Eldredge
3ed14877e1 Avoid warnings due to Webpack issue #7378 2019-06-05 16:28:46 -07:00
Jordan Eldredge
f05b0bb932 Document more about the demo site 2019-06-03 08:35:33 -07:00
Jordan Eldredge
ce3aab3253 Avoid Axios security issue 2019-05-31 20:59:40 -07:00
dependabot[bot]
55bb37850d Bump fstream from 1.0.11 to 1.0.12 (#792)
Bumps [fstream](https://github.com/npm/fstream) from 1.0.11 to 1.0.12.
- [Release notes](https://github.com/npm/fstream/releases)
- [Commits](https://github.com/npm/fstream/compare/v1.0.11...v1.0.12)
2019-05-31 20:56:45 -07:00
Jordan Eldredge
f265572bb8 Skip non-passing tests 2019-05-28 22:51:40 -07:00
Jordan Eldredge
3448e63d8c Upgrade 2019-05-28 21:55:27 -07:00
Jordan Eldredge
3458c87472 Fix 'New List' behavior
Fixes #790
2019-05-28 21:55:27 -07:00
Jordan Eldredge
bdb5f605b5 Progress on maki stuff 2019-05-28 21:55:27 -07:00
Jordan Eldredge
930a28ea6e Notate that setSkinFromUrl is not yet published 2019-05-21 08:03:30 -07:00
Jordan Eldredge
d5f4b6ea55 v1.4.1-beta01 2019-05-21 08:03:04 -07:00
Jordan Eldredge
8020b1d596 Add links 2019-05-21 07:59:44 -07:00
Jordan Eldredge
29b4e0db71
Add a method to set the skin (#787)
Fixes #733
2019-05-21 07:58:18 -07:00
Jordan Eldredge
b4a88d2cc4 Fix typo in types 2019-05-20 06:37:08 -07:00
Jordan Eldredge
bd98dad6cb Document examples 2019-05-20 06:37:08 -07:00
Jordan Eldredge
358c4a1611 Fix typo 2019-05-14 09:35:32 -07:00
Jordan Eldredge
b3a17c8f99 Release 1.4.0 2019-05-14 08:04:54 -07:00
Jordan Eldredge
6994362e58 createPattern can take an image directly
I can't belive I was doing this whole extra dance
2019-05-10 08:24:09 -07:00
Jordan Eldredge
6799e2fa5a
Try running screenshot tests on Travis (#782)
* Try running screenshot tests on Travis

* Standardize domain in integration tests

* Allow images to not match that well

* Turn back on all other tests
2019-05-09 17:55:53 -07:00
Jordan Eldredge
0c94263f0f Improve integration test timeouts 2019-05-09 17:15:22 -07:00
Jordan Eldredge
53218aba6e Update integration tests and snapshots 2019-05-09 16:23:16 -07:00
Jordan Eldredge
348c000a49 Enable StricMode for subtrees that are compatible 2019-05-09 09:31:31 -07:00
Jordan Eldredge
03d97d9a25 Fix a few dead links 2019-05-09 08:29:37 -07:00
Jordan Eldredge
47d4f0483f Spelling is hard for me 2019-05-09 08:10:33 -07:00
Jordan Eldredge
65eec84cde Fix out of date link in readme 2019-05-09 08:09:20 -07:00
Jordan Eldredge
fe00036cbf Use common utility function to get img from url 2019-05-09 08:02:27 -07:00
Jordan Eldredge
2dca07ff0a Make a best effort to prewarm the images needed for the eq graph 2019-05-09 07:59:54 -07:00
Jordan Eldredge
d73a742685 Center Webamp vertically in example sites 2019-05-09 06:47:20 -07:00
Jordan Eldredge
343b329c76 Document some changes in the change log 2019-05-07 19:52:29 -07:00
Jordan Eldredge
1a45099045 Use MutationObserver to detect focused decedents leaving the DOM 2019-05-07 19:35:17 -07:00
Jordan Eldredge
c56bf0a964 Use React's blur event to detect with Webamp itself loses focus 2019-05-07 17:08:08 -07:00
Jordan Eldredge
bd3f986ade Only clear focus is the focus is leaving the app 2019-05-06 22:22:32 -07:00
Jordan Eldredge
bd1999778d Fix bug with ref
When using a ref in an effect, you need to use a state ref, otherwise the binding happens too early.
2019-05-06 22:22:13 -07:00
Jordan Eldredge
e5f6edf602 Add onMouseDown handlers to snapshots 2019-05-02 19:56:25 -07:00
Jordan Eldredge
5ee1a4f7b0 Order windows based upon which one was last clicked 2019-05-02 17:46:02 -07:00
Jordan Eldredge
3aa25f0b55 Focus target on click
I'm not sure why onFoucs+tabIndex does not do this
2019-05-02 17:45:07 -07:00
Jordan Eldredge
2569e7fb95 Remove logic that resets position on track load
I think this dates from back when we only had one track at a time, or something.

Fixes #775
2019-05-02 16:58:05 -07:00
Jordan Eldredge
f8167dd322 Autoplay tracks that are dropped on the main window 2019-05-02 16:58:05 -07:00
Jordan Eldredge
8a4a594dd0 Change nesting to preserve playlist styling
The `#playlist-window` div is a flex container so it needs to be the direct parent.
2019-05-02 16:58:01 -07:00
Jordan Eldredge
0f97529a39 Update snapshot to reflect new version of rc-slider 2019-05-02 16:32:29 -07:00