|
__tests__/pages
|
Fixed/Refactored test to best practices
|
2021-02-13 22:58:21 -08:00 |
|
.github/workflows
|
Added build step to CI & Removed TODO's
|
2021-01-30 21:35:46 -08:00 |
|
.vscode
|
Added Prettier recommended extension and auto formatting
|
2021-02-20 21:23:23 -08:00 |
|
components
|
Setup initial Start Menu layout
|
2021-05-29 23:07:04 -07:00 |
|
contexts
|
Setup initial Start Menu layout
|
2021-05-29 23:07:04 -07:00 |
|
pages
|
Added context menu support
|
2021-05-22 22:33:38 -07:00 |
|
public
|
Added MilkDrop to Winamp
|
2021-05-15 23:36:05 -07:00 |
|
streams
|
Added stream notes
|
2021-05-29 23:09:32 -07:00 |
|
styles
|
Decreased text shadow size by 1px
|
2021-05-29 21:33:21 -07:00 |
|
utils
|
pxToNum default to 0
|
2021-05-08 22:04:20 -07:00 |
|
.babelrc
|
Added styled components support
|
2021-01-09 23:40:17 -08:00 |
|
.deepsource.toml
|
Added deep source config file
|
2021-02-27 21:09:17 -08:00 |
|
.editorconfig
|
Added Editor Config
|
2021-01-02 22:24:18 -08:00 |
|
.eslintignore
|
Use .eslintignore instead of adding to config
|
2021-04-17 21:30:25 -07:00 |
|
.eslintrc.json
|
Fixed eslint import issue
|
2021-06-05 21:30:22 -07:00 |
|
.gitattributes
|
Fixed EOL issue to always be LF
|
2021-02-20 21:16:53 -08:00 |
|
.gitignore
|
Added Next.js
|
2021-01-02 22:14:16 -08:00 |
|
.prettierignore
|
Ignore linting and formatting for public
|
2021-04-03 21:24:05 -07:00 |
|
.prettierrc.json
|
Added Prettier support
|
2021-01-02 23:51:10 -08:00 |
|
.stylelintrc.json
|
Changed extension to stylelint-config-recommended
|
2021-05-01 21:18:43 -07:00 |
|
jest.config.js
|
Fixed jest test issue
|
2021-06-05 21:30:31 -07:00 |
|
jest.setup.js
|
Moved jest import into config
|
2021-01-23 21:45:30 -08:00 |
|
LICENSE
|
Initial Commit
|
2021-01-02 21:48:42 -08:00 |
|
next-env.d.ts
|
Added ESLint support
|
2021-01-02 23:30:32 -08:00 |
|
next.config.js
|
NPM Updates
|
2021-05-01 21:11:23 -07:00 |
|
package-lock.json
|
Updated npm packages
|
2021-05-22 21:14:01 -07:00 |
|
package.json
|
Updated npm packages
|
2021-05-22 21:14:01 -07:00 |
|
README.md
|
Nuked todo's, using a whiteboard instead
|
2021-04-17 22:53:24 -07:00 |
|
tsconfig.json
|
Dont need downlevelIteration anymore?
|
2021-05-29 21:57:11 -07:00 |