Commit graph

335 commits

Author SHA1 Message Date
gpt-engineer-app[bot]
5861189703 Increase card size in one-by-one mode
Increase the size of boxes and numbers in the one-by-one mode of the interactive.
2025-07-19 15:04:32 +00:00
gpt-engineer-app[bot]
d7232f8470 Refine interactive layout and content
- Center cards in one-by-one mode.
- Remove global header/footer from interactive pages.
- Fix "School Connect" text on data structures page.
- Remove binary representation interactive from data structures list.
2025-07-19 15:03:06 +00:00
gpt-engineer-app[bot]
1434c538e4 Refine card reveal in one-by-one mode
Make one card visible at a time in response to user input in one-by-one mode.
2025-07-19 14:59:23 +00:00
gpt-engineer-app[bot]
325b0dd139 Refactor Binary Search Trick interactive
- Move share elements to the bottom.
- Center "How it works" button.
- Add one-by-one and all-at-once modes.
- Randomize card numbers on load.
2025-07-19 14:55:51 +00:00
gpt-engineer-app[bot]
27f179e517 Visual edit in Lovable
Edited UI in Lovable
2025-07-19 14:52:39 +00:00
gpt-engineer-app[bot]
dda00627f8 Add binary search interactive
Recreate the binary search interactive, add a popup explanation, social sharing, and green screen versions. Place it under Data Structures.
2025-07-19 14:51:05 +00:00
gpt-engineer-app[bot]
ee4f62434e Change interactive sum color
Make the sum's color red when it exceeds the target sum.
2025-07-19 14:39:24 +00:00
gpt-engineer-app[bot]
9f272d98ee Fix broken link
Update the link to the binary number game to the correct path.
2025-07-19 14:16:17 +00:00
gpt-engineer-app[bot]
b60c8481f7 Add social share and QR code
Add social share buttons and a QR code to interactive pages, excluding green screen pages.
2025-07-19 14:07:18 +00:00
gpt-engineer-app[bot]
04ecfc8d28 Visual edit in Lovable
Edited UI in Lovable
2025-07-19 14:04:53 +00:00
gpt-engineer-app[bot]
f8a51c9f21 Remove header/footer from interactive.
Omit the global header and footer when accessing the interactive from the gallery.
2025-07-19 14:04:34 +00:00
gpt-engineer-app[bot]
223bd234aa Remove header/footer from interactive page
Remove links to green screen versions.
2025-07-19 14:02:38 +00:00
gpt-engineer-app[bot]
9832301750 Visual edit in Lovable
Edited UI in Lovable
2025-07-19 14:01:00 +00:00
gpt-engineer-app[bot]
fb312235f3 Add green-screen friendly versions
Create green-screen versions of interactives, accessible via "/gs-dark" and "/gs-lite" paths. Hide layout elements, set green background, and adjust text/element colors for optimal green screen use.
2025-07-19 13:59:42 +00:00
gpt-engineer-app[bot]
8f53036a3a Update interactive navigation
Updated the navigation links on the interactive page to "Back to Foundations" on the left and "Back to Discrete Math" on the right.
2025-07-19 13:56:14 +00:00
gpt-engineer-app[bot]
964c544027 Refactor theme structure
Add new themes under Discrete Math, move binary interactive, and remove School Connect.
2025-07-19 13:53:44 +00:00
gpt-engineer-app[bot]
76e47c5b00 Add common header and footer
Implement a common header and footer for all pages except interactive pages. The footer will initially contain placeholder text.
2025-07-19 13:39:51 +00:00
gpt-engineer-app[bot]
666de99364 Add direct interactive routes
Implement direct routes for interactives (e.g., `/school-connect/binary-number-game`).
2025-07-19 13:36:52 +00:00
gpt-engineer-app[bot]
a2c73e02ef Change color in binary game
Change the color of the text in the binary game to a dark shade of red when in binary.
2025-07-19 13:26:39 +00:00
gpt-engineer-app[bot]
f0dd65eae0 Replace target sum with binary
Replaced the target sum with the binary representation once the game is won.
2025-07-19 13:25:47 +00:00
gpt-engineer-app[bot]
9f4af91d47 Refactor Binary Number Game
Implement start button and hide target sum initially.
2025-07-19 13:19:51 +00:00
gpt-engineer-app[bot]
435f7a3d43 Add binary interactive to School Connect
Implement a binary representation interactive game with cards, a timer, and score tracking on the School Connect page.
2025-07-19 13:16:46 +00:00
gpt-engineer-app[bot]
02b53640b7 Visual edit in Lovable
Edited UI in Lovable
2025-07-19 13:07:49 +00:00
gpt-engineer-app[bot]
bc02958540 Visual edit in Lovable
Edited UI in Lovable
2025-07-19 13:07:24 +00:00
gpt-engineer-app[bot]
bac8ef570d Remove section
Remove the selected section from the index page.
2025-07-19 13:07:22 +00:00
gpt-engineer-app[bot]
ae2d6848d4 Remove section from index page
Remove the selected section from the index page.
2025-07-19 13:06:54 +00:00
gpt-engineer-app[bot]
9bf592d4f9 Remove element
Remove the selected element from the page.
2025-07-19 13:06:29 +00:00
gpt-engineer-app[bot]
5f5b4657fa Rename navigation item
Change the name of the navigation item to "Interactives".
2025-07-19 13:05:35 +00:00
gpt-engineer-app[bot]
d8e738e30c Remove a block from Themes page
Remove a specific block element from the Themes page.
2025-07-19 13:05:04 +00:00
gpt-engineer-app[bot]
2d5407f3b9 Remove a block of code
Remove a specific block of code from the Themes page.
2025-07-19 13:04:39 +00:00
gpt-engineer-app[bot]
10a28f9b2b Change text to "Miscellany"
Update text content in the component.
2025-07-19 13:03:43 +00:00
gpt-engineer-app[bot]
efc95b4308 Remove element
Remove the selected element from the ComingSoon component.
2025-07-19 13:03:09 +00:00
gpt-engineer-app[bot]
da6674c61f Remove element 2025-07-19 13:02:50 +00:00
gpt-engineer-app[bot]
fb7bb4aca4 feat: Implement website structure
- Add navigation with Themes, Puzzles, and Miscellany.
- Create "coming soon" pages for Puzzles and Miscellany.
- Create a Themes page with cards for various topics.
- Implement basic boxy layout.
- Prepare for future interactive additions and filtering.
- Set up for Netlify deployment.
2025-07-19 13:01:09 +00:00
gpt-engineer-app[bot]
9debcb7e0b Use tech stack vite_react_shadcn_ts 2025-07-19 12:58:18 +00:00