├── .babelrc ├── .eslintignore ├── .eslintrc ├── .gitignore ├── .prettierrc ├── .stylelintrc ├── .travis.yml ├── LICENSE.txt ├── README.md ├── __mocks__ ├── fileMock.js ├── shortid.js ├── soundcloud.json ├── styleMock.js └── youtube.json ├── __tests__ └── src │ ├── actions │ ├── __snapshots__ │ │ └── action.spec.js.snap │ └── action.spec.js │ ├── bridge │ ├── __snapshots__ │ │ └── customUrl.spec.js.snap │ ├── customUrl.spec.js │ └── settings.spec.js │ ├── components │ ├── __snapshots__ │ │ ├── checkbox.spec.js.snap │ │ ├── colorPicker.spec.js.snap │ │ ├── customUrl.spec.js.snap │ │ ├── downloadItem.spec.js.snap │ │ ├── downloadList.spec.js.snap │ │ ├── header.spec.js.snap │ │ ├── kakapo.spec.js.snap │ │ ├── kakapoItem.spec.js.snap │ │ ├── nav.spec.js.snap │ │ ├── notifications.spec.js.snap │ │ ├── options.spec.js.snap │ │ ├── progress.spec.js.snap │ │ ├── search.spec.js.snap │ │ ├── searchResult.spec.js.snap │ │ ├── soundEdit.spec.js.snap │ │ ├── soundItem.spec.js.snap │ │ ├── soundList.spec.js.snap │ │ └── textInput.spec.js.snap │ ├── checkbox.spec.js │ ├── colorPicker.spec.js │ ├── customUrl.spec.js │ ├── downloadItem.spec.js │ ├── downloadList.spec.js │ ├── header.spec.js │ ├── kakapo.spec.js │ ├── kakapoItem.spec.js │ ├── nav.spec.js │ ├── notifications.spec.js │ ├── options.spec.js │ ├── progress.spec.js │ ├── search.spec.js │ ├── searchResult.spec.js │ ├── soundEdit.spec.js │ ├── soundItem.spec.js │ ├── soundList.spec.js │ └── textInput.spec.js │ ├── helper.js │ ├── reducers │ ├── __snapshots__ │ │ ├── notifications.spec.js.snap │ │ ├── search.spec.js.snap │ │ ├── settings.spec.js.snap │ │ ├── sounds.spec.js.snap │ │ └── themes.spec.js.snap │ ├── notifications.spec.js │ ├── search.spec.js │ ├── settings.spec.js │ ├── sounds.spec.js │ └── themes.spec.js │ ├── sagas │ └── search.spec.js │ └── utils │ ├── actions.spec.js │ ├── camelCase.spec.js │ ├── cx.spec.js │ ├── noop.spec.js │ ├── safe.spec.js │ ├── swatches.spec.js │ └── validHowl.spec.js ├── app ├── browser.js ├── css │ ├── external │ │ └── downloads.css │ └── inline │ │ └── loading.css ├── fonts │ ├── 0XxGQsSc1g4rdRdjJKZrNAzyDMXhdD8sAj6OAJTFsBI.woff2 │ ├── 59ZRklaO5bWGqF5A9baEEYX0hVgzZQUfRDuZrPvH3D8.woff2 │ ├── BJVWev7_auVaQ__OU8Qih1KPGs1ZzpMvnHX-7fPOuAc.woff2 │ ├── CWlc_g68BGYDSGdpJvpktgLUuEpTyoUstqEm5AMlJo4.woff2 │ ├── EInbV5DfGHOiMmvb1Xr-hg7aC6SjiAOpAWOKfJDfVRY.woff2 │ ├── EInbV5DfGHOiMmvb1Xr-hhampu5_7CjHW5spxoeN3Vs.woff2 │ ├── EInbV5DfGHOiMmvb1Xr-hhdwxCXfZpKo5kWAx_74bHs.woff2 │ ├── EInbV5DfGHOiMmvb1Xr-hojoYw3YTyktCCer_ilOlhE.woff2 │ ├── EInbV5DfGHOiMmvb1Xr-hp6vnaPZw6nYDxM4SVEMFKg.woff2 │ ├── EInbV5DfGHOiMmvb1Xr-hvgrLsWo7Jk1KvZser0olKY.woff2 │ ├── EInbV5DfGHOiMmvb1Xr-hvy1_HTwRwgtl1cPga3Fy3Y.woff2 │ ├── K88pR3goAWT7BTt32Z01m4X0hVgzZQUfRDuZrPvH3D8.woff2 │ ├── LWCjsQkB6EMdfHrEVqA1KYX0hVgzZQUfRDuZrPvH3D8.woff2 │ ├── RjgO7rYTmqiVp7vzi-Q5UYX0hVgzZQUfRDuZrPvH3D8.woff2 │ ├── cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2 │ ├── fhNmDCnjccoUYyU4ZASaLVKPGs1ZzpMvnHX-7fPOuAc.woff2 │ ├── g46X4VH_KHOWAAa-HpnGPgsYbbCjybiHxArTLjt7FRU.woff2 │ ├── hpORcvLZtemlH8gI-1S-7gsYbbCjybiHxArTLjt7FRU.woff2 │ ├── k3k702ZOKiLJc3WVjuplzA7aC6SjiAOpAWOKfJDfVRY.woff2 │ ├── k3k702ZOKiLJc3WVjuplzBampu5_7CjHW5spxoeN3Vs.woff2 │ ├── k3k702ZOKiLJc3WVjuplzBdwxCXfZpKo5kWAx_74bHs.woff2 │ ├── k3k702ZOKiLJc3WVjuplzIjoYw3YTyktCCer_ilOlhE.woff2 │ ├── k3k702ZOKiLJc3WVjuplzJ6vnaPZw6nYDxM4SVEMFKg.woff2 │ ├── k3k702ZOKiLJc3WVjuplzPgrLsWo7Jk1KvZser0olKY.woff2 │ ├── k3k702ZOKiLJc3WVjuplzPy1_HTwRwgtl1cPga3Fy3Y.woff2 │ ├── kTYfCWJhlldPf5LnG4ZnHAsYbbCjybiHxArTLjt7FRU.woff2 │ ├── oysROHFTu1eTZ74Hcf8V-VKPGs1ZzpMvnHX-7fPOuAc.woff2 │ ├── u-WUoqrET9fUeobQW7jkRYX0hVgzZQUfRDuZrPvH3D8.woff2 │ └── xozscpT2726on7jbcb_pAoX0hVgzZQUfRDuZrPvH3D8.woff2 ├── html │ ├── desktop │ │ ├── index-dev.html │ │ └── index.html │ └── web │ │ ├── app.html │ │ ├── index-dev.html │ │ └── index.html ├── scripts │ ├── actions │ │ ├── index.js │ │ ├── notifications.js │ │ ├── search.js │ │ ├── settings.js │ │ ├── sounds.js │ │ └── themes.js │ ├── api │ │ ├── customUrl.js │ │ ├── howler.js │ │ ├── index.js │ │ └── youtube.js │ ├── bridge │ │ ├── desktop │ │ │ ├── customUrl.js │ │ │ ├── index.js │ │ │ ├── settings.js │ │ │ ├── soundcloud.js │ │ │ ├── sounds.js │ │ │ ├── themes.js │ │ │ └── youtube.js │ │ └── web │ │ │ ├── customUrl.js │ │ │ ├── index.js │ │ │ ├── settings.js │ │ │ ├── soundcloud.js │ │ │ ├── sounds.js │ │ │ ├── themes.js │ │ │ └── youtube.js │ ├── components │ │ ├── downloadItem │ │ │ ├── downloadItem.css │ │ │ └── downloadItem.js │ │ ├── downloadList │ │ │ ├── downloadList.css │ │ │ └── downloadList.js │ │ ├── header │ │ │ ├── header.css │ │ │ └── header.js │ │ ├── import │ │ │ ├── customUrl.js │ │ │ ├── kakapo.js │ │ │ ├── kakapoItem.js │ │ │ ├── options.js │ │ │ ├── search.js │ │ │ └── searchResult.js │ │ ├── index.js │ │ ├── nav │ │ │ ├── nav.css │ │ │ └── nav.js │ │ ├── playlist │ │ │ ├── playlist.css │ │ │ └── playlist.js │ │ ├── settings │ │ │ ├── settings.css │ │ │ └── settings.js │ │ ├── soundEdit │ │ │ └── soundEdit.js │ │ ├── soundItem │ │ │ ├── soundItem.css │ │ │ └── soundItem.js │ │ ├── soundList │ │ │ ├── soundList.css │ │ │ └── soundList.js │ │ └── ui │ │ │ ├── checkbox │ │ │ └── checkbox.js │ │ │ ├── colorPicker │ │ │ ├── colorPicker.css │ │ │ └── colorPicker.js │ │ │ ├── notifications │ │ │ ├── notifications.css │ │ │ └── notifications.js │ │ │ ├── progress │ │ │ ├── progress.css │ │ │ └── progress.js │ │ │ ├── subroutes │ │ │ ├── subroutes.css │ │ │ └── subroutes.js │ │ │ └── textInput │ │ │ └── textInput.js │ ├── config │ │ └── index.js │ ├── containers │ │ └── app │ │ │ ├── app.css │ │ │ └── app.js │ ├── index.js │ ├── reducers │ │ ├── index.js │ │ ├── notifications.js │ │ ├── search.js │ │ ├── settings.js │ │ ├── sounds.js │ │ └── themes.js │ ├── root.js │ ├── sagas │ │ ├── index.js │ │ ├── konami.js │ │ ├── notifications.js │ │ ├── search.js │ │ ├── sounds.js │ │ └── themes.js │ ├── stores │ │ └── configureStore.js │ ├── styles │ │ ├── animation.css │ │ ├── base.css │ │ ├── buttons.css │ │ ├── emoji.css │ │ ├── fonts.css │ │ ├── icons.css │ │ ├── input.css │ │ ├── media.css │ │ ├── search.css │ │ ├── spinner.css │ │ ├── switch.css │ │ ├── type.css │ │ └── update.css │ └── utils │ │ └── index.js └── vendor │ └── aws-sdk-2.100.0.min.js ├── aws.json ├── jest └── setup.js ├── mods ├── compose-pipe.js └── sort-imports.js ├── package.json ├── postcss.config.js └── tools ├── .eslintrc ├── build.js ├── bundle.js ├── clean.js ├── copy.js ├── imagemin.js ├── installer-win.js ├── pkg.js ├── postcss.plugins.js ├── run.js ├── serve.js ├── start.js ├── styles.js ├── webpack.config.base.js ├── webpack.config.development.js └── webpack.config.production.js /.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/.babelrc -------------------------------------------------------------------------------- /.eslintignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/.eslintignore -------------------------------------------------------------------------------- /.eslintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/.eslintrc -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/.gitignore -------------------------------------------------------------------------------- /.prettierrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/.prettierrc -------------------------------------------------------------------------------- /.stylelintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/.stylelintrc -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/.travis.yml -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/README.md -------------------------------------------------------------------------------- /__mocks__/fileMock.js: -------------------------------------------------------------------------------- 1 | module.exports = 'test-file-stub'; 2 | -------------------------------------------------------------------------------- /__mocks__/shortid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__mocks__/shortid.js -------------------------------------------------------------------------------- /__mocks__/soundcloud.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__mocks__/soundcloud.json -------------------------------------------------------------------------------- /__mocks__/styleMock.js: -------------------------------------------------------------------------------- 1 | module.exports = {}; 2 | -------------------------------------------------------------------------------- /__mocks__/youtube.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__mocks__/youtube.json -------------------------------------------------------------------------------- /__tests__/src/actions/__snapshots__/action.spec.js.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/actions/__snapshots__/action.spec.js.snap -------------------------------------------------------------------------------- /__tests__/src/actions/action.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/actions/action.spec.js -------------------------------------------------------------------------------- /__tests__/src/bridge/__snapshots__/customUrl.spec.js.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/bridge/__snapshots__/customUrl.spec.js.snap -------------------------------------------------------------------------------- /__tests__/src/bridge/customUrl.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/bridge/customUrl.spec.js -------------------------------------------------------------------------------- /__tests__/src/bridge/settings.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/bridge/settings.spec.js -------------------------------------------------------------------------------- /__tests__/src/components/__snapshots__/checkbox.spec.js.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/components/__snapshots__/checkbox.spec.js.snap -------------------------------------------------------------------------------- /__tests__/src/components/__snapshots__/colorPicker.spec.js.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/components/__snapshots__/colorPicker.spec.js.snap -------------------------------------------------------------------------------- /__tests__/src/components/__snapshots__/customUrl.spec.js.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/components/__snapshots__/customUrl.spec.js.snap -------------------------------------------------------------------------------- /__tests__/src/components/__snapshots__/downloadItem.spec.js.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/components/__snapshots__/downloadItem.spec.js.snap -------------------------------------------------------------------------------- /__tests__/src/components/__snapshots__/downloadList.spec.js.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/components/__snapshots__/downloadList.spec.js.snap -------------------------------------------------------------------------------- /__tests__/src/components/__snapshots__/header.spec.js.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/components/__snapshots__/header.spec.js.snap -------------------------------------------------------------------------------- /__tests__/src/components/__snapshots__/kakapo.spec.js.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/components/__snapshots__/kakapo.spec.js.snap -------------------------------------------------------------------------------- /__tests__/src/components/__snapshots__/kakapoItem.spec.js.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/components/__snapshots__/kakapoItem.spec.js.snap -------------------------------------------------------------------------------- /__tests__/src/components/__snapshots__/nav.spec.js.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/components/__snapshots__/nav.spec.js.snap -------------------------------------------------------------------------------- /__tests__/src/components/__snapshots__/notifications.spec.js.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/components/__snapshots__/notifications.spec.js.snap -------------------------------------------------------------------------------- /__tests__/src/components/__snapshots__/options.spec.js.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/components/__snapshots__/options.spec.js.snap -------------------------------------------------------------------------------- /__tests__/src/components/__snapshots__/progress.spec.js.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/components/__snapshots__/progress.spec.js.snap -------------------------------------------------------------------------------- /__tests__/src/components/__snapshots__/search.spec.js.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/components/__snapshots__/search.spec.js.snap -------------------------------------------------------------------------------- /__tests__/src/components/__snapshots__/searchResult.spec.js.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/components/__snapshots__/searchResult.spec.js.snap -------------------------------------------------------------------------------- /__tests__/src/components/__snapshots__/soundEdit.spec.js.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/components/__snapshots__/soundEdit.spec.js.snap -------------------------------------------------------------------------------- /__tests__/src/components/__snapshots__/soundItem.spec.js.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/components/__snapshots__/soundItem.spec.js.snap -------------------------------------------------------------------------------- /__tests__/src/components/__snapshots__/soundList.spec.js.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/components/__snapshots__/soundList.spec.js.snap -------------------------------------------------------------------------------- /__tests__/src/components/__snapshots__/textInput.spec.js.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/components/__snapshots__/textInput.spec.js.snap -------------------------------------------------------------------------------- /__tests__/src/components/checkbox.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/components/checkbox.spec.js -------------------------------------------------------------------------------- /__tests__/src/components/colorPicker.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/components/colorPicker.spec.js -------------------------------------------------------------------------------- /__tests__/src/components/customUrl.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/components/customUrl.spec.js -------------------------------------------------------------------------------- /__tests__/src/components/downloadItem.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/components/downloadItem.spec.js -------------------------------------------------------------------------------- /__tests__/src/components/downloadList.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/components/downloadList.spec.js -------------------------------------------------------------------------------- /__tests__/src/components/header.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/components/header.spec.js -------------------------------------------------------------------------------- /__tests__/src/components/kakapo.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/components/kakapo.spec.js -------------------------------------------------------------------------------- /__tests__/src/components/kakapoItem.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/components/kakapoItem.spec.js -------------------------------------------------------------------------------- /__tests__/src/components/nav.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/components/nav.spec.js -------------------------------------------------------------------------------- /__tests__/src/components/notifications.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/components/notifications.spec.js -------------------------------------------------------------------------------- /__tests__/src/components/options.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/components/options.spec.js -------------------------------------------------------------------------------- /__tests__/src/components/progress.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/components/progress.spec.js -------------------------------------------------------------------------------- /__tests__/src/components/search.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/components/search.spec.js -------------------------------------------------------------------------------- /__tests__/src/components/searchResult.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/components/searchResult.spec.js -------------------------------------------------------------------------------- /__tests__/src/components/soundEdit.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/components/soundEdit.spec.js -------------------------------------------------------------------------------- /__tests__/src/components/soundItem.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/components/soundItem.spec.js -------------------------------------------------------------------------------- /__tests__/src/components/soundList.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/components/soundList.spec.js -------------------------------------------------------------------------------- /__tests__/src/components/textInput.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/components/textInput.spec.js -------------------------------------------------------------------------------- /__tests__/src/helper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/helper.js -------------------------------------------------------------------------------- /__tests__/src/reducers/__snapshots__/notifications.spec.js.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/reducers/__snapshots__/notifications.spec.js.snap -------------------------------------------------------------------------------- /__tests__/src/reducers/__snapshots__/search.spec.js.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/reducers/__snapshots__/search.spec.js.snap -------------------------------------------------------------------------------- /__tests__/src/reducers/__snapshots__/settings.spec.js.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/reducers/__snapshots__/settings.spec.js.snap -------------------------------------------------------------------------------- /__tests__/src/reducers/__snapshots__/sounds.spec.js.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/reducers/__snapshots__/sounds.spec.js.snap -------------------------------------------------------------------------------- /__tests__/src/reducers/__snapshots__/themes.spec.js.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/reducers/__snapshots__/themes.spec.js.snap -------------------------------------------------------------------------------- /__tests__/src/reducers/notifications.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/reducers/notifications.spec.js -------------------------------------------------------------------------------- /__tests__/src/reducers/search.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/reducers/search.spec.js -------------------------------------------------------------------------------- /__tests__/src/reducers/settings.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/reducers/settings.spec.js -------------------------------------------------------------------------------- /__tests__/src/reducers/sounds.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/reducers/sounds.spec.js -------------------------------------------------------------------------------- /__tests__/src/reducers/themes.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/reducers/themes.spec.js -------------------------------------------------------------------------------- /__tests__/src/sagas/search.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/sagas/search.spec.js -------------------------------------------------------------------------------- /__tests__/src/utils/actions.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/utils/actions.spec.js -------------------------------------------------------------------------------- /__tests__/src/utils/camelCase.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/utils/camelCase.spec.js -------------------------------------------------------------------------------- /__tests__/src/utils/cx.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/utils/cx.spec.js -------------------------------------------------------------------------------- /__tests__/src/utils/noop.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/utils/noop.spec.js -------------------------------------------------------------------------------- /__tests__/src/utils/safe.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/utils/safe.spec.js -------------------------------------------------------------------------------- /__tests__/src/utils/swatches.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/utils/swatches.spec.js -------------------------------------------------------------------------------- /__tests__/src/utils/validHowl.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/__tests__/src/utils/validHowl.spec.js -------------------------------------------------------------------------------- /app/browser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/browser.js -------------------------------------------------------------------------------- /app/css/external/downloads.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/css/external/downloads.css -------------------------------------------------------------------------------- /app/css/inline/loading.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/css/inline/loading.css -------------------------------------------------------------------------------- /app/fonts/0XxGQsSc1g4rdRdjJKZrNAzyDMXhdD8sAj6OAJTFsBI.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/fonts/0XxGQsSc1g4rdRdjJKZrNAzyDMXhdD8sAj6OAJTFsBI.woff2 -------------------------------------------------------------------------------- /app/fonts/59ZRklaO5bWGqF5A9baEEYX0hVgzZQUfRDuZrPvH3D8.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/fonts/59ZRklaO5bWGqF5A9baEEYX0hVgzZQUfRDuZrPvH3D8.woff2 -------------------------------------------------------------------------------- /app/fonts/BJVWev7_auVaQ__OU8Qih1KPGs1ZzpMvnHX-7fPOuAc.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/fonts/BJVWev7_auVaQ__OU8Qih1KPGs1ZzpMvnHX-7fPOuAc.woff2 -------------------------------------------------------------------------------- /app/fonts/CWlc_g68BGYDSGdpJvpktgLUuEpTyoUstqEm5AMlJo4.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/fonts/CWlc_g68BGYDSGdpJvpktgLUuEpTyoUstqEm5AMlJo4.woff2 -------------------------------------------------------------------------------- /app/fonts/EInbV5DfGHOiMmvb1Xr-hg7aC6SjiAOpAWOKfJDfVRY.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/fonts/EInbV5DfGHOiMmvb1Xr-hg7aC6SjiAOpAWOKfJDfVRY.woff2 -------------------------------------------------------------------------------- /app/fonts/EInbV5DfGHOiMmvb1Xr-hhampu5_7CjHW5spxoeN3Vs.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/fonts/EInbV5DfGHOiMmvb1Xr-hhampu5_7CjHW5spxoeN3Vs.woff2 -------------------------------------------------------------------------------- /app/fonts/EInbV5DfGHOiMmvb1Xr-hhdwxCXfZpKo5kWAx_74bHs.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/fonts/EInbV5DfGHOiMmvb1Xr-hhdwxCXfZpKo5kWAx_74bHs.woff2 -------------------------------------------------------------------------------- /app/fonts/EInbV5DfGHOiMmvb1Xr-hojoYw3YTyktCCer_ilOlhE.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/fonts/EInbV5DfGHOiMmvb1Xr-hojoYw3YTyktCCer_ilOlhE.woff2 -------------------------------------------------------------------------------- /app/fonts/EInbV5DfGHOiMmvb1Xr-hp6vnaPZw6nYDxM4SVEMFKg.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/fonts/EInbV5DfGHOiMmvb1Xr-hp6vnaPZw6nYDxM4SVEMFKg.woff2 -------------------------------------------------------------------------------- /app/fonts/EInbV5DfGHOiMmvb1Xr-hvgrLsWo7Jk1KvZser0olKY.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/fonts/EInbV5DfGHOiMmvb1Xr-hvgrLsWo7Jk1KvZser0olKY.woff2 -------------------------------------------------------------------------------- /app/fonts/EInbV5DfGHOiMmvb1Xr-hvy1_HTwRwgtl1cPga3Fy3Y.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/fonts/EInbV5DfGHOiMmvb1Xr-hvy1_HTwRwgtl1cPga3Fy3Y.woff2 -------------------------------------------------------------------------------- /app/fonts/K88pR3goAWT7BTt32Z01m4X0hVgzZQUfRDuZrPvH3D8.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/fonts/K88pR3goAWT7BTt32Z01m4X0hVgzZQUfRDuZrPvH3D8.woff2 -------------------------------------------------------------------------------- /app/fonts/LWCjsQkB6EMdfHrEVqA1KYX0hVgzZQUfRDuZrPvH3D8.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/fonts/LWCjsQkB6EMdfHrEVqA1KYX0hVgzZQUfRDuZrPvH3D8.woff2 -------------------------------------------------------------------------------- /app/fonts/RjgO7rYTmqiVp7vzi-Q5UYX0hVgzZQUfRDuZrPvH3D8.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/fonts/RjgO7rYTmqiVp7vzi-Q5UYX0hVgzZQUfRDuZrPvH3D8.woff2 -------------------------------------------------------------------------------- /app/fonts/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/fonts/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2 -------------------------------------------------------------------------------- /app/fonts/fhNmDCnjccoUYyU4ZASaLVKPGs1ZzpMvnHX-7fPOuAc.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/fonts/fhNmDCnjccoUYyU4ZASaLVKPGs1ZzpMvnHX-7fPOuAc.woff2 -------------------------------------------------------------------------------- /app/fonts/g46X4VH_KHOWAAa-HpnGPgsYbbCjybiHxArTLjt7FRU.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/fonts/g46X4VH_KHOWAAa-HpnGPgsYbbCjybiHxArTLjt7FRU.woff2 -------------------------------------------------------------------------------- /app/fonts/hpORcvLZtemlH8gI-1S-7gsYbbCjybiHxArTLjt7FRU.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/fonts/hpORcvLZtemlH8gI-1S-7gsYbbCjybiHxArTLjt7FRU.woff2 -------------------------------------------------------------------------------- /app/fonts/k3k702ZOKiLJc3WVjuplzA7aC6SjiAOpAWOKfJDfVRY.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/fonts/k3k702ZOKiLJc3WVjuplzA7aC6SjiAOpAWOKfJDfVRY.woff2 -------------------------------------------------------------------------------- /app/fonts/k3k702ZOKiLJc3WVjuplzBampu5_7CjHW5spxoeN3Vs.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/fonts/k3k702ZOKiLJc3WVjuplzBampu5_7CjHW5spxoeN3Vs.woff2 -------------------------------------------------------------------------------- /app/fonts/k3k702ZOKiLJc3WVjuplzBdwxCXfZpKo5kWAx_74bHs.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/fonts/k3k702ZOKiLJc3WVjuplzBdwxCXfZpKo5kWAx_74bHs.woff2 -------------------------------------------------------------------------------- /app/fonts/k3k702ZOKiLJc3WVjuplzIjoYw3YTyktCCer_ilOlhE.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/fonts/k3k702ZOKiLJc3WVjuplzIjoYw3YTyktCCer_ilOlhE.woff2 -------------------------------------------------------------------------------- /app/fonts/k3k702ZOKiLJc3WVjuplzJ6vnaPZw6nYDxM4SVEMFKg.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/fonts/k3k702ZOKiLJc3WVjuplzJ6vnaPZw6nYDxM4SVEMFKg.woff2 -------------------------------------------------------------------------------- /app/fonts/k3k702ZOKiLJc3WVjuplzPgrLsWo7Jk1KvZser0olKY.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/fonts/k3k702ZOKiLJc3WVjuplzPgrLsWo7Jk1KvZser0olKY.woff2 -------------------------------------------------------------------------------- /app/fonts/k3k702ZOKiLJc3WVjuplzPy1_HTwRwgtl1cPga3Fy3Y.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/fonts/k3k702ZOKiLJc3WVjuplzPy1_HTwRwgtl1cPga3Fy3Y.woff2 -------------------------------------------------------------------------------- /app/fonts/kTYfCWJhlldPf5LnG4ZnHAsYbbCjybiHxArTLjt7FRU.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/fonts/kTYfCWJhlldPf5LnG4ZnHAsYbbCjybiHxArTLjt7FRU.woff2 -------------------------------------------------------------------------------- /app/fonts/oysROHFTu1eTZ74Hcf8V-VKPGs1ZzpMvnHX-7fPOuAc.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/fonts/oysROHFTu1eTZ74Hcf8V-VKPGs1ZzpMvnHX-7fPOuAc.woff2 -------------------------------------------------------------------------------- /app/fonts/u-WUoqrET9fUeobQW7jkRYX0hVgzZQUfRDuZrPvH3D8.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/fonts/u-WUoqrET9fUeobQW7jkRYX0hVgzZQUfRDuZrPvH3D8.woff2 -------------------------------------------------------------------------------- /app/fonts/xozscpT2726on7jbcb_pAoX0hVgzZQUfRDuZrPvH3D8.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/fonts/xozscpT2726on7jbcb_pAoX0hVgzZQUfRDuZrPvH3D8.woff2 -------------------------------------------------------------------------------- /app/html/desktop/index-dev.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/html/desktop/index-dev.html -------------------------------------------------------------------------------- /app/html/desktop/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/html/desktop/index.html -------------------------------------------------------------------------------- /app/html/web/app.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/html/web/app.html -------------------------------------------------------------------------------- /app/html/web/index-dev.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/html/web/index-dev.html -------------------------------------------------------------------------------- /app/html/web/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/html/web/index.html -------------------------------------------------------------------------------- /app/scripts/actions/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/actions/index.js -------------------------------------------------------------------------------- /app/scripts/actions/notifications.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/actions/notifications.js -------------------------------------------------------------------------------- /app/scripts/actions/search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/actions/search.js -------------------------------------------------------------------------------- /app/scripts/actions/settings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/actions/settings.js -------------------------------------------------------------------------------- /app/scripts/actions/sounds.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/actions/sounds.js -------------------------------------------------------------------------------- /app/scripts/actions/themes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/actions/themes.js -------------------------------------------------------------------------------- /app/scripts/api/customUrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/api/customUrl.js -------------------------------------------------------------------------------- /app/scripts/api/howler.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/api/howler.js -------------------------------------------------------------------------------- /app/scripts/api/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/api/index.js -------------------------------------------------------------------------------- /app/scripts/api/youtube.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/api/youtube.js -------------------------------------------------------------------------------- /app/scripts/bridge/desktop/customUrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/bridge/desktop/customUrl.js -------------------------------------------------------------------------------- /app/scripts/bridge/desktop/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/bridge/desktop/index.js -------------------------------------------------------------------------------- /app/scripts/bridge/desktop/settings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/bridge/desktop/settings.js -------------------------------------------------------------------------------- /app/scripts/bridge/desktop/soundcloud.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/bridge/desktop/soundcloud.js -------------------------------------------------------------------------------- /app/scripts/bridge/desktop/sounds.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/bridge/desktop/sounds.js -------------------------------------------------------------------------------- /app/scripts/bridge/desktop/themes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/bridge/desktop/themes.js -------------------------------------------------------------------------------- /app/scripts/bridge/desktop/youtube.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/bridge/desktop/youtube.js -------------------------------------------------------------------------------- /app/scripts/bridge/web/customUrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/bridge/web/customUrl.js -------------------------------------------------------------------------------- /app/scripts/bridge/web/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/bridge/web/index.js -------------------------------------------------------------------------------- /app/scripts/bridge/web/settings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/bridge/web/settings.js -------------------------------------------------------------------------------- /app/scripts/bridge/web/soundcloud.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/bridge/web/soundcloud.js -------------------------------------------------------------------------------- /app/scripts/bridge/web/sounds.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/bridge/web/sounds.js -------------------------------------------------------------------------------- /app/scripts/bridge/web/themes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/bridge/web/themes.js -------------------------------------------------------------------------------- /app/scripts/bridge/web/youtube.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/bridge/web/youtube.js -------------------------------------------------------------------------------- /app/scripts/components/downloadItem/downloadItem.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/components/downloadItem/downloadItem.css -------------------------------------------------------------------------------- /app/scripts/components/downloadItem/downloadItem.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/components/downloadItem/downloadItem.js -------------------------------------------------------------------------------- /app/scripts/components/downloadList/downloadList.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/components/downloadList/downloadList.css -------------------------------------------------------------------------------- /app/scripts/components/downloadList/downloadList.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/components/downloadList/downloadList.js -------------------------------------------------------------------------------- /app/scripts/components/header/header.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/components/header/header.css -------------------------------------------------------------------------------- /app/scripts/components/header/header.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/components/header/header.js -------------------------------------------------------------------------------- /app/scripts/components/import/customUrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/components/import/customUrl.js -------------------------------------------------------------------------------- /app/scripts/components/import/kakapo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/components/import/kakapo.js -------------------------------------------------------------------------------- /app/scripts/components/import/kakapoItem.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/components/import/kakapoItem.js -------------------------------------------------------------------------------- /app/scripts/components/import/options.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/components/import/options.js -------------------------------------------------------------------------------- /app/scripts/components/import/search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/components/import/search.js -------------------------------------------------------------------------------- /app/scripts/components/import/searchResult.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/components/import/searchResult.js -------------------------------------------------------------------------------- /app/scripts/components/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/components/index.js -------------------------------------------------------------------------------- /app/scripts/components/nav/nav.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/components/nav/nav.css -------------------------------------------------------------------------------- /app/scripts/components/nav/nav.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/components/nav/nav.js -------------------------------------------------------------------------------- /app/scripts/components/playlist/playlist.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/components/playlist/playlist.css -------------------------------------------------------------------------------- /app/scripts/components/playlist/playlist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/components/playlist/playlist.js -------------------------------------------------------------------------------- /app/scripts/components/settings/settings.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/components/settings/settings.css -------------------------------------------------------------------------------- /app/scripts/components/settings/settings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/components/settings/settings.js -------------------------------------------------------------------------------- /app/scripts/components/soundEdit/soundEdit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/components/soundEdit/soundEdit.js -------------------------------------------------------------------------------- /app/scripts/components/soundItem/soundItem.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/components/soundItem/soundItem.css -------------------------------------------------------------------------------- /app/scripts/components/soundItem/soundItem.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/components/soundItem/soundItem.js -------------------------------------------------------------------------------- /app/scripts/components/soundList/soundList.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/components/soundList/soundList.css -------------------------------------------------------------------------------- /app/scripts/components/soundList/soundList.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/components/soundList/soundList.js -------------------------------------------------------------------------------- /app/scripts/components/ui/checkbox/checkbox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/components/ui/checkbox/checkbox.js -------------------------------------------------------------------------------- /app/scripts/components/ui/colorPicker/colorPicker.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/components/ui/colorPicker/colorPicker.css -------------------------------------------------------------------------------- /app/scripts/components/ui/colorPicker/colorPicker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/components/ui/colorPicker/colorPicker.js -------------------------------------------------------------------------------- /app/scripts/components/ui/notifications/notifications.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/components/ui/notifications/notifications.css -------------------------------------------------------------------------------- /app/scripts/components/ui/notifications/notifications.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/components/ui/notifications/notifications.js -------------------------------------------------------------------------------- /app/scripts/components/ui/progress/progress.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/components/ui/progress/progress.css -------------------------------------------------------------------------------- /app/scripts/components/ui/progress/progress.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/components/ui/progress/progress.js -------------------------------------------------------------------------------- /app/scripts/components/ui/subroutes/subroutes.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/components/ui/subroutes/subroutes.css -------------------------------------------------------------------------------- /app/scripts/components/ui/subroutes/subroutes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/components/ui/subroutes/subroutes.js -------------------------------------------------------------------------------- /app/scripts/components/ui/textInput/textInput.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/components/ui/textInput/textInput.js -------------------------------------------------------------------------------- /app/scripts/config/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/config/index.js -------------------------------------------------------------------------------- /app/scripts/containers/app/app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/containers/app/app.css -------------------------------------------------------------------------------- /app/scripts/containers/app/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/containers/app/app.js -------------------------------------------------------------------------------- /app/scripts/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/index.js -------------------------------------------------------------------------------- /app/scripts/reducers/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/reducers/index.js -------------------------------------------------------------------------------- /app/scripts/reducers/notifications.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/reducers/notifications.js -------------------------------------------------------------------------------- /app/scripts/reducers/search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/reducers/search.js -------------------------------------------------------------------------------- /app/scripts/reducers/settings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/reducers/settings.js -------------------------------------------------------------------------------- /app/scripts/reducers/sounds.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/reducers/sounds.js -------------------------------------------------------------------------------- /app/scripts/reducers/themes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/reducers/themes.js -------------------------------------------------------------------------------- /app/scripts/root.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/root.js -------------------------------------------------------------------------------- /app/scripts/sagas/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/sagas/index.js -------------------------------------------------------------------------------- /app/scripts/sagas/konami.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/sagas/konami.js -------------------------------------------------------------------------------- /app/scripts/sagas/notifications.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/sagas/notifications.js -------------------------------------------------------------------------------- /app/scripts/sagas/search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/sagas/search.js -------------------------------------------------------------------------------- /app/scripts/sagas/sounds.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/sagas/sounds.js -------------------------------------------------------------------------------- /app/scripts/sagas/themes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/sagas/themes.js -------------------------------------------------------------------------------- /app/scripts/stores/configureStore.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/stores/configureStore.js -------------------------------------------------------------------------------- /app/scripts/styles/animation.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/styles/animation.css -------------------------------------------------------------------------------- /app/scripts/styles/base.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/styles/base.css -------------------------------------------------------------------------------- /app/scripts/styles/buttons.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/styles/buttons.css -------------------------------------------------------------------------------- /app/scripts/styles/emoji.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/styles/emoji.css -------------------------------------------------------------------------------- /app/scripts/styles/fonts.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/styles/fonts.css -------------------------------------------------------------------------------- /app/scripts/styles/icons.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/styles/icons.css -------------------------------------------------------------------------------- /app/scripts/styles/input.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/styles/input.css -------------------------------------------------------------------------------- /app/scripts/styles/media.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/styles/media.css -------------------------------------------------------------------------------- /app/scripts/styles/search.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/styles/search.css -------------------------------------------------------------------------------- /app/scripts/styles/spinner.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/styles/spinner.css -------------------------------------------------------------------------------- /app/scripts/styles/switch.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/styles/switch.css -------------------------------------------------------------------------------- /app/scripts/styles/type.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/styles/type.css -------------------------------------------------------------------------------- /app/scripts/styles/update.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/styles/update.css -------------------------------------------------------------------------------- /app/scripts/utils/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/scripts/utils/index.js -------------------------------------------------------------------------------- /app/vendor/aws-sdk-2.100.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/app/vendor/aws-sdk-2.100.0.min.js -------------------------------------------------------------------------------- /aws.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/aws.json -------------------------------------------------------------------------------- /jest/setup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/jest/setup.js -------------------------------------------------------------------------------- /mods/compose-pipe.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/mods/compose-pipe.js -------------------------------------------------------------------------------- /mods/sort-imports.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/mods/sort-imports.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/package.json -------------------------------------------------------------------------------- /postcss.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/postcss.config.js -------------------------------------------------------------------------------- /tools/.eslintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/tools/.eslintrc -------------------------------------------------------------------------------- /tools/build.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/tools/build.js -------------------------------------------------------------------------------- /tools/bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/tools/bundle.js -------------------------------------------------------------------------------- /tools/clean.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/tools/clean.js -------------------------------------------------------------------------------- /tools/copy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/tools/copy.js -------------------------------------------------------------------------------- /tools/imagemin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/tools/imagemin.js -------------------------------------------------------------------------------- /tools/installer-win.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/tools/installer-win.js -------------------------------------------------------------------------------- /tools/pkg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/tools/pkg.js -------------------------------------------------------------------------------- /tools/postcss.plugins.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/tools/postcss.plugins.js -------------------------------------------------------------------------------- /tools/run.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/tools/run.js -------------------------------------------------------------------------------- /tools/serve.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/tools/serve.js -------------------------------------------------------------------------------- /tools/start.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/tools/start.js -------------------------------------------------------------------------------- /tools/styles.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/tools/styles.js -------------------------------------------------------------------------------- /tools/webpack.config.base.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/tools/webpack.config.base.js -------------------------------------------------------------------------------- /tools/webpack.config.development.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/tools/webpack.config.development.js -------------------------------------------------------------------------------- /tools/webpack.config.production.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluedaniel/Kakapo-app/HEAD/tools/webpack.config.production.js --------------------------------------------------------------------------------