Commit Graph

2232 Commits

Author SHA1 Message Date
Hailey fa004bc8df better handling 2024-06-16 23:05:04 -07:00
Hailey d4631b404a fix type errors 2024-06-16 22:48:20 -07:00
Hailey 7851d134d7 rework state 2024-06-16 22:27:53 -07:00
Hailey 19e1c4df09 properly store last used uri 2024-06-16 17:07:15 -07:00
Hailey 6e6253e54b Merge branch 'hailey/patch-react-native-textinput' into starter-packs 2024-06-16 16:13:06 -07:00
Hailey c19afb4608 Merge remote-tracking branch 'origin/main' into starter-packs 2024-06-16 16:12:29 -07:00
Hailey 9b195091ee remove js fix in SearchScreen 2024-06-16 16:01:19 -07:00
Hailey d0bb97e8a9 fix native post meta (#4530) 2024-06-16 12:23:48 +03:00
Hailey 1cca7efa0d fix entry initial state 2024-06-14 15:59:27 -07:00
Hailey d90c93e52c implement new feed card fully 2024-06-14 15:52:15 -07:00
Hailey f401fa8765 rm usetheme 2024-06-14 14:04:53 -07:00
Hailey c9451008bf use new card in profile 2024-06-14 13:57:08 -07:00
Hailey 5593fcde0f Merge remote-tracking branch 'origin/main' into starter-packs 2024-06-14 13:18:23 -07:00
Eric Bailey eaef1446f2 Use URI as key (#4522) 2024-06-14 14:28:25 -05:00
Eric Bailey 5751014117 Feed source card (#4512)
* Pass event through click handlers

* Add FeedCard, use in Feeds screen

* Tweak space

* Don't contrain rt height

* Tweak space

* Fix type errors, don't pass event to fns that don't expect it

* Show unresolved RT prior to facet resolution
2024-06-14 14:24:04 -05:00
Hailey 70b7e8ecf8 merge main 2024-06-14 12:22:28 -07:00
Minseo Lee 51a3e60132 Fix kawaii logo (#4505) 2024-06-14 10:39:08 -07:00
Eric Bailey 36e976fe5c Redo explore page (#4491)
* Redo explore page, wip

* Remove circle icons

* Load more styling

* Lower limit

* Some styling tweaks

* Abstract

* Add tab, query, factor out

* Revert unneeded change

* Revert unneeded change v2

* Update copy

* Load more styling

* Header styles

* The thin blue line

* Make sure it's hairline

* Update query keys

* Border

* Expand avis

* Very load more copy
2024-06-14 12:32:57 -05:00
Eric Bailey 4c0f037880 Reuse overfetching for popular feeds, add in existing filtering (#4501) 2024-06-14 11:56:29 -05:00
Hailey 2894d365e1 oops 2024-06-13 19:07:32 -07:00
Hailey 5b8bdab0e1 fix type error 2024-06-13 18:19:12 -07:00
Hailey 3650a329aa Merge branch 'main' into starter-packs 2024-06-13 18:09:34 -07:00
Hailey b4e220ede9 handle landing on start link 2024-06-13 14:12:40 -07:00
Hailey 44591b070e rm drawer item 2024-06-13 09:01:26 -07:00
Samuel Newman d20c59e19d Calculate correct keyboard offset in composer (#4500)
* calculate correct keyboard offset

* give viewHeight a default value

* much simpler approach
2024-06-13 15:58:56 +01:00
Eric Bailey d989128e5b Set profile hover prefetch stale time to 30s (#4417)
* Set prefetch stale time to 30s

* Run prefetch on mouseOver

* Only prefetch once on mousemove
2024-06-13 04:44:06 +02:00
Mary 247af5aee9 Prevent rich-formatting paste (#4327)
* fix: prevent rich-formatting paste

* fix: return true instead of preventDefault
2024-06-13 04:37:49 +02:00
Hailey eb40c9085b fix type errors 2024-06-12 12:29:19 -07:00
Hailey b1ea5d6ba8 organize 2024-06-12 12:20:54 -07:00
Hailey a083655f9f cleanup diff 2024-06-12 12:16:35 -07:00
Hailey b930100ded revert unused change 2024-06-12 12:14:40 -07:00
Hailey 8fa624d2c3 rm placeholder 2024-06-12 12:12:18 -07:00
Hailey 13dae9bc0d gate by testflight 2024-06-12 11:35:03 -07:00
Hailey 567daca018 make landing part of logged out state 2024-06-12 11:27:22 -07:00
Hailey 2df0e2c706 rm navigation 2024-06-12 10:19:13 -07:00
Hailey 4e84a65b65 move landing to logged out view 2024-06-12 10:16:41 -07:00
Hailey 99078bbff2 Don't show warning when sharing your own post in PWI opt-out mode (#4495) 2024-06-12 08:51:08 -07:00
Hailey e16c83c40c rm debug buttons 2024-06-11 23:47:08 -07:00
Hailey 7d8199771e merge main 2024-06-11 23:42:59 -07:00
Hailey a6b7034a04 rm a log 2024-06-11 22:48:34 -07:00
Hailey e2f328eee4 only show tab when user has starter packs 2024-06-11 22:46:06 -07:00
Paul Frazee 6736384ff4 Release 1.86 prep (#4490)
* Test updates

* Run intl extract
2024-06-11 16:20:26 -07:00
Hailey 1508232163 use useravatars for starter pack icon 2024-06-11 14:39:05 -07:00
Samuel Newman 3d4b390a8a Only enable keyboard controller when necessary (#4483)
* Only enable keyboard controller when necessary

* make it screen only

* rm keyboard padding

* rm keyboardpadding file

* revert using keyboard controller in composer

* remove styles.outer (unnecessary for revert)

* continue to use keyboard padding in the report dialog for dms

---------

Co-authored-by: Hailey <me@haileyok.com>
2024-06-11 12:50:56 -07:00
Paul Frazee aca0fa23ec Update feeds header to just have edit link (#4484) 2024-06-11 12:34:03 -07:00
Paul Frazee 46e12c6d34 Improve thread loading (#4402)
* Increase the number of posts loaded when a self-thread is present

* Increase depth to 10, detect cutoffs on self-threads and show continue link

* Stacky the avis
2024-06-11 11:30:38 -07:00
Eric Bailey 4b6609d48b Move feeds screen into common navigator, handle usages (#4365)
* Move feeds screen into common navigator, handle usages

* Add link to Feeds from home screen (#4366)

* Add link to feeds to home screen header

* Center logo

* Replace icons

* Tweak spacing

* Tweak spacing

* Swap icon, sizing

* Buttonize, size

* Make menu same alignment on all screens

* Remove FeedsTab support, enable drawer swipe on MessagesTab

* Add note

* Vertically align header

* Swap in Pin

* Use hashtag icon

* Remove png

* Fix reference

* Ensure alignment with home and other screens
2024-06-11 11:08:06 -07:00
Samuel Newman 3573f7ea40 rip out native translate (#4482) 2024-06-11 10:51:03 -07:00
Samuel Newman d85c8a0976 Revert to old modal on android (#4458)
* revert to old modal on android

* close alf dialogs before closing composer

* Try to fix white area

* Use hook

* Fix Back button

* oops

---------

Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
2024-06-11 05:10:57 +02:00
Eric Bailey 848151c4f9 Revert "Fix undefined block (#4471)" (#4472)
This reverts commit 7cac413f3b.
2024-06-11 03:49:28 +02:00