feat(government): add judicial branch subpage closes #260#657
Open
dangerous-prog wants to merge 2 commits into
Open
feat(government): add judicial branch subpage closes #260#657dangerous-prog wants to merge 2 commits into
dangerous-prog wants to merge 2 commits into
Conversation
Member
|
@dangerous-prog can you also change the url redirection in here? Currently is goes to |
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.

Description
This PR adds a dedicated Judicial Branch subpage at
/government/judicialto complete the government directory, as requested in issue #260.The new subpage follows the exact same component structure and layout template as the existing Constitutional and Legislative branch pages.
Changes Made
src/data/directory/judicial.jsoncontaining the Supreme Court, Court of Appeals, and Sandiganbayan, along with incumbent justices.src/pages/government/judicial/layout.tsxfor the page layout.src/pages/government/judicial/index.tsxfor the main content and justices table.src/pages/government/judicial/components/JudicialSidebar.tsxfor court navigation.src/App.tsx.src/pages/government/layout.tsx).src/data/navigation.ts).getJudicialSEOData()tosrc/utils/seo-data.ts.Closes #260
AI Disclosure
This contribution was developed with the assistance of an AI coding tool (Antigravity/Gemini).