Merged
Conversation
Contributor
aster-void
commented
Dec 30, 2025
- refactor: remove settings panels and inline all form fields
- feat: add social links to member profiles
- some work
- Delete ArticleSettings, MemberSettings, ProjectSettings components - Move slug, cover image, category, URLs inline into editors - Move author/visibility to header dropdown menus - Add delete option to "..." menu in headers - Remove competitive view counts from dashboard (Top Articles/Projects/Members) - Fix nested scrolling by using native browser scroll - leadMemberId dropdown always visible (not conditional on isNew)
Add GitHub, Twitter/X, and Website URL fields to member profiles. Display social links with icons on public member profile pages.
- Fix S3KeySchema to match actual key format (folder/uuid-filename.ext) - Add removeByUrl command for URL-based S3 deletion - Delete old S3 files when images are changed or removed - Add extractS3KeyFromUrl helper function - Update tests for new key format
SvelteKit's static analysis imports server modules during build, causing env validation to fail when DATABASE_URL etc. aren't set. Changed env, db, s3, and auth to use lazy initialization via Proxy.
E2E tests required PostgreSQL and MinIO services which weren't configured in CI, making them non-functional. Removed rather than adding infrastructure complexity for basic smoke tests.
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.