about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Mark label for translation in `LoggedOutCTA.tsx` (#8908)surfdude292025-08-261-2/+4
| | | | | * Mark label for translation in `LoggedOutCTA.tsx` * Update LoggedOutCTA.tsx
* Fix toast type (#8909)Eric Bailey2025-08-266-135/+123
| | | | | | | | | * Fix confusing toast API * Provide all exports to e2e file * Fix first usage in Composer * Loosen type, add Trans tag
* Fix RightNav elements focus outline on web (#8788)Bartosz Kaszubowski2025-08-263-4/+22
|
* Web: fix Edit Profile discard warning when pressing backdrop (#8824)Bartosz Kaszubowski2025-08-263-28/+27
| | | | | * Web: fix Edit Profile discard warning * cleanup imports
* `Discover Feeds` ⮕ `Discover New Feeds` (#8860)surfdude292025-08-261-1/+1
|
* Enable show less / more buttons for third party feeds (#8672)kindgracekind2025-08-2611-34/+150
| | | | | Co-authored-by: hailey <hailey@blueskyweb.xyz> Co-authored-by: Hailey <me@haileyok.com>
* Modernise change password dialog (#8269)Samuel Newman2025-08-266-363/+304
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * alf change password dialog * rm old modal * move dialog * fix buttons on native * lowercase * fix dupe import * Apply suggestions from code review Thanks @surfdude29 :) Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * use primary_subtle, change web layout * move to into non-network err, warn -> error * error -> safeMessage * better message than token is invalid * cancel button native only * move close to end of focus priority --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
* Fix bad copy pasta (#8907)Eric Bailey2025-08-261-1/+1
|
* Fix default opengraph (#8872)Eric Bailey2025-08-263-2/+5
| | | | | | | * Fix default opengraph * Add avatar back * Remove default og images
* Yeah toast (#8878)Eric Bailey2025-08-268-89/+414
| | | | | | | | | | | | | | | * Split out into macro component * Add Action component * Add fallback * add button to view post after sending * Dismiss toast when clicking action button --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Adds signup CTA tests for logged-out visitors (#8906)Alex Benzer2025-08-264-1/+90
|
* Add verification checkmarks to `embed.bsky.app` (#8644)Samuel Newman2025-08-2617-1349/+1669
| | | | | | | | | | | | | * update vite+typescript * update atproto api to latest, split out utils * add checkmark to post * add checkie to embed * revert change to example post * fix ext link color
* Add profile link to switcher menu (#8867)Inbestigator2025-08-261-0/+52
| | | | | * feat(leftnav): add profile link to switcher menu * fix: close menu on navigate
* Threads v2 cleanup (#8902)Eric Bailey2025-08-2613-2272/+40
| | | | | | | | | | | | | | | | | | | | | * Delete root PostThread component * Remove PostThreadItem, migrate DebugMod to use new components * Remove other unused components * Move PostThreadFollowBtn to new home * Move PostThreadComposePrompt to new home * Remove gate * Keep naming in DebugMod * rm v1 prefs --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Tweak `SelectMediaButton` error string, `accessibilityHint`, and comments ↵surfdude292025-08-261-27/+10
| | | | | | | | | | | (#8870) * remove isNative check from accessibilityHint * tweak grammar in error string * prettier * tweak comment
* Merge pull request #8806 from ↵jim2025-08-2510-77/+574
|\ | | | | | | | | internet-development/binaryfiddler/starter-pack-part2 Starter pack dialog implementations
| * optimize for the webChenyu Huang2025-08-222-34/+45
| |
| * fix linting, minor ui tweaksChenyu Huang2025-08-212-26/+18
| |
| * address feedbackChenyu Huang2025-08-202-44/+57
| |
| * use Dialog.InnerFlatlistChenyu Huang2025-08-201-82/+89
| |
| * loading stateChenyu Huang2025-08-193-42/+54
| |
| * clean up onSuccess callbackChenyu Huang2025-08-193-26/+16
| |
| * parameterize the initial profile for starter pack profile select wizard screenChenyu Huang2025-08-198-112/+116
| |
| * starter pack dialog flow from profileMenuChenyu Huang2025-08-166-18/+486
| |
* | Merge pull request #8901 from ↵jim2025-08-251-20/+23
|\ \ | | | | | | | | | | | | internet-development/caidanw/app-1358-final-card-refresh feat(ui): redesign suggested profiles 'See more' card
| * | feat(ui): redesign "See more" suggested profiles cardCaidan Williams2025-08-251-17/+20
| | | | | | | | | | | | | | | | | | | | | Refactored the "See more accounts you might like" card to use ButtonIcon and ButtonText for improved consistency and accessibility. Updated styles for better alignment, spacing, and visual hierarchy. Navigates to the Explore page when pressed.
| * | refactor(feed): rename Arrow to ArrowRight for clarityCaidan Williams2025-08-251-4/+4
| | |
* | | Merge pull request #8900 from ↵jim2025-08-254-2/+91
|\ \ \ | | | | | | | | | | | | | | | | internet-development/caidanw/app-1413-clean-up-canonical-urls feat: implement canonical URL filter to clean parameters for SEO
| * | | refactor: rename canonical filter to canonicalize_url for better clarityCaidan Williams2025-08-254-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rename filter from 'canonical' to 'canonicalize_url' to follow Pongo2 naming conventions - Update function name from filterCanonical to filterCanonicalizeURL - Update template usage in post.html and profile.html - Update test function name and all references
| * | | test: add comprehensive coverage for canonical URL filterCaidan Williams2025-08-251-0/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Verify clean URL passthrough behavior - Test query parameter removal functionality - Test fragment removal functionality - Test combined query params and fragments handling - Ensure graceful degradation for malformed URLs
| * | | feat: apply canonical filter to profile template URLs for SEOCaidan Williams2025-08-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Use canonical filter on requestURI in canonical link tag while preserving original URL with parameters for og:url metadata. This provides clean canonical URLs for search engines while maintaining full Open Graph URLs.
| * | | feat: apply canonical filter to clean URLs in post templateCaidan Williams2025-08-251-1/+1
| | | | | | | | | | | | | | | | Uses canonical filter for canonical link tags while preserving original URLs with parameters for og:url metadata, improving SEO through proper URL canonicalization
| * | | feat(seo): add canonical URL filter to remove query parametersCaidan Williams2025-08-251-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Addresses community feedback about canonical URLs being misleading when they include UTM parameters. The new Pongo2 filter creates clean canonical URLs while preserving tracking parameters for social sharing.
* | | | Nightly source-language updatepfrazee2025-08-261-66/+66
| | | |
* | | | Remove handle suggestion gate (#8899)Samuel Newman2025-08-252-6/+1
| |/ / |/| | | | | | | | | | | * remove handle suggestion gate * rm from list of gates
* | | remove root sibling parent(s??) from composer (#8897)Samuel Newman2025-08-251-81/+76
|/ /
* | Fix Gif Select dialog search bar scrolling away (#8874)Samuel Newman2025-08-254-16/+24
| | | | | | | | | | * fix flatlist dialogs on web * tweak gif select dialog, add style prop to textfield
* | fix searching for phrases by replacing smart quotes (#8865)Samuel Newman2025-08-251-0/+4
| |
* | ALF log screen (#8845)Samuel Newman2025-08-253-117/+129
| |
* | add content hider padding (#8843)Samuel Newman2025-08-251-3/+9
| |
* | Update DM header to match new Layout style (#8846)Samuel Newman2025-08-253-125/+88
| |
* | Nightly source-language updatepfrazee2025-08-251-6/+6
| |
* | Fix alt text in media preview (#8854)Samuel Newman2025-08-241-5/+3
| |
* | Skip dirty git tree check in prebuild (#8853)Samuel Newman2025-08-241-1/+1
| |
* | Nightly source-language updatepfrazee2025-08-241-24/+29
| |
* | Update `@mozzius/expo-dynamic-app-icon` (#8834)Samuel Newman2025-08-248-26/+32
| |
* | Update origin (#8889)Eric Bailey2025-08-231-1/+1
| |
* | Debug (#8888)Eric Bailey2025-08-232-6/+50
| | | | | | | | | | * Swap URL * Add debug
* | Merge pull request #8883 from ↵jim2025-08-223-0/+3
|\ \ | | | | | | | | | | | | internet-development/caidanw/app-1408-add-canonical-url feat: add canonical URLs to improve SEO
| * | feat: add canonical URL to profile template for better SEOCaidan Williams2025-08-221-0/+1
| | |