Commit Graph
1203 Commits
Author SHA1 Message Date
Jean-Philippe Sirois 1896902ec6 chore(deps): bump gatsby-source-filesystem to 3.6.0 2021-06-01 00:48:36 -04:00
Jean-Philippe Sirois 7392f6cc90 chore(deps): bump gatsby-plugin-styled-components to 4.6.0 2021-06-01 00:48:07 -04:00
Jean-Philippe Sirois d02079b3f4 chore(deps): bump gatsby-plugin-sharp to 3.6.0 2021-06-01 00:47:38 -04:00
Jean-Philippe Sirois 153aa886fe chore(deps): bump gatsby-plugin-react-svg to 3.0.1 2021-06-01 00:47:00 -04:00
Jean-Philippe Sirois 4f92e87a89 chore(deps): bump gatsby-plugin-react-helmet to 4.6.0 2021-06-01 00:46:32 -04:00
Jean-Philippe Sirois fd9e8b2e4b chore(deps): bump gatsby-plugin-mdx to 2.6.0 2021-06-01 00:46:03 -04:00
Jean-Philippe Sirois 6e017b347d chore(deps): bump gatsby-plugin-manifest to 3.6.0 2021-06-01 00:45:31 -04:00
Jean-Philippe Sirois c92882f220 chore(deps): bump gatsby-plugin-layout to 2.6.0 2021-06-01 00:44:56 -04:00
Jean-Philippe Sirois 2c2e12a75a chore(deps): bump gatsby to 3.6.1 2021-06-01 00:44:26 -04:00
Jean-Philippe Sirois 82e64ed64e chore(deps): bump classnames to 2.3.1 2021-06-01 00:43:28 -04:00
Jean-Philippe Sirois 6f9fd3ee78 chore(deps): bump prettier to 2.3.0 2021-06-01 00:43:00 -04:00
Jean-Philippe Sirois d1ee69b3eb chore(deps): bump gatsby-plugin-remove-trailing-slashes to 3.6.0 2021-06-01 00:42:31 -04:00
Jean-Philippe Sirois 570215714b chore(deps): bump eslint-plugin-react to 7.24.0 2021-06-01 00:42:02 -04:00
Jean-Philippe Sirois 3bebde193b chore(deps): bump eslint-plugin-jsdoc to 35.1.2 2021-06-01 00:41:33 -04:00
Jean-Philippe Sirois cf077085e1 chore(deps): bump eslint-plugin-import to 2.23.4 2021-06-01 00:41:03 -04:00
Jean-Philippe Sirois 35bbe62ecf chore(deps): bump eslint-config-prettier to 8.3.0 2021-06-01 00:40:33 -04:00
Jean-Philippe Sirois 3d2fc10a2d chore(deps): bump discord.js to 12.5.3 2021-06-01 00:40:04 -04:00
Jean-Philippe Sirois 2731a56c76 chore(deps): bump @typescript-eslint/eslint-plugin-tslint to 4.26.0 2021-06-01 00:39:36 -04:00
Jean-Philippe Sirois d42c601762 chore(deps): bump @types/styled-components to 5.1.9 2021-06-01 00:39:04 -04:00
Jean-Philippe Sirois dd06e868ab chore(deps): bump @types/react-helmet to 6.1.1 2021-06-01 00:38:36 -04:00
Jean-Philippe Sirois 9bdf767029 chore(deps): bump @types/react-dom to 17.0.5 2021-06-01 00:38:08 -04:00
Jean-Philippe Sirois fc84461f00 chore(deps): bump @types/react to 17.0.8 2021-06-01 00:37:40 -04:00
Jean-Philippe Sirois abcd36758b chore(deps): bump @types/ramda to 0.27.40 2021-06-01 00:37:12 -04:00
Jean-Philippe Sirois 89469efaa3 chore(deps): bump @types/prismjs to 1.16.5 2021-06-01 00:36:44 -04:00
Jean-Philippe Sirois 57f75f8e08 chore(deps): bump @types/lodash to 4.14.170 2021-06-01 00:36:16 -04:00
Jean-Philippe Sirois 4143c8d715 chore(deps): bump @types/classnames to 2.3.0 2021-06-01 00:35:48 -04:00
Jean-Philippe Sirois d4f20ccdef chore(deps): bump @graphql-codegen/typescript-react-apollo to 2.2.5 2021-06-01 00:35:20 -04:00
Jean-Philippe Sirois 6e1a88e23c chore(deps): bump @graphql-codegen/typescript-operations to 1.18.0 2021-06-01 00:34:48 -04:00
Jean-Philippe Sirois 21f4b11498 chore(deps): bump @graphql-codegen/typescript to 1.22.1 2021-06-01 00:34:19 -04:00
Jean-Philippe Sirois b25e3066ed chore(deps): bump @graphql-codegen/cli to 1.21.5 2021-06-01 00:33:50 -04:00
Jean-Philippe Sirois 85e544302f Merge pull request #391 from jumpyapple/issue-347
[Feature/Design] Style new resources header
2021-06-01 00:20:26 -04:00
Jean-Philippe Sirois efb1fe724b fix: correctly show header on generic content pages 2021-06-01 00:18:01 -04:00
Jean-Philippe Sirois fd7005c9df ui: tweak sticky header styles to match figma sketch 2021-06-01 00:08:17 -04:00
Jean-Philippe Sirois e7307a0893 fix: invalid css 2021-06-01 00:08:17 -04:00
Jean-Philippe Sirois cc740502e9 fix: move to a more stable scroll API to avoid jumping 2021-06-01 00:08:17 -04:00
jumpyapple fdb6083c6b fix: AbortController not found, resize text in Box 2021-06-01 00:02:56 -04:00
jumpyapple 8a5970107f feat: create sticky version of components involved
Notices problems are
- Links in content area are higher (in terms of z value) than the sticky header.
- The sidebar header for table of contents seems to be positioned higher than it should.
- Text size of breadcrumb and title are too big.
- Flickering problem on pages that are short (less content/one page content).
2021-06-01 00:02:56 -04:00
jumpyapple 5ba1e86672 fix: window is not available during gatsby build
Check if window is available, and set initial value for `state.scrollY`.
2021-06-01 00:02:56 -04:00
jumpyapple 38e1a4ba56 feat: add a proof of concept
Using debouncing idea described in
https://css-tricks.com/styling-based-on-scroll-position/ to record
scrollY value and render the `BoxedTitle` base on the value. The box is
hidden when scrollY is greater than 30.

