mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-01-24 21:58:04 -05:00
* Cross Browser Compatibility for Gradient with new hover animation * [MyMeta] Use responsive units on the header and footer (#305) * fixing menu drawer to display on Chromium * switching footer layout to responsive units * build failing b/c player is undefined * refactoring bottom nav to use fewer explicit sizes * fixed link issues and removed box from focused menu items ala. * `Error serializing `.guild` returned from `getStaticProps` in "/guild/[guildname]"` * codegen was removed, but some references linger * switching profile options to icons to save space * simplifying & making links clickable * accidentally duplicated a parameter * adding Chakra icons to web app * removing version smudge from icons lib * simplifying clumsy ternary statement * lint cares that imports are in alphabetical order * switching drawer images to next.js component (re: #294) * satiating the linter * moving BoxedNextImage to deign-system * Fix server side rendering issues with backdrop filter * boxing next.js images * these only look broken in Chrome's mobile emulator 🍄 * making the serialization fix precisely correct 🎷 Co-authored-by: Will Holcomb <dys@dhappy.org> Co-authored-by: Pacien Boisson <pakokrew@gmail.com>
52 lines
520 B
Plaintext
52 lines
520 B
Plaintext
**/node_modules
|
|
**/dist
|
|
storybook-static
|
|
node_modules/
|
|
|
|
# No npm allowed
|
|
package-lock.json
|
|
.yarn/
|
|
.yarnrc
|
|
|
|
# IDE
|
|
.idea
|
|
.vscode/
|
|
|
|
|
|
# next.js
|
|
.next/
|
|
|
|
# build files
|
|
build
|
|
autogen
|
|
__generated__
|
|
dist
|
|
out/
|
|
|
|
# Coverage directory used by testing tools
|
|
**/coverage
|
|
**/jest-coverage
|
|
**/reports
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
lerna-debug.log*
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
!/yarn.lock
|
|
.yarn/*
|
|
!.yarn/releases
|
|
!.yarn/plugins
|
|
.pnp
|
|
.pnp.*
|
|
|
|
# vim
|
|
*.swp
|