Commit graph

17 commits

Author SHA1 Message Date
Jordan Eldredge
bd797873f4 Move files to better locations and remove possibley out of date readme content 2020-05-24 21:59:49 -07:00
Jordan Eldredge
0d3990fffa Try to fix CI
Fix up tests

WIP
2020-05-24 21:12:43 -07:00
Jordan Eldredge
c5588c5da5 Reduce bundle size by not importing all of Webamp 2020-05-24 20:42:04 -07:00
Jordan Eldredge
3437dd0280 Start moving demo site to own repo 2020-05-24 20:42:04 -07:00
Jordan Eldredge
8850061f2b Move 'Modern' experiment into its own pacakge 2020-05-24 20:42:03 -07:00
Jordan Eldredge
266a670001 Redux dev tools are actually a dependency 2020-05-24 20:42:02 -07:00
Jordan Eldredge
1d606135da Use derived .d.ts files 2020-05-24 20:42:02 -07:00
Jordan Eldredge
9818943b8f Improve honesty of dependencies 2020-05-24 20:42:02 -07:00
Jordan Eldredge
cce5cb3ee5 Move CSS inlining to Babel and generate babel output 2020-05-24 20:42:02 -07:00
Jordan Eldredge
ad01362fc3 Document that the playlist events are not yet released 2020-05-24 13:37:16 -07:00
Jordan Eldredge
a3fa11aa61 v1.4.1-beta03 2020-05-24 13:28:00 -07:00
Martín Acosta
2101c74114
Add extend handlers for openUrl, load/save list (#991)
* Added missing handlers

* Merge new yarn workspace version

* Minor changes

* Minor changes

* Replace PlaylistTrack by Track

* Minor changes

* Fixed yarn.lock

* Added getUserTracks selector

* Added usage doc
2020-05-24 08:33:58 -07:00
Jordan Eldredge
c5603619ef Add readmes 2020-05-18 09:05:12 -07:00
Jordan Eldredge
681ac7e4f4 Move skin stuff to their own packages 2020-05-17 22:24:35 -07:00
Jordan Eldredge
a1f4e20195 Move tweetBot to its own package 2020-05-17 22:21:00 -07:00
Jordan Eldredge
3ae10aee6d Move IA tests to package 2020-05-17 22:18:09 -07:00
Jordan Eldredge
975d712662
Start adopting Yarn workspaces (#985)
* Start adopting Yarn workspaces

My plan is to move the existing package into a workspace and then split
out the things that really ought to be their own packages. For example,
the demo site and the experiments really ought to be separate.

Fix lint command

* Use workspaces in CI

* Fix deploy for monorepo
2020-05-17 22:12:17 -07:00