about summary refs log tree commit diff
path: root/src/view/com/util
Commit message (Collapse)AuthorAgeFilesLines
...
* [APP-511] metrics overhaul: frontend work (#506)Ansh2023-06-151-1/+1
| | | | | | | | | | | | | | | | | | | | | * WIP * fix types and update imports * wip * tagged events that should be server side * remove server-side analytics * remove useless import * add additional profile header events * remove useless import * track follow/unfollow clicks * add missing types
* Add testnet warning (#880)Paul Frazee2023-06-141-0/+32
| | | | | | | * Add testnet warning * Add watermarks to posts * Call the test environment the Sandbox
* Use native heading elementsLogan Rosen2023-06-101-20/+17
|
* allow image to clicked to go to post in notificaitons (#858)Ansh2023-06-071-35/+10
|
* Use expo-image-picker on Web (#847)Logan Rosen2023-06-062-2/+2
|
* Fix a bunch of type errors and add a type-check to the github workflows (#837)Paul Frazee2023-06-023-12/+21
| | | | | | | | | | | | | | | * Add yarn type-check * Rename to yarn typecheck * Fix a collection of type errors * Add typecheck to automated tests * add `dist` to exluded folders tsconfig --------- Co-authored-by: Ansh Nanda <anshnanda10@gmail.com>
* Don't show Remove button for nonexistent avatar/banner (#833)Logan Rosen2023-06-022-2/+3
|
* fix: support scroll to top on profile screen (#725)Kadi Kraman2023-06-011-90/+110
| | | | | | | | | * Support scroll to top on profile screen * Refactor types * Remove async * Improve types
* Add ability to reply, repost (without quote post), and like posts using ↵Ollie H2023-05-303-23/+21
| | | | | VoiceOver (#765) Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Spelling (#772)Josh Soref2023-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * spelling: account Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: activated Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: additional Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: appropriate Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: bskyweb Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: description Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: display Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: highlighted Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: javascript Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: locally-hosted Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: notification Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: occurring Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: parenthetical Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: preexisting Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: prefetched Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: punctuation Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: simplicity Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --------- Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* Merge branch 'custom-algos' into mainPaul Frazee2023-05-2512-100/+288
|\
| * Add scrollview to drawerPaul Frazee2023-05-251-0/+10
| |
| * Visually unify the home header with other screensPaul Frazee2023-05-251-1/+1
| |
| * Use the bars icon on the viewheaderPaul Frazee2023-05-251-2/+5
| |
| * Restore the 'load more' button on webPaul Frazee2023-05-252-26/+54
| |
| * Update load latest to show when there's new activity with an indicatorPaul Frazee2023-05-252-5/+44
| |
| * Make load-latest button same on webPaul Frazee2023-05-251-12/+12
| |
| * Tune the custom feed headerPaul Frazee2023-05-241-1/+6
| |
| * Refactor the scroll-to-top UXPaul Frazee2023-05-242-26/+15
| |
| * add isWeb check to disable haptics on webAnsh Nanda2023-05-241-12/+4
| |
| * refactor load latest btnAnsh Nanda2023-05-232-5/+5
| |
| * add haptics to save, like, and pin actions on feedAnsh Nanda2023-05-221-8/+7
| |
| * add refreshControl to tab ViewSelectorAnsh Nanda2023-05-191-2/+0
| |
| * fix refresh control color in ViewSelector.tsxAnsh Nanda2023-05-191-1/+9
| |
| * Add list-type avatarPaul Frazee2023-05-181-2/+27
| |
| * Update saved feeds to use preferencesPaul Frazee2023-05-182-5/+5
| |
| * Desktop styling fixesPaul Frazee2023-05-172-3/+28
| |
| * Remove a focus-effect that was triggering a rerender loopPaul Frazee2023-05-171-9/+17
| |
| * Clean up the custom-feed modelPaul Frazee2023-05-172-1/+2
| |
| * Tune up the custom feed card renderingPaul Frazee2023-05-171-3/+11
| |
| * Reorganize custom feeds in the view layerPaul Frazee2023-05-171-2/+2
| |
| * Reorganize custom-feed state models and add the missing _reactKey attributePaul Frazee2023-05-171-2/+2
| |
| * Add 'algo' variant of avatarsPaul Frazee2023-05-171-18/+42
| |
| * Merge branch 'main' into custom-algosPaul Frazee2023-05-1714-96/+355
| |\
| * | reload AlgoItem on focus via propAnsh Nanda2023-05-161-0/+1
| | |
| * | new design for custom feed previewAnsh Nanda2023-05-151-1/+1
| | |
| * | create algo-item model and redefine data modelsAnsh Nanda2023-05-131-1/+2
| | |
| * | custom feed embedAnsh Nanda2023-05-121-1/+25
| | |
* | | Update labels for avatarrenahlee2023-05-181-1/+3
| |/ |/|
* | feat: add basic visual feedback on Button interactions (#708)Paul Frazee2023-05-171-1/+16
| | | | | | | | | | | | | | | | | | | | | | * feat: add basic visual feedback on Button interaction * Use a more efficient approach to providing visual feedback * Fix some lint issues left over from another PR --------- Co-authored-by: Simek <gosimek@gmail.com>
* | hidereport button on own post (#676)Richard Gordon2023-05-171-1/+1
| |
* | fix: Add vendor prefix for web blur. (#678)Jacques Favreau2023-05-161-1/+2
| |
* | Replace image picker with expo-image-picker (#649)Ollie H2023-05-162-14/+14
| | | | | | | | | | | | | | | | | | * Replace image picker with expo-image-picker * Fix cropper & picker on web --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* | Use dropdown for web reposting and quote posting (#607)Ollie H2023-05-153-64/+207
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use dropdown for web reposting and quote posting * Remove collateral damage * Tune the repost dropdown positioning * Move postctrls into their own folder * Factor out repost button into native/web build --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* | Style cleaning and initial text size audit (#618)Ollie H2023-05-154-10/+4
| | | | | | | | | | * Style cleaning and initial text size audit * Put file back
* | a11y cleanup for mute lists (#614)Ollie H2023-05-111-1/+4
| |
* | [APP-635] Mutelists (#601)Paul Frazee2023-05-113-4/+107
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add lists and profilelist screens * Implement lists screen and lists-list in profiles * Add empty states to the lists screen * Switch (mostly) from blocklists to mutelists * Rework: create a new moderation screen and move everything related under it * Fix moderation screen on desktop web * Tune the empty state code * Change content moderation modal to content filtering * Add CreateMuteList modal * Implement mutelist creation * Add lists listings * Add the ability to create new mutelists * Add 'add to list' tool * Satisfy the hashtag hyphen haters * Add update/delete/subscribe/unsubscribe to lists * Show which list caused a mute * Add list un/subscribe * Add the mute override when viewing a profile's posts * Update to latest backend * Add simulation tests and tune some behaviors * Fix lint * Bump deps * Fix list refresh after creation * Mute list subscriptions -> Mute lists
* add target="_blank" prop to LinkText for safari (#606)Ansh2023-05-091-2/+14
|
* [APP-639] Improve nsfw handling & force hidden on iOS (#605)Paul Frazee2023-05-092-21/+148
| | | | | | | | | | | * Identify adult content labels and handle them more specifically * Change adult content defaults to more conservative settings * Add an adultcontentenabled override that prohibits access on iOS * Improve usability of the content hider * Fix lint
* [APP-615] COPPA-compliant signup (#570)Paul Frazee2023-05-083-1/+198
| | | | | | | | | * Rework account creation to be COPPA compliant * Fix lint * Switch android datepicker to use the spinner mode * Fix type signatures & usages