about summary refs log tree commit diff
path: root/src/view
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix feed empty state (close #1235) (#1239)Paul Frazee2023-08-221-2/+6
|
* add title attr to text text links (#1228)Eric Bailey2023-08-224-9/+29
| | | | | | | | | | | | | | | * add title attr to text text links * Revert "add title attr to text text links" This reverts commit c028cd184efd3b2788d8f46134eecf521e5d7b07. * use css tooltips * add to expanded post state * handle theming * add to bskyweb
* [APP-834] Allow @ing someone in post directly from profile (#1241)Ansh2023-08-228-5/+98
| | | | | * setup `initMention` for mobile * setup creating post with profile tagged on web
* [APP-835] trim end of email during login (#1242)Ansh2023-08-221-1/+3
| | | | | | | | | * trim end of email during login * Switch trimEnd() to trim() --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Merge branch 'main' of github.com:bluesky-social/social-app into mainPaul Frazee2023-08-222-7/+17
|\
| * fix thread double border (#1251)Eric Bailey2023-08-222-7/+17
| |
* | Minor formattingPaul Frazee2023-08-221-1/+3
| |
* | Merge branch 'fix-empty-search' of https://github.com/darnfish/social-app ↵Paul Frazee2023-08-221-0/+2
|\ \ | |/ |/| | | into darnfish-fix-empty-search
| * Don't submit search if query is emptyWilliam Gibson2023-08-221-0/+2
| |
* | Fix to post meta overflow in highlighted post (#1211)Paul Frazee2023-08-171-3/+8
| | | | | | | | | | * Fix to post meta overflow in highlighted post * Give more space to desktop web
* | Fix android postmeta alignmentPaul Frazee2023-08-171-1/+1
| |
* | default translate to device language (#1207)Eric Bailey2023-08-173-6/+3
| |
* | Update the web composer textinput to an emitter (close #1193) (#1205)Paul Frazee2023-08-172-15/+26
| | | | | | | | | | | | | | The tiptap useEditor() hook creates an awkward challenge for passing event handlers into its plugins and native events. By introducing a memoized editor, we should be able to shuttle events out of tiptap without retriggering the useEditor hook. The emitter can then change its registered handlers with each state update.
* | A set of composer fixes (#1187)Paul Frazee2023-08-164-42/+65
| | | | | | | | | | | | | | * Don't insert a newline on cmd+entrl (close #1173) * Don't linkify selected text on url-paste (close #1149) * Disable the adult content controls if there is no media on the post (close #1169)
* | Shorten links in composer to reduce char usage (#1188)Paul Frazee2023-08-162-16/+24
| | | | | | | | | | | | | | * Modify toShortUrl() to always include the full domain * Shorten links in the composer to save on characters * Apply some limits to the link card suggester
* | Tune link card font sizes on desktopPaul Frazee2023-08-161-2/+2
| |
* | Tune up the link card to look nicer, show more info, and layout horizontally ↵Paul Frazee2023-08-161-16/+35
| | | | | | | | on web to user space more nicely (#1190)
* | Fix tap target size of post dropdown menus (#1180)Paul Frazee2023-08-158-113/+55
| |
* | Remove view selector offsetting (close #1174) (#1183)Paul Frazee2023-08-151-5/+3
| | | | | | | | | | * Remove view selector offsetting (close #1174) * Remove horizontal scroll indicator in view selector
* | Fix link color in dark mode (close #1170) (#1184)Paul Frazee2023-08-151-0/+1
| |
* | :sparkles: Repurpose report post modal and re-use for list reporting (#1070)Foysal Ahamed2023-08-1513-335/+299
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * :sparkles: Repupose report post modal and re-use for list reporting * :sparkles: Allow reporting a feed generator * :sparkles: :recycle: Refactor report modal into one shared component for reporting different collections * :white_check_mark: Adjust report option selector in tests * :white_check_mark: Add test for list reporting * :recycle: :sparkles: Refactor reason options and add options for list and feedgen * :broom: Cleanup remaining todo * Fix to mutelist react keys * Fix regression from rebase * Improve customfeed mobile header --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* | fix prefetching lightbox images (#1163)Eric Bailey2023-08-153-11/+13
| | | | | | | | | | | | | | | | | | * fix prefetching lightbox images * use array signature * fix other RN native image usage * delay prefetching to allow UI to re-render
* | [APP-798] add key to `ProfileCardPills` render method (#1158)Ansh2023-08-151-1/+4
| | | | | | | | | | | | | | | | | | * add key to `ProfileCardPills` render method * More reliable key generation --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* | Fix to feeds view in profiles (#1171)Paul Frazee2023-08-151-0/+1
| | | | | | | | | | * Fix load of feeds tab * Add e2e test for profile feeds
* | Fix: close keyboard when viewing the self-label modal (#1153)Paul Frazee2023-08-111-3/+9
| |
* | Fix: set background color of the view selector (#1151)Paul Frazee2023-08-101-0/+1
| |
* | More useful block-state information in embeds (#1150)Paul Frazee2023-08-102-3/+18
| | | | | | | | | | * More useful block-state information in embeds * Tune copy
* | Replace the emojis in the self-labeler with a remove button (#1147)Paul Frazee2023-08-101-16/+25
| |
* | Adds profile media tab (#1137)Eric Bailey2023-08-101-32/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add media tab * fix loading state * cleanup * update naming * upgrade api package * fix load state * add scroll view to tabs * fix overflow on mobile web
* | Add self-labeling controls (#1141)Paul Frazee2023-08-0913-85/+312
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add self-label modal * Use the shield-exclamation icon consistently on post moderation * Wire up self-labeling * Bump @atproto/api@0.6.0 * Bump @atproto/dev-env@^0.2.3 * Add e2e test for self-labeling * Fix types
* | wait for list memberships to load before becoming interactive (#1140)Eric Bailey2023-08-092-31/+48
| | | | | | | | | | | | | | * wait for list memberships to load before becoming interactive * add spinner * remove secondary spinner
* | Add alerts to embeds (#1138)Paul Frazee2023-08-085-9/+45
| | | | | | | | | | | | | | * Add alerts to embeds * Add images to the mock data * Fix types
* | Fix to feed discovery (#1134)Paul Frazee2023-08-081-5/+6
| | | | | | | | | | * Fixes to debounce * Less aggressive debounce
* | Fix rendering of feed and list post-embeds (close #1131) (#1135)Paul Frazee2023-08-081-19/+13
| |
* | remove unused stylesEric Bailey2023-08-081-16/+0
| |
* | fix thread spacing and reply linesEric Bailey2023-08-081-176/+217
| |
* | fix long thread stylingEric Bailey2023-08-081-11/+16
| |
* | Fix: dont use profile preview modal on mobile web (#1125)Paul Frazee2023-08-071-2/+2
| |
* | fix post thread feedback regression (#1109)Eric Bailey2023-08-041-1/+3
| |
* | Fix repeated firing of scroll into view on large threads (#1108)Paul Frazee2023-08-041-3/+28
| |
* | Collection of small UI fixes & improvements (#1104)Paul Frazee2023-08-045-16/+30
| | | | | | | | | | | | | | | | | | * Fix black bar appearing in link card images * Include QPs in posts cache * Fix like color for feed likes in notifications * Fix post embed spacing
* | fix feed UI alignment issues (#1106)Eric Bailey2023-08-042-69/+87
| | | | | | | | | | * fix feed alignment issues * fix reason line alignment
* | Simplify the after-post logic to avoid a UI bug (#1105)Paul Frazee2023-08-041-3/+2
| |
* | Labeling & moderation updates [DRAFT] (#1057)Paul Frazee2023-08-0324-548/+734
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * First pass moving to the new labeling sdk (it compiles) * Correct behaviors around interpreting label moderation * Improve moderation state rendering * Improve hiders and alerts * Improve handling of mutes * Improve profile warnings * Add profile blurring to profile header * Add blocks to test cases * Render labels on profile cards, do not filter * Filter profiles from suggestions using moderation * Apply profile blurring to ProfileCard * Handle blocked and deleted quote posts * Temporarily translate content filtering settings to new labels * Fix types * Tune ContentHider & PostHider click targets * Put a warning on profilecard label pills * Fix screenhider learnmore link on mobile * Enforce no-override on user avatar * Dont enumerate profile blur-media labels in alerts * Fixes to muted posts (esp quotes of muted users) * Fixes to account/profile warnings * Bump @atproto/api@0.5.0 * Bump @atproto/api@0.5.1 * Fix tests * 1.43 * Remove log * Bump @atproto/api@0.5.2
* | Improve the profile preview with "swipe up to view" and local cache ↵Paul Frazee2023-08-032-54/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | optimization (#1096) * Update the ProfilePreview to use a swipe-up to navigate * Use the profile cache to optimize load performance * Hack to align the header in the profile preview against the screen view * Fix profiles cache logic to ensure cache is used * Fix dark mode on profile preview
* | resolve did before loading feed (#1092)Eric Bailey2023-08-031-10/+98
| | | | | | | | | | | | | | * resolve did before loading feed * add loader * wrap with authRequired, handle errors
* | Use a post and handle-resolution cache to enable quick postthread loading ↵Paul Frazee2023-08-031-10/+53
| | | | | | | | | | | | | | | | | | | | | | (#1097) * Use a post and handle-resolution cache to enable quick postthread loading * Fix positioning of thread when loaded from cache and give more visual cues * Include parent posts in cache * Include notifications in cache
* | Change button based on option (#1077)William2023-08-021-1/+3
| |
* | change copy in `InviteCodes.tsx (#1082)Ansh2023-08-021-5/+1
|/
* Fix keyboard support on the dropdown (#1073)Paul Frazee2023-07-283-39/+109
| | | | | * Fix: dropdown now supports accessibility labels and keyboard controls * Fix event propagation around the post dropdown