about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Auto-like what you repost per commonly accepted etiquette HEAD mainVika7 days1-0/+11
|
* Bump labeler limit to 25Vika8 days1-1/+1
|
* xyz.blueskyweb.app → xyz.vikanezrimaya.voidskyVika10 days3-3/+3
|
* Unlock fancy app iconsVika10 days2-2/+2
| | | | Huh, didn't know the app had those.
* Fully neuter Bluesky PBC moderationVika2025-09-221-1/+2
|
* Remove Bluesky PBC regional labelersVika2025-09-221-2/+2
|
* Remove email nag promptVika2025-09-181-1/+2
|
* feat: don't baby the user if they don't want to reveal their birthdate or ↵Vika2025-09-181-3/+3
| | | | set a wrong one by accident
* Add missing passive feed interactions (#9043)Samuel Newman2025-09-151-42/+11
|
* Nightly source-language updatepfrazee2025-09-121-29/+33
|
* Generate separate strings for join messages in Newskie dialog (#8007)surfdude292025-09-111-19/+27
| | | | | | | | | | | | | | | * try again * prettier * prettier round 2 * Update src/components/NewskieDialog.tsx Co-authored-by: Samuel Newman <mozzius@protonmail.com> --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Log cleanup (#9029)Samuel Newman2025-09-112-6/+3
| | | | | | | | | * change warn to log * networkerror check on failed to check unread notifications * rm both logs * tweak imports
* ensure mod service header present for appeals (#9025)hailey2025-09-111-9/+18
|
* Nightly source-language updatepfrazee2025-09-111-36/+36
|
* Ensure there is a thumbnail for videos on web (#9019)Samuel Newman2025-09-102-6/+14
|
* Fix profile lists/feeds/starterpacks tabs position issue (#8935)Samuel Newman2025-09-105-233/+250
|
* add prevent default to thread anchor checkmark (#9020)Samuel Newman2025-09-101-3/+3
|
* Nightly source-language updatepfrazee2025-09-101-246/+285
|
* ALF saved feeds screen (#8844)Samuel Newman2025-09-094-204/+170
|
* reduce checkmark size in thread anchor (#8942)Samuel Newman2025-09-092-2/+2
|
* ALF lists screen (#8941)Samuel Newman2025-09-0910-1079/+1226
| | | | | | | | | | | * alf list screens * relocate to `#/screens`, balkanize * use useBreakpoints * showCancel on subscribe menu * fix typo
* Clean up dialogs (#8934)Samuel Newman2025-09-096-195/+221
|
* Fix focus ring shapes (#9005)Samuel Newman2025-09-092-11/+24
| | | | | * fix user avis being the wrong shape * fix the fab being the wrong shape
* run `yarn lint --fix` (#9013)Samuel Newman2025-09-09225-433/+555
|
* Remove `atob` polyfill (#9000)Samuel Newman2025-09-091-49/+0
| | | | | * remove atob polyfill * remove base64-js as a dependency
* clean up language before suggesting (#9006)Samuel Newman2025-09-091-1/+11
|
* Upgrade `@types/react` to 19 and run codemod (attempt 2) (#8918)Samuel Newman2025-09-0970-98/+119
| | | | | | | | | | | | | * update dependencies * rm `import type React from 'react'` * run codemods * patch discord types * update types/react-dom * Update yarn.lock
* Nightly source-language updatepfrazee2025-09-091-25/+21
|
* remove link from saved count (#9010)Samuel Newman2025-09-081-14/+8
|
* Pass feed context to video feed post controls (#9004)kindgracekind2025-09-081-0/+1
|
* 1.108.0 Release Prep (#8993)Eric Bailey2025-09-0545-15791/+23576
| | | | | * Pull and extract * Pull and extract part II
* Nightly source-language updateestrattonbailey2025-09-051-143/+147
|
* Remove region for AA call, actually not helpful (#8992)Eric Bailey2025-09-051-5/+1
|
* [Perf] Drawer gesture perf fix + related cleanup (#8953)Samuel Newman2025-09-054-85/+107
| | | | | | | * split drawer layout into own component * don't put props in dep array * memoize pager view
* Restore quick language select (#8981)Samuel Newman2025-09-054-90/+154
| | | | | | | | | | | | | * restore quick language select * rm showCancel * rm margin from thread button * alf composer icons * stop hiding keyboard * use trans
* Make logs more clear (#8991)Eric Bailey2025-09-053-17/+33
|
* Revert "use comment instead of context (#8987)" (#8990)Samuel Newman2025-09-052-2/+2
| | | This reverts commit c7f8da8f9768515be7d3c79e9128c0411390c48e.
* use comment instead of context (#8987)Samuel Newman2025-09-052-2/+2
|
* Provide more precise data for age assurance (#8989)Eric Bailey2025-09-051-3/+24
|
* only show bookmarks nux to existing users (#8988)Samuel Newman2025-09-051-0/+7
|
* ensure headers are set when chat reporting (#8985)Samuel Newman2025-09-054-20/+35
|
* require auth for bookmarks (#8983)Samuel Newman2025-09-051-7/+10
|
* add translation context for "saved" (#8982)Samuel Newman2025-09-052-2/+7
|
* Simplify post number formatting (#8978)Samuel Newman2025-09-052-29/+6
| | | | | * revert number formatting change * use formatPostStatCount in repost web
* E2E fixes (#8980)Samuel Newman2025-09-053-13/+14
| | | | | | | * update dev-env * hide nux after onboarding * use getter/setter for proxy header
* Nightly source-language updateestrattonbailey2025-09-051-74/+86
|
* 108 fixes (#8977)Eric Bailey2025-09-0412-67/+89
| | | | | | | | | * Translation comment * Fix error handling in starter pack generation * Allow access to DM settings for age restricted users * Leave post stat unit formatting up to translators
* Nightly source-language updateestrattonbailey2025-09-041-156/+228
|
* 📓 Bookmarks (#8976)Eric Bailey2025-09-0429-128/+1203
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add button to controls, respace * Hook up shadow and mutation * Add Bookmarks screen * Build out Bookmarks screen * Handle removals via shadow * Use truncateAndInvalidate strategy * Add empty state * Add toasts * Add undo buttons to toasts * Stage NUX, needs image * Finesse post controls * New reply icon * Use curvier variant of repost icon * Prevent layout shift with align_start * Update api pkg * Swap in new image * Limit spacing on desktop * Rm decimals over 10k * Better optimistic adding/removing * Add metrics * Comment * Remove unused code block * Remove debug limit * Fork shadow for web/native * Tweak alt * add preventExpansion: true * Refine hitslop * Add count to anchor * Reduce space in compact mode --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Nightly source-language updateestrattonbailey2025-09-041-9/+9
|