The class-style React component is used to register an event listener
for scrolling event.
2021-06-01 00:02:56 -04:00
Jean-Philippe Sirois 47f811373c Merge pull request #408 from ilitr/master
feat: add minimodding, webscraping, drama rules
2021-05-30 19:05:02 -04:00
ameh 6ec03a6436 feat: add minimodding, webscraping, drama rules 2021-05-28 11:05:52 -05:00
Jean-Philippe Sirois cfe190e56b Merge pull request #396 from SamWolfs/fix/http-project-chapters
Fix chapter 12 & 13 headers
2021-05-27 03:57:32 -04:00
Sam Wolfs 11af26cef2 Fix chapter 12 & 13 headers 2021-05-27 03:49:42 -04:00
Jean-Philippe Sirois 26283c0b25 Merge pull request #406 from the-programmers-hangout/build-fix-failing-ci
build: temp fix for failing lint on ci
2021-05-27 03:49:21 -04:00
Jean-Philippe Sirois 584d85484a build: temp fix for failing lint on ci 2021-05-27 03:41:56 -04:00
Jean-Philippe Sirois 517611ef01 Merge pull request #407 from the-programmers-hangout/chore-regenerate-lockfile
chore(deps): regenerate lockfile
2021-05-27 03:41:36 -04:00
Jean-Philippe Sirois 33bd2eade0 chore(deps): regenerate lockfile 2021-05-27 03:36:31 -04:00
Jean-Philippe Sirois 8e02b9f29d Merge pull request #405 from the-programmers-hangout/chore-bump-deps
chore: bump deps
2021-05-27 03:21:04 -04:00
Jean-Philippe Sirois 7f7fe29a4f chore(deps): bump lockfile 2021-05-27 03:16:26 -04:00
Jean-Philippe Sirois 7c6c136dc8 chore(deps): bump eslint-plugin-react to 7.23.2 2021-05-27 03:16:14 -04:00