Challenge 1: Airbnb-style front page replication (feature/yonatan-parga) - #31
Open
bugsinx12 wants to merge 14 commits into
Open
Challenge 1: Airbnb-style front page replication (feature/yonatan-parga)#31bugsinx12 wants to merge 14 commits into
bugsinx12 wants to merge 14 commits into
Conversation
added 13 commits
June 2, 2026 18:08
…s and untrack local config
…n plugin is inactive
…earch bar, hero card, icons, responsiveness)
Author
|
Hi @steinbachr! This PR is my submission for Challenge 1. Please review when you get a chance. Thanks! |
- Add brand colors to tailwind.config.js, replace arbitrary values - Register nav menu locations, use wp_nav_menu() with fallback - Replace static content with dynamic WP calls (user, theme_mod, i18n) - Move seeder from wp_loaded to after_switch_theme - Add _doing_it_wrong() to ACF fallback stubs - Add PHPDoc/documentation to all undocumented functions - Replace inline CSS with Tailwind/admin classes - Add file-level docblocks to template parts - Add composer.json with PHPCS + PHPUnit config - Add PHPUnit test for PropertySeeder - Download pug icon locally instead of hotlinking
Author
|
Code quality improvements pushed:
|
bugsinx12
force-pushed
the
feature/yonatan-parga
branch
from
June 3, 2026 01:22
d3d1c55 to
892d133
Compare
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.
Challenge 1: Airbnb-style Front Page
Replicates the Airbnb front-page aesthetic as a WordPress theme.
propertywith meta boxes, admin columns, image pickerclass-property-seeder.php) populates properties with mock dataLive demo: https://yonatanparga.dev/
