From 6f9f77ddb8562315eea3c88ba536e5c0e38f39b1 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Wed, 25 Jan 2023 21:06:11 -0500 Subject: [PATCH] Add a little note in the HOWTO docs that these are pending then fix the bottom nav. It still sucks because the grid doesn't render well when you move the window width. --- .../howto/long-start-step-01-the-unstyled-fake-ui.md | 2 ++ .../howto/long-start-step-02-the-blockstart-fake-ui.md | 2 ++ .../docs/howto/long-start-step-03-the-styled-fake-ui.md | 2 ++ .../docs/howto/long-start-step-04-testing-the-fake-ui.md | 2 ++ .../howto/long-start-step-05-the-fake-api-handler.md | 2 ++ .../docs/howto/long-start-step-06-the-database-table.md | 2 ++ .../long-start-step-07-libmodelsjs-and-model-testing.md | 2 ++ .../howto/long-start-step-08-the-api-to-the-database.md | 2 ++ ...art-step-09-adding-registration-and-authentication.md | 2 ++ .../long-start-step-10-static-leaderboard-command.md | 2 ++ .../docs/howto/long-start-step-11-emailing-winners.md | 2 ++ .../long-start-step-12-sending-emails-with-queues.md | 2 ++ .../long-start-step-13-advanced-fancy-fsm-based-ui.md | 2 ++ .../long-start-step-14-delayed-optional-registration.md | 2 ++ .../long-start-step-15-websocket-winner-notification.md | 2 ++ rendered/pages/docs/howto/[slug]/index.svelte | 9 +++++++-- 16 files changed, 37 insertions(+), 2 deletions(-) diff --git a/rendered/docs/howto/long-start-step-01-the-unstyled-fake-ui.md b/rendered/docs/howto/long-start-step-01-the-unstyled-fake-ui.md index 476d9f5..403df4c 100644 --- a/rendered/docs/howto/long-start-step-01-the-unstyled-fake-ui.md +++ b/rendered/docs/howto/long-start-step-01-the-unstyled-fake-ui.md @@ -9,3 +9,5 @@ ------ # Long Start Step 01: The Unstyled Fake UI + +This article is currently a stub for the full document coming soon. I have to actually create the course content for this first, then I'll be able to write a succinct version of this topic. If you're struggling with this then feel free to message me on Twitter [@lzsthw](https://twitter.com/lzsthw/) and I'll help you out. diff --git a/rendered/docs/howto/long-start-step-02-the-blockstart-fake-ui.md b/rendered/docs/howto/long-start-step-02-the-blockstart-fake-ui.md index e790dfd..ad688d6 100644 --- a/rendered/docs/howto/long-start-step-02-the-blockstart-fake-ui.md +++ b/rendered/docs/howto/long-start-step-02-the-blockstart-fake-ui.md @@ -9,3 +9,5 @@ ------ # Long Start Step 02: The Blockstart Fake UI + +This article is currently a stub for the full document coming soon. I have to actually create the course content for this first, then I'll be able to write a succinct version of this topic. If you're struggling with this then feel free to message me on Twitter [@lzsthw](https://twitter.com/lzsthw/) and I'll help you out. diff --git a/rendered/docs/howto/long-start-step-03-the-styled-fake-ui.md b/rendered/docs/howto/long-start-step-03-the-styled-fake-ui.md index fa18c51..4c4bc8e 100644 --- a/rendered/docs/howto/long-start-step-03-the-styled-fake-ui.md +++ b/rendered/docs/howto/long-start-step-03-the-styled-fake-ui.md @@ -9,3 +9,5 @@ ------ # Long Start Step 03: The Styled Fake UI + +This article is currently a stub for the full document coming soon. I have to actually create the course content for this first, then I'll be able to write a succinct version of this topic. If you're struggling with this then feel free to message me on Twitter [@lzsthw](https://twitter.com/lzsthw/) and I'll help you out. diff --git a/rendered/docs/howto/long-start-step-04-testing-the-fake-ui.md b/rendered/docs/howto/long-start-step-04-testing-the-fake-ui.md index 2096947..9919a6c 100644 --- a/rendered/docs/howto/long-start-step-04-testing-the-fake-ui.md +++ b/rendered/docs/howto/long-start-step-04-testing-the-fake-ui.md @@ -9,3 +9,5 @@ ------ # Long Start Step 04: Testing The Fake UI + +This article is currently a stub for the full document coming soon. I have to actually create the course content for this first, then I'll be able to write a succinct version of this topic. If you're struggling with this then feel free to message me on Twitter [@lzsthw](https://twitter.com/lzsthw/) and I'll help you out. diff --git a/rendered/docs/howto/long-start-step-05-the-fake-api-handler.md b/rendered/docs/howto/long-start-step-05-the-fake-api-handler.md index 487e9fb..481500f 100644 --- a/rendered/docs/howto/long-start-step-05-the-fake-api-handler.md +++ b/rendered/docs/howto/long-start-step-05-the-fake-api-handler.md @@ -9,3 +9,5 @@ ------ # Long Start Step 05: The Fake `api/` Handler + +This article is currently a stub for the full document coming soon. I have to actually create the course content for this first, then I'll be able to write a succinct version of this topic. If you're struggling with this then feel free to message me on Twitter [@lzsthw](https://twitter.com/lzsthw/) and I'll help you out. diff --git a/rendered/docs/howto/long-start-step-06-the-database-table.md b/rendered/docs/howto/long-start-step-06-the-database-table.md index d820a4b..6ec09dd 100644 --- a/rendered/docs/howto/long-start-step-06-the-database-table.md +++ b/rendered/docs/howto/long-start-step-06-the-database-table.md @@ -9,3 +9,5 @@ ------ # Long Start Step 06: The Database Table + +This article is currently a stub for the full document coming soon. I have to actually create the course content for this first, then I'll be able to write a succinct version of this topic. If you're struggling with this then feel free to message me on Twitter [@lzsthw](https://twitter.com/lzsthw/) and I'll help you out. diff --git a/rendered/docs/howto/long-start-step-07-libmodelsjs-and-model-testing.md b/rendered/docs/howto/long-start-step-07-libmodelsjs-and-model-testing.md index a8da8e4..053c6a3 100644 --- a/rendered/docs/howto/long-start-step-07-libmodelsjs-and-model-testing.md +++ b/rendered/docs/howto/long-start-step-07-libmodelsjs-and-model-testing.md @@ -9,3 +9,5 @@ ------ # Long Start Step 07: `lib/models.js` and Model Testing + +This article is currently a stub for the full document coming soon. I have to actually create the course content for this first, then I'll be able to write a succinct version of this topic. If you're struggling with this then feel free to message me on Twitter [@lzsthw](https://twitter.com/lzsthw/) and I'll help you out. diff --git a/rendered/docs/howto/long-start-step-08-the-api-to-the-database.md b/rendered/docs/howto/long-start-step-08-the-api-to-the-database.md index 2562768..447e59c 100644 --- a/rendered/docs/howto/long-start-step-08-the-api-to-the-database.md +++ b/rendered/docs/howto/long-start-step-08-the-api-to-the-database.md @@ -9,3 +9,5 @@ ------ # Long Start Step 08: The `api/` to the Database + +This article is currently a stub for the full document coming soon. I have to actually create the course content for this first, then I'll be able to write a succinct version of this topic. If you're struggling with this then feel free to message me on Twitter [@lzsthw](https://twitter.com/lzsthw/) and I'll help you out. diff --git a/rendered/docs/howto/long-start-step-09-adding-registration-and-authentication.md b/rendered/docs/howto/long-start-step-09-adding-registration-and-authentication.md index d06a5ff..2419814 100644 --- a/rendered/docs/howto/long-start-step-09-adding-registration-and-authentication.md +++ b/rendered/docs/howto/long-start-step-09-adding-registration-and-authentication.md @@ -9,3 +9,5 @@ ------ # Long Start Step 09: Adding Registration and Authentication + +This article is currently a stub for the full document coming soon. I have to actually create the course content for this first, then I'll be able to write a succinct version of this topic. If you're struggling with this then feel free to message me on Twitter [@lzsthw](https://twitter.com/lzsthw/) and I'll help you out. diff --git a/rendered/docs/howto/long-start-step-10-static-leaderboard-command.md b/rendered/docs/howto/long-start-step-10-static-leaderboard-command.md index db95da1..9c0e0cd 100644 --- a/rendered/docs/howto/long-start-step-10-static-leaderboard-command.md +++ b/rendered/docs/howto/long-start-step-10-static-leaderboard-command.md @@ -9,3 +9,5 @@ ------ # Long Start Step 10: Static Leaderboard Command + +This article is currently a stub for the full document coming soon. I have to actually create the course content for this first, then I'll be able to write a succinct version of this topic. If you're struggling with this then feel free to message me on Twitter [@lzsthw](https://twitter.com/lzsthw/) and I'll help you out. diff --git a/rendered/docs/howto/long-start-step-11-emailing-winners.md b/rendered/docs/howto/long-start-step-11-emailing-winners.md index 255fbcb..e272410 100644 --- a/rendered/docs/howto/long-start-step-11-emailing-winners.md +++ b/rendered/docs/howto/long-start-step-11-emailing-winners.md @@ -9,3 +9,5 @@ ------ # Long Start Step 11: Emailing Winners + +This article is currently a stub for the full document coming soon. I have to actually create the course content for this first, then I'll be able to write a succinct version of this topic. If you're struggling with this then feel free to message me on Twitter [@lzsthw](https://twitter.com/lzsthw/) and I'll help you out. diff --git a/rendered/docs/howto/long-start-step-12-sending-emails-with-queues.md b/rendered/docs/howto/long-start-step-12-sending-emails-with-queues.md index cd1522a..c07df32 100644 --- a/rendered/docs/howto/long-start-step-12-sending-emails-with-queues.md +++ b/rendered/docs/howto/long-start-step-12-sending-emails-with-queues.md @@ -9,3 +9,5 @@ ------ # Long Start Step 12: Sending Emails with Queues + +This article is currently a stub for the full document coming soon. I have to actually create the course content for this first, then I'll be able to write a succinct version of this topic. If you're struggling with this then feel free to message me on Twitter [@lzsthw](https://twitter.com/lzsthw/) and I'll help you out. diff --git a/rendered/docs/howto/long-start-step-13-advanced-fancy-fsm-based-ui.md b/rendered/docs/howto/long-start-step-13-advanced-fancy-fsm-based-ui.md index 632ebc2..11b15cf 100644 --- a/rendered/docs/howto/long-start-step-13-advanced-fancy-fsm-based-ui.md +++ b/rendered/docs/howto/long-start-step-13-advanced-fancy-fsm-based-ui.md @@ -9,3 +9,5 @@ ------ # Long Start Step 13: Advanced Fancy FSM Based UI + +This article is currently a stub for the full document coming soon. I have to actually create the course content for this first, then I'll be able to write a succinct version of this topic. If you're struggling with this then feel free to message me on Twitter [@lzsthw](https://twitter.com/lzsthw/) and I'll help you out. diff --git a/rendered/docs/howto/long-start-step-14-delayed-optional-registration.md b/rendered/docs/howto/long-start-step-14-delayed-optional-registration.md index 22a54d1..c4d7434 100644 --- a/rendered/docs/howto/long-start-step-14-delayed-optional-registration.md +++ b/rendered/docs/howto/long-start-step-14-delayed-optional-registration.md @@ -9,3 +9,5 @@ ------ # Long Start Step 14: Delayed Optional Registration + +This article is currently a stub for the full document coming soon. I have to actually create the course content for this first, then I'll be able to write a succinct version of this topic. If you're struggling with this then feel free to message me on Twitter [@lzsthw](https://twitter.com/lzsthw/) and I'll help you out. diff --git a/rendered/docs/howto/long-start-step-15-websocket-winner-notification.md b/rendered/docs/howto/long-start-step-15-websocket-winner-notification.md index 8742bc3..1c03963 100644 --- a/rendered/docs/howto/long-start-step-15-websocket-winner-notification.md +++ b/rendered/docs/howto/long-start-step-15-websocket-winner-notification.md @@ -9,3 +9,5 @@ ------ # Long Start Step 15: WebSocket Winner Notification + +This article is currently a stub for the full document coming soon. I have to actually create the course content for this first, then I'll be able to write a succinct version of this topic. If you're struggling with this then feel free to message me on Twitter [@lzsthw](https://twitter.com/lzsthw/) and I'll help you out. diff --git a/rendered/pages/docs/howto/[slug]/index.svelte b/rendered/pages/docs/howto/[slug]/index.svelte index 493cca1..e6b5785 100644 --- a/rendered/pages/docs/howto/[slug]/index.svelte +++ b/rendered/pages/docs/howto/[slug]/index.svelte @@ -75,7 +75,8 @@ posts { display: grid; - grid-template-columns: repeat(3, 1fr); + grid-template-columns: repeat(6, 1fr); + grid-template-rows: repeat(1, 1fr); } posts post { @@ -91,7 +92,6 @@ justify-content: center; align-items: center; color: var(--value8); - min-width: 150px; } @media only screen and (min-width: 1285px) { @@ -111,6 +111,11 @@ font-size: 1.2rem; flex-direction: column; } + + posts { + grid-template-columns: repeat(3, 1fr); + grid-template-rows: repeat(2, 1fr); + } }