feat(ui): relocate article action bar, simplify navigation labels, and update copyright contact - #95
Merged
Merged
Conversation
…d update copyright contact - Move quick action bar to article bottom with integrated bookmark and social share buttons - Set article origin link on bottom action bar left side - Remove bookmark overlays from article cards across all feed views - Simplify navigation labels to SEARCH FEED, BOOKMARKS, and ABOUT - Clean up slash symbols and remove system status link from about page - Update copyright agent email address to neuralwiremedia@gmail.com
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.
Feature Summary
This PR refines the reading and browsing experience across Neuralwire:
Origin: <Sumber Artikel>.SEARCH ARCHIVE->SEARCH FEED,SAVED ARCHIVES->BOOKMARKS,ABOUT EDITORIAL->ABOUT, and removes the RSS logo and system status dot.neuralwiremedia@gmail.com.Architectural & Design Decisions
backend/internal/api/server.go.Scope Lock & Blast Radius
Mandatory Zero-Failure Pre-Commit Verification (AGENTS.md)
All commands below must be executed locally and pass with Exit Code 0 prior to creating the PR:
Backend Suite (if backend code changed)
gofmt -w . && gofmt -l .(Output must be completely empty)go vet ./...(Static analysis clean)go test -count=1 -v ./...(All tests pass with cache disabled)Frontend Suite (if frontend code changed)
npm run format && npm run lint(Prettier code style & ESLint clean)npm run check(SvelteKit TypeScript validation clean)npm run build(Production build succeeds with static adapter)Live Localhost End-to-End (E2E) Verification (Mandatory)
go run ./cmd/server/ preview) with 0 startup crashes/panics.Local Verification Evidence