Redesign fpgas.online with wafer.space aesthetic#52
Draft
mithro wants to merge 3 commits intoCarlFK:mainfrom
Draft
Redesign fpgas.online with wafer.space aesthetic#52mithro wants to merge 3 commits intoCarlFK:mainfrom
mithro wants to merge 3 commits intoCarlFK:mainfrom
Conversation
Add BOARD_TYPES choices (arty_a7, netv2, ulx3s, fomu, tt_asic, tt_fpga) and board_type CharField to Pi model. Update admin with list_display and list_filter. Update views to group boards by type on index and auto-select tt.html template for Tiny Tapeout boards. Add board_type to fixtures. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Rewrite pib.css as design system with CSS custom properties, CSS Grid, and Flexbox. Add base.html with shared header/footer and viewport meta tag (fixes mobile). Rewrite index.html with hero section and auto-fill card grid. Rewrite fpga.html and tt.html with toolbar, grid panels, and vanilla JS copyCode() replacing jQuery/f4pga dependencies. Style upload form button. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Provides make serve (full setup + launch), make setup, make migrate, make fixtures, and make clean. Uses uv for venv and pip, generates local_settings.py with InMemoryChannelLayer (no Redis needed). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
3823861 to
5d4cba8
Compare
Contributor
Author
ScreenshotsHomepage (Desktop 1280px)FPGA Board DetailTiny Tapeout DetailMobile View (375px)
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




Summary
Visual refresh of fpgas.online to match the wafer.space sponsor aesthetic and prepare for multi-board type support.
board_typefield to Pi model with choices (Arty A7, NeTV2, ULX3S, Fomu, Tiny Tapeout ASIC/FPGA)base.htmlshared template with sticky header, footer, viewport meta (fixes mobile)make serve)Screenshots
Screenshots are attached as a comment below.
Local Testing
Test plan
make servestarts cleanly, pages load at/fpgas//fpgas/pi<N>.htmlauto-selects tt.html for TT boardsGenerated with Claude Code