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.

main
Zed A. Shaw 1 year ago
parent 0c230cd07b
commit 6f9f77ddb8
  1. 2
      rendered/docs/howto/long-start-step-01-the-unstyled-fake-ui.md
  2. 2
      rendered/docs/howto/long-start-step-02-the-blockstart-fake-ui.md
  3. 2
      rendered/docs/howto/long-start-step-03-the-styled-fake-ui.md
  4. 2
      rendered/docs/howto/long-start-step-04-testing-the-fake-ui.md
  5. 2
      rendered/docs/howto/long-start-step-05-the-fake-api-handler.md
  6. 2
      rendered/docs/howto/long-start-step-06-the-database-table.md
  7. 2
      rendered/docs/howto/long-start-step-07-libmodelsjs-and-model-testing.md
  8. 2
      rendered/docs/howto/long-start-step-08-the-api-to-the-database.md
  9. 2
      rendered/docs/howto/long-start-step-09-adding-registration-and-authentication.md
  10. 2
      rendered/docs/howto/long-start-step-10-static-leaderboard-command.md
  11. 2
      rendered/docs/howto/long-start-step-11-emailing-winners.md
  12. 2
      rendered/docs/howto/long-start-step-12-sending-emails-with-queues.md
  13. 2
      rendered/docs/howto/long-start-step-13-advanced-fancy-fsm-based-ui.md
  14. 2
      rendered/docs/howto/long-start-step-14-delayed-optional-registration.md
  15. 2
      rendered/docs/howto/long-start-step-15-websocket-winner-notification.md
  16. 9
      rendered/pages/docs/howto/[slug]/index.svelte

@ -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.

@ -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.

@ -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.

@ -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.

@ -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.

@ -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.

@ -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.

@ -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.

@ -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.

@ -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.

@ -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.

@ -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.

@ -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.

@ -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.

@ -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.

@ -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);
}
}

Loading…
Cancel
Save