Commit Graph

311 Commits

Author SHA1 Message Date
Hailey 49d9809a73 always put yourself in the starter pack 2024-06-11 10:19:03 -07:00
Hailey 0c8112c1b4 tweaks 2024-06-10 17:54:54 -07:00
Hailey c05d5aa38c merge main 2024-06-10 13:20:05 -07:00
Paul Frazee 90ec22a674 Add support for new-tab clicks on feeds (#4462) 2024-06-10 11:44:13 -07:00
Hailey fe842ac2d2 fix alignment of icon on web 2024-06-10 10:50:04 -07:00
Hailey 6f188b0eb2 handle following and pinning feeds, acocunt createdAt 2024-06-10 00:41:03 -07:00
Hailey 150f2635b2 move newskie to handle 2024-06-07 15:36:16 -07:00
Hailey fff350f42c adjustments for dialog 2024-06-07 13:55:47 -07:00
Hailey fe16f55e9c add a dialog for newskies to profiles 2024-06-07 13:31:43 -07:00
Hailey 0f95964646 cleanup 2024-06-07 12:47:27 -07:00
Hailey 8a1b22d5d6 web adjustments 2024-06-07 12:02:13 -07:00
Hailey 068a7f83f6 add entry hook for web 2024-06-07 10:59:46 -07:00
Hailey 49f1ef2218 add entry provider 2024-06-07 10:45:20 -07:00
Hailey b8e4863845 rm a log 2024-06-07 10:05:33 -07:00
Hailey 48d2b17fd6 update nav routes 2024-06-06 23:36:10 -07:00
Hailey 9644e745e5 use real info on starter pack card 2024-06-06 23:23:52 -07:00
Hailey 146a0641d6 populate the real starter packs 2024-06-06 23:04:06 -07:00
Hailey a4ab145c77 close dialog after saving qr code 2024-06-06 21:16:53 -07:00
Hailey e9c0bfa8e5 add query 2024-06-06 15:36:57 -07:00
Hailey 90fd15ce42 merge in main 2024-06-06 14:17:54 -07:00
Hailey e607f45b43 rework wizard 2024-06-06 00:45:26 -07:00
Hailey a724d24955 add for feeds 2024-06-05 23:58:32 -07:00
Hailey 695099d4d2 start reworking ui 2024-06-05 23:33:43 -07:00
dan 1f954c1065 Split ShareViaChatDialog (#4383) 2024-06-06 01:10:21 +01:00
Hailey af09ae2d8f add size prop 2024-06-05 12:26:43 -07:00
Hailey 152e074ee0 add newskie icon 2024-06-05 12:14:41 -07:00
Hailey db7890079b style tweaks 2024-06-05 10:33:13 -07:00
Hailey cfe5338b7e missing prop 2024-06-05 09:25:28 -07:00
Hailey e1f6e01b37 Merge branch 'main' into starter-packs 2024-06-04 21:18:13 -07:00
Hailey d18c5405d0 fix check 2024-06-04 17:45:22 -07:00
Hailey 80e69ab37d add card to notification 2024-06-04 17:40:34 -07:00
Hailey 1c28bf47f2 [🏁 #10] Searching for feeds (#4368)
* refactor name

* refactor to support feeds search

* more refactor

* cleanup

* allow searching for feeds

* better empty states

* move some stuff around

* one more move

* rename buttons

* another move

* clarify variable names
2024-06-04 17:12:41 -07:00
Eric Bailey e64b7cf698 Fix descenders cutoff in new chat dialog (#4359) 2024-06-04 20:51:38 +01:00
Eric Bailey a49fe13223 Use recent convos for share via dialog (#4352) 2024-06-04 19:35:07 +01:00
Hailey b9ddeb5c45 Merge branch 'main' into starter-packs 2024-06-04 11:19:37 -07:00
Samuel Newman 2ffb98e22a allow nested quotes in DMs (#4345) 2024-06-04 11:03:43 +01:00
Samuel Newman da96fb1ef5 Native formSheet for GIF select on iOS (#4328)
* native formsheet for gif select

* trigger confirm discard if have gif

* give modal a background color

* fix web top bar - unrelated but I cba to make a separate PR
2024-06-04 02:05:46 +01:00
Samuel Newman 891b432ead Composer - add animated bottom border (#4325)
* start adding bottom border (wip)

* add content change listener

* add layout listener and move to hook

* remove logs

* use square-er image icon

* visually align bottom bar icons

* reduce keyboard vertical offset slightly

* only add border to top/bottom

* run worklet function on UI thread
2024-06-04 00:49:50 +01:00
Hailey f05aebf78e don't use flexBasis on web for message post embeds (#4303)
* don't use flexBasis on web

* rm unnecessary style
2024-06-03 17:05:37 -05:00
Eric Bailey de257a1186 Revert "[🐴] Embed backwards compat (#4302)" (#4338)
This reverts commit f868821cfc.
2024-06-03 17:05:14 -05:00
Hailey 76cc6f76a8 [🏁 #5] QR Code Sharing (#4335)
* add dep

* add some basic styling to QR codes, save to camera roll

* use correct text component

* rm unnecessary wrapper
2024-06-03 13:10:33 -07:00
Hailey 2d3ec9506c [🏁 #4] Starter packs tab on profile (#4331)
* add a tab for starter packs

* replace with new card

* add icon to card

* rm log

* adjust padding

* add link wrapper

* fix params

* full width

* add QR code icon
2024-06-03 11:16:26 -07:00
Hailey 30686702a6 [🏁 #2] Starter pack wizard (#4266)
* minimal landing page

add a minimal gate

remove overlap row

add bg to avatar set

implement basic mock up

add header of mock

add route

* add navigation

* create starter pack landing page

* add state reducer

* make value an array

* implement state w/ steps

* add back the flex

* view header back button

* add button text

* add button text

* add details screen

* add button states

* proper use of button

* oops

* rm extra state

* use keyboard aware scrollview

* rm log

* remove some stuff

* remove avatar from landing

* add list for profiles

* add profile card w/ button

* add feeds

* add processing state

* support editing a pack

* fix undefined error

* add desktop props

* add entire profile to state

* scope the profile list better

* scoping

* add key extractor to feeds

* add fab

* add icon to details

* changes

* add dialog for adding profiles

* remove log

* rm unused iports

* fix nav type
2024-06-02 18:14:08 -07:00
Samuel Newman b51640fbc0 [🐴] add emoji multiplier prop to RichText and bump it up for DMs (#4229)
* add emoji multiplier prop to RichText and bump it up for DMs

* remove background if only emoji

* Handle more emoji

* Adjust emoji regex and length

* Fix bad merge conflict res

* Fix logic

* Revert to emoji specific regex

---------

Co-authored-by: Eric Bailey <git@esb.lol>
2024-05-31 20:57:42 +01:00
Eric Bailey f868821cfc [🐴] Embed backwards compat (#4302) 2024-05-31 12:56:06 -05:00
Eric Bailey 2bb3694819 [🐴] Add labels to chats (#4293)
* Add labels to chat list

* Add to convo header

* Prevent click through on PostAlert buttons

* Fix space

* Fix alignment
2024-05-31 12:14:11 -05:00
Samuel Newman cd3b502b34 [🐴] Option to share via chat in post dropdown (#4231)
* add send via chat button to post dropdown

(cherry picked from commit d8458c0bc344f993266f7bc7e325d47e40619648)

* let usePostQuery take uris with DIDs

(cherry picked from commit 16b577ce749fd07e1d5f8461e8ca71c5b874a936)

* add embed preview in composer

(cherry picked from commit 795ceb98d55b6a3ab5b83187a582f9656d71db69)

* rm log

(cherry picked from commit 374d6b8869459f08d8442a3a47d67149e8d9ddd4)

* remove params properly, or at least as close to

(cherry picked from commit c20e0062c2ca4d9c2b28324eee5e713a1a3ab251)

* show images in preview

(cherry picked from commit 5bb617a3ce00f67bfc79784b2f81ef8dcb5bfc25)

* Register embed immediately

(cherry picked from commit ee120d5438a2c91c8980288665576d6a29b4c7e7)

* Add hover to match embeds

(cherry picked from commit 5297a5b06e499f46a9f6da510124610005db2448)

* Update post dropdown copy

(cherry picked from commit bc7e9f6a4303926a53c5c889f1f1b136faf20491)

* Embed preview style tweaks

(cherry picked from commit 9e3ccb0f25ac2f3ce6af538bb29112a3e96e01b1)

* use hydrated posts from API and just use postembed component

(cherry picked from commit cc0b84db87ca812d76cc69f46170ae84cfdde4ef)

* fix type error

(cherry picked from commit 9c49b940e1248e8a7c3b64190c5cb20750043619)

* undo needless export

(cherry picked from commit 1186701c997c50c0b29a809637cb9bc061b8c0a0)

* fix overflow

(cherry picked from commit 8868d5075062d0199c8ef6946fabde27e46ea378)

---------

Co-authored-by: Eric Bailey <git@esb.lol>
2024-05-31 11:10:00 -05:00
Samuel Newman 22e1eb18c8 [🐴] Record message (#4230)
* send record via link in text

* re-trim text after removing link

* record message

* only show copy text if message + add translate

* reduce padding

* adjust padding

* Tweak spacing

* Stop clickthrough for hidden content

* Update bg to show labels

---------

Co-authored-by: Eric Bailey <git@esb.lol>
2024-05-31 10:43:04 -05:00
Samuel Newman 455937dd0f Use new icons on notifications screen (#4299)
* use new icons on notif screen

* replace placeholder icon too

* cull unused legacy icons
2024-05-31 13:13:01 +01:00
Samuel Newman 05b55c1966 Composer - fix modals, and other tweaks (#4298)
* fix depreciated import

* add animations to old dropdown

* wrap modals in fullwindowoverlay

* move errors inside header

* add background to bottom bar and stop overlap

* nest dialogs on android

* fix android (wrap in gesturehandlerrootview)

* make borders all the same color

* revert threadgate button back to solid
2024-05-31 12:55:51 +01:00