Eric Bailey
20f77ae7b7
feat: styling/copy cleanup
2023-06-16 15:17:09 -05:00
Eric Bailey
896aea9837
feat: add home feed preferences settings modal and tuners
2023-06-16 15:01:43 -05:00
Ansh
17e7590bcd
[APP-511] metrics overhaul: frontend work ( #506 )
...
* 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
2023-06-15 16:45:14 -05:00
Paul Frazee
56ec3bf89e
Move policy docs to blueskyweb.xyz ( #881 )
2023-06-14 20:00:28 -05:00
Paul Frazee
3663ee57f3
Add testnet warning ( #880 )
...
* Add testnet warning
* Add watermarks to posts
* Call the test environment the Sandbox
2023-06-14 20:00:16 -05:00
Tymoteusz Boba
272ddeb7e2
Upgrade Reanimated from 2.14.4 to 3.1.0 ( #753 )
...
* Update Reanimated API to v3
* Fix failing tests after updating Reanimated
* Include changes from package.json in Reanimated library to patch
* upgrade reanimated to 3.3.0
* remove patch
* upgrade bottom sheet
---------
Co-authored-by: Ansh Nanda <anshnanda10@gmail.com>
2023-06-14 16:35:06 -05:00
Ansh
9b9f339e3e
[APP-686] Fix mobile web styling ( #876 )
...
* fix desktop window size
* fix desktop window size
* add listener for resize events
* fix when going from mobile to web
* only add eventListener for web
2023-06-14 15:26:44 -05:00
Markus Amalthea Magnuson
c060cd4158
Various case and text fixes. ( #757 )
...
* Various case and text fixes.
* Update some labels per requested changes.
---------
Co-authored-by: Ansh <anshnanda10@gmail.com>
2023-06-13 11:35:13 -07:00
Ivan Silvestre
37782ae60b
Desktop: prevent unnecessary X scroll between 1230px and 1260px ( #828 )
...
* Desktop: prevent unnecessary X scroll between 1230px and 1260px
* imports structure without changes
* re add dot to text
2023-06-13 11:29:36 -07:00
GitStart
c20f8937cb
UX: account deletion dialogue does not tell me which account I'm deleting ( #835 )
...
* fix: account deletion dialogue does not tell me which account I'm deleting
* update styles and display name
2023-06-13 11:24:57 -07:00
Paul Frazee
1a12fa5775
Add temporary appview-proxy header toggle ( #874 )
2023-06-13 13:10:42 -05:00
Paul Frazee
bc2bf20e08
Update info screen titles to use H1
2023-06-12 17:25:52 -05:00
Paul Frazee
9c8e0ab33a
Merge branch 'loganrosen/heading-elements' of https://github.com/loganrosen/social-app into loganrosen-loganrosen/heading-elements
2023-06-12 17:06:39 -05:00
Logan Rosen
9232daba7a
Move useWebMediaQueries() above return ( #872 )
2023-06-11 20:12:50 -07:00
Logan Rosen
55cf53cfd5
Use native heading elements
2023-06-10 19:12:26 -04:00
Ansh
6a967cce00
make build version text copy on press ( #862 )
2023-06-08 14:40:20 -05:00
Ansh
007d12e182
push instead of navigate ( #861 )
2023-06-07 17:55:25 -05:00
Ansh
0be14a1b46
[APP-680] Allow users to add details when reporting ( #854 )
...
* allow user to add text when reporting post
* add DMCA override
* increase modal size
* fix dark mode text color
* re-organize components
* add details option when reporting account
* hard-code modal size so it works on smaller devices
* fix modal on web
* Remove outline from textarea focus
* Tweak some styles
* Fix lint
---------
Co-authored-by: Paul Frazee <pfrazee@gmail.com>
2023-06-07 11:11:04 -05:00
Ansh
fc12a1205c
allow image to clicked to go to post in notificaitons ( #858 )
2023-06-07 09:57:49 -05:00
Logan Rosen
bdcdb4e4dc
Use expo-image-picker on Web ( #847 )
2023-06-06 09:38:58 -05:00
Ansh
bf36101bf2
[APP-655] Password autocomplete when logging in ( #838 )
...
* remove unused styles
* refine login form to autofill password from password manager
2023-06-06 09:31:50 -05:00
Ansh
ba4bb46c3f
[APP-107] OTA updates ( #587 )
...
* add 1000ms fallbackToCacheTimeout
* add listener via useOTAUpdate hook and show modal if update is available
* finish expo-updates setup
* setup useOTAUpdate hook
* add 1000ms fallbackToCacheTimeout
* add listener via useOTAUpdate hook and show modal if update is available
* finish expo-updates setup
* setup useOTAUpdate hook
* add OTA updates
* Update build.md
* temporarily disable ota updates
* refactor useOTAUpdate code
2023-06-02 13:27:59 -07:00
Paul Frazee
ad4eaf5ed2
Move suggested follow recommendations to the server ( #836 )
...
* Move suggested follow recommendations to the server
* fix search results color in dark mode
---------
Co-authored-by: Ansh Nanda <anshnanda10@gmail.com>
2023-06-02 15:01:16 -05:00
Paul Frazee
e8843ded5b
Fix a bunch of type errors and add a type-check to the github workflows ( #837 )
...
* 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>
2023-06-02 15:01:04 -05:00
Logan Rosen
46c9de7c18
Don't show Remove button for nonexistent avatar/banner ( #833 )
2023-06-02 09:51:11 -05:00
Paul Frazee
3217c7ff32
More custom-feed behavior fixes [APP-678] ( #831 )
...
* Remove extraneous custom-feed health check
* Fixes to custom feed preference sync
* Fix lint
* Remove dead code (client-side suggested posts constructor)
* Enforce the feed-fetch limit in the client if the generator fails to observe the parameter
* Bump the number of items fetched in the multifeed per feed from 5 to 10
* Reset the currently active feed when the pinned feeds change
* Some fixes to icons
* Add a prompt to load latest to the multifeed
* Remove debug
2023-06-02 09:48:53 -05:00
Paul Frazee
e9c84a192b
Fixes to feed preference and state sync [APP-678] ( #829 )
...
* Remove extraneous custom-feed health check
* Fixes to custom feed preference sync
* Fix lint
* Fix to how preferences are synced to enable membership modifications
2023-06-01 14:46:13 -05:00
Kadi Kraman
d4e7355cca
fix: support scroll to top on profile screen ( #725 )
...
* Support scroll to top on profile screen
* Refactor types
* Remove async
* Improve types
2023-06-01 11:00:00 -05:00
Michi Hoffmann
792d7e1a55
Fix line breaks on side bar links ( #815 )
2023-06-01 10:51:42 -05:00
Samuel Newman
88212eb065
translate to primary language rather than just english ( #814 )
2023-06-01 10:50:18 -05:00
Ansh
1fc694d488
[APP-656] make alt text expandable ( #821 )
...
* make alt text expandable
* clean code
2023-06-01 10:47:17 -05:00
Ansh
5c25d670d0
move early return to after all hooks ( #823 )
2023-06-01 10:41:27 -05:00
Ansh
54e5e30945
[APP-674] Fix search results tab bar ( #822 )
...
* fix search results tab bar
* Fix spacing on web
---------
Co-authored-by: Paul Frazee <pfrazee@gmail.com>
2023-06-01 10:40:26 -05:00
Ansh
8fde55b59b
simplify how x position is calculated for scrollTo in TabBar ( #820 )
2023-06-01 10:19:15 -05:00
LW
7d7410942f
fix: make DesktopLeftNav not overflow screen ( #762 )
...
* fix: make DesktopLeftNav not overflow screen
* scroll: auto
2023-05-30 21:18:00 -05:00
Paul Frazee
2413549fa5
Tune sizing of appearance control
2023-05-30 21:13:18 -05:00
Jaz
09ade363fd
Merge branch 'main' into inherit_system_theme
2023-05-30 18:25:29 -07:00
Bartosz Kaszubowski
2018558585
feat(Login): allow submitting on password field ( #720 )
2023-05-30 19:56:13 -05:00
Ben Harris
037713321d
show package.json version on web ( #717 )
2023-05-30 19:53:23 -05:00
Ollie H
a9a661ab58
Add ability to reply, repost (without quote post), and like posts using VoiceOver ( #765 )
...
Co-authored-by: Paul Frazee <pfrazee@gmail.com>
2023-05-30 19:50:56 -05:00
Ben Harris
7458b6f600
Move MAX_GRAPHEME_LENGTH to constants.ts ( #735 )
2023-05-30 19:41:56 -05:00
skipness
0239225796
fix: content trimmed in server input modal ( #733 )
2023-05-30 19:41:21 -05:00
Okechukwu Somtochukwu
8258317c38
[typo] correct typo was 'fo' instead of 'to' ( #721 )
2023-05-30 17:26:40 -07:00
Ollie H
072682dd9f
Rework scaled dimensions and compression ( #737 )
...
* Rework scaled dimensions and compression
* Unbreak image / banner uploads
---------
Co-authored-by: Paul Frazee <pfrazee@gmail.com>
2023-05-30 19:23:55 -05:00
Ollie H
deebe18aaa
Use non-pipe translation link ( #740 )
2023-05-30 18:54:47 -05:00
Ben Harris
ca34364cf0
Support arrow key navigation for Lightbox.web.tsx ( #761 )
...
* Support arrow key navigation for Lightbox.web.tsx
renames onEscape to onKeyDown
* appease eslint
* appease eslint again
* wrap onPressLeft and onPressRight in useCallback
2023-05-30 18:45:49 -05:00
MohammadReza Mahmoudi
442d453600
Fix profile load issue + enhancement of profile isCurrent style ( #764 )
...
* fix profile isActive issue
* fix myProfile load issue when visiting other profiles first
* fix lint issues
* change currentRouteName to currentRouteInfo
2023-05-30 18:42:22 -05:00
Seth Arnold
1e5c4609a8
Update ProfileHeader.tsx ( #810 )
...
Change error message from "failed to blocK" to "failed to unblock"
2023-05-30 18:32:46 -05:00
Ollie H
234e04c396
Update follower/following a11y hints and labels ( #755 )
...
* Update follower/following a11y hints and labels
* Update ProfileHeader.tsx
---------
Co-authored-by: Ansh <anshnanda10@gmail.com>
2023-05-30 13:39:50 -07:00
Ben Harris
09c515d273
fix web links to no longer point to staging ( #758 )
...
* fix web link in README.md
* missed one
2023-05-30 13:34:14 -07:00