about summary refs log tree commit diff
path: root/src/view
Commit message (Collapse)AuthorAgeFilesLines
* [APP-720] Paginate custom feeds (#1030)Ansh2023-07-211-0/+1
| | | | | | | * paginate custom feeds * Fix loading state bug * DRY code up
* #995 use `asAnchor` on external embeds (#1043)Eric Bailey2023-07-212-5/+5
| | | | | * use asAnchor on external embeds * add noFeedback back, fix TouchableWithoutFeedback anchor handling
* fix mute list overflow bug (#1041)Ansh2023-07-201-0/+2
|
* [APP-775] Add Welcome screen after account creation (#1038)Ansh2023-07-198-0/+184
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add comments to step 1-3 * add onboarding screen * add analytics for onboarding tracking * fix useEffect * change text * change icon size * put onboarding into bottom sheet modal instead of react navigation * wip * Simplify the type validation * Fix: only trigger onboarding modal when account creation succeeds * Add the 'session-ready' event which fires when the new session is stable * Use the 'session-ready' event to trigger the onboarding modal * update copy * update copy --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Hotfix mobile web styling issues (#1039)Ansh2023-07-193-4/+3
| | | | | * remove hardcoded height for bottom bar * prevent overflow of tab bar on mobile web
* #984 Updating `indexedAt` timestamps (#1024)Eric Bailey2023-07-193-12/+42
| | | | | | | | | * add TimeElapsed util component, integrate into PostThreadItem * integrate into posts * use consistent naming * use mobx and single interval for TimeElapsed
* #929 Wrap `PasteInput` updates in a `setTimeout` (#1033)Eric Bailey2023-07-191-39/+51
| | | | | * wrap PasteInput updates in a setTimeout * just wrap the whole callback
* Fix cursor not being a pointer on profile back button (#1022)Sam Brownstone2023-07-181-0/+2
| | | | | | | | | | | * Fix cursor not being a pointer on profile back button * Change TouchableOpacity to Pressable * switch back to TouchableWithoutFeedback --------- Co-authored-by: Ansh Nanda <anshnanda10@gmail.com>
* fix lintEric Bailey2023-07-181-1/+3
|
* create explicit relationship between valuesEric Bailey2023-07-182-2/+6
|
* use calcEric Bailey2023-07-181-2/+2
|
* Merge pull request #1025 from GitStartHQ/BLUESKY-OSS-8Eric Bailey2023-07-181-0/+1
|\ | | | | [Web] A lot of post content in a modal causes parts of modal to become inaccessible
| * fix hidden parts on modalgitstart2023-07-181-0/+1
| |
* | Tweak copyPaul Frazee2023-07-181-2/+2
| |
* | Merge branch 'term_violation_addition' of ↵Paul Frazee2023-07-181-0/+13
|\ \ | |/ |/| | | https://github.com/therealjeffg/social-app into therealjeffg-term_violation_addition
| * adds additional reason for reporting an account profileJeff Griffiths2023-07-141-0/+13
| |
* | handle failed custom feeds on home screen (#1012)Eric Bailey2023-07-171-1/+8
| | | | | | | | | | | | | | | | | | * handle failed custom feeds on home screen * remove unnecessary edit * make sure edits to pinned feeds are handled and reloaded * fix lint
* | [APP-773] Change waitlist explainer copy (#1021)Paul Frazee2023-07-174-34/+7
|/ | | | | | | * Change waitlist explainer copy * Restore the waitlist modal snap point to 80% to account for smaller phones * Tune copy further
* Fixes and improvements to the Profile Preview modal (#992)Paul Frazee2023-07-077-59/+83
| | | | | | | | | | | | | * Fix: use more reliable navigation method * Fix: show lightbox over the active modal * Fix: close the profile preview on navigation * Factor out UserPreviewLink and add preview behavior to notifications * Fix postmeta overflow on web * Fix lint
* Post UI updates (Profile Preview on mobile) (#990)Paul Frazee2023-07-0615-190/+208
| | | | | | | | | | | | | | | | | | | | | | | * Update postmeta to put the timestamp on the right side on mobile * Drop the two-line PostMeta mode * Add ProfilePreview modal * Tune PostMeta to give the best behavior possible for a given platform * Remove old showFollowBtn attributes * Fix style issue * Switch the follow button in the profile header to use the inverted color for consistency with the rest of the app * Fix lint * Fix darkmode * Tune the profile preview footer * Better analytics choice
* [APP-703] Android horizontal scroll registers as tap (#960)Ansh2023-07-063-9/+74
| | | | | | | | | | | | | * use Touchables from react-native-gesture-handler * upgrade `react-native-gesture-handler` to latest version * add FixedTouchableHighlight for android * add workaround comment * wait for animations to complete before loading data * downgrade RNGH back to the version we had
* [APP-729] Replace the ImageHider blurring effect with a simpler and more ↵Paul Frazee2023-07-061-79/+31
| | | | | | | | | | | reliable card (#959) * Replace the ImageHider blurring effect with a simpler and more reliable card * A few improvements to ImageHider layout * Simplify the ImageHider a bit more * Small web layout tweak
* [APP-28] add status page link (#987)Ansh2023-07-062-9/+49
| | | | | | | * add status page to mobile * add status page URL to super slow loading screen * store STATUS_PAGE_URL in constants.ts
* [APP-735] Post language improvements (#982)Paul Frazee2023-07-066-27/+141
| | | | | | | | | | | | | | | | | * Fix composer character-counter bouncing around UI elements * Fix composer toolbar padding when keyboard is dismissed on iOS * Use the full name of the language in the composer footer * Add headings to the DropdownButton * Update the composer language control to use a simpler dropdown * Fix lint * Add translate link to Post component used in notifications * Fix lint
* Update support links (#977)Paul Frazee2023-07-052-13/+50
| | | | | | | | | | | | | | | | | | | * Add the new zendesk feedback form URL * Dont wrap handle or display name in the drawer * Add help link * Tune drawer footer layout * Type fixes * make helpdesk urls more composable for future * fix typo --------- Co-authored-by: Ansh Nanda <anshnanda10@gmail.com>
* Added instructions for .well-known method (supersedes #887) (#979)Paul Frazee2023-07-053-105/+168
| | | | | | | | | | | | | | | | * Added instructions for .well-known method * Factor out SelectableBtn * Rework the ChangeHandle modal to be a little clearer * Fix lint * Fix desktop layout --------- Co-authored-by: Haider Ali Punjabi <haiderali@cyberservices.com> Co-authored-by: Haider Ali Punjabi <haideralipunjabi@hackesta.org>
* [APP-702] Render Custom Feed likes properly (#980)Ansh2023-07-052-2/+14
| | | | | | | | | * render href for custom feed likes properly * fix custom feed text in push notification * fix custom feed accessibility title * fix lint
* Fixes vertical alignment in feed tab bar (#974)Ændra Rininsland2023-07-051-0/+2
| | | The tab bar items need `justify-content: center` on them or else they can appear unaligned when a feed name has an emoji character in it.
* Add alt text validation option to user preferences (supersedes #913) (#914)Paul Frazee2023-07-033-3/+59
| | | | | | | | | | | | | * Add alt text validation option to user preferences * Fix typos/linting issues * Update accessibility setting to match styles * Update the required alt text reminder to go away once it's added --------- Co-authored-by: Emma Fuller <emma@emmafuller.dev>
* [APP-724] Collection of accessibility fixes (#949)Paul Frazee2023-07-0319-148/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix: include alt text on the web lightbox image * a11y: Dont read the 'ALT' label * a11y: remove a wrapper behavior from posts This appears to have been introduced with the goal of creating meta actions on posts, but the behavior seems counter-productive. The accessibility inspector was unable to access individual items within the post and therefore most content was simply skipped. There may be a way to support the post actions without losing the ability to access the inner elements but I couldnt find it. -prf * a11y: apply alt tags to image wrappers so they get read * a11y: set Link accessibilityLabel to the title if none set * a11y: skip the SANDBOX watermark * a11y: improve post meta to not read UI and give a useful date * ally: improve post controls * a11y: add labels to lightbox images on mobile * fix types
* Fix: let images on desktop web take more vertical space (#953)Paul Frazee2023-07-031-1/+2
|
* Add permission checks before saving image (#945)Ansh2023-07-031-11/+28
| | | | | | | | | * catch permission errors when saving image to album * Save photos to media library alone (not an album) --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Fix saved feeds screen layout on web (close #920) (#943)Paul Frazee2023-07-021-1/+1
|
* Fix keyboard navigation on settings page. (#923)Markus Amalthea Magnuson2023-07-021-17/+42
|
* Make sidebar avatar keyboard-clickable. (#921)Markus Amalthea Magnuson2023-07-021-1/+4
|
* [APP-708] Onboarding revamp (#939)Ansh2023-07-022-3/+36
| | | | | * Move Discover New Feeds button to the top of the MultiFeed * add discover custom feeds to empty following page
* Use consistent font weight for repost count (#940)Dylan Smith2023-07-021-1/+1
|
* Performance improvement (#937)Paul Frazee2023-07-011-41/+34
| | | | | | | * Perf: Wait until a feed is visible in the home screen before fetching data * perf: update feed checkForLatest to use limit=1 * Fix lint
* Fix: correctly handle the case where the user has no languages configuredPaul Frazee2023-06-302-2/+6
|
* Fix: reset navigation state on account switch (#933)Paul Frazee2023-06-301-2/+2
|
* Fix thread muting (#932)Paul Frazee2023-06-302-4/+2
|
* [APP-718] Improvements and fixes to language handling (#931)Paul Frazee2023-06-306-34/+85
| | | | | | | | | | | * Add locale helpers for narrowing languages * Add a translate link to posts in a different language * Update language filtering to use narrowing when multiple declared * Fix a few more RTL layout cases * Fix types
* Include a notice during account creation for under-18 users (#927)Paul Frazee2023-06-302-3/+13
|
* [APP-716] Add 'save image' button to the lightbox (#926)Paul Frazee2023-06-302-2/+24
| | | | | | | * Add 'save image' button to the lightbox * Fix types * Fix types
* [APP-692] Accessibility font-scaling fixes (#922)Paul Frazee2023-06-285-27/+36
| | | | | | | | | | | * Fix: enable font scaling in the composer text input * Fix: cancel button in search no longer wraps * Fix: report modals no longer clip off the bottom with scaled fonts * Fix scrolling on android * Allow wrapping in dropdown items until we can handle proper sizing
* Fix: hide the keyboard before showing the discard modal (#925)Paul Frazee2023-06-281-0/+4
|
* Simulator fixes (#918)Paul Frazee2023-06-271-6/+8
| | | | | | | | | * Update the mock server to use the dev-env to manage the server * Fix list testIDs * Fix the invite test construction * Remove leftover test hardcode
* Fix copy and dark mode styles in the home feed preferences (#915)Paul Frazee2023-06-271-14/+14
|
* Fix some broken links on policy docs (#916)Paul Frazee2023-06-272-4/+4
|
* Revert change to the cancel button in the composer (#917)Paul Frazee2023-06-271-5/+2
|