Commit Graph

4181 Commits

Author SHA1 Message Date
Hailey 18d58d13fe add appclip associated domain 2024-06-17 10:20:07 -07:00
Hailey b4093961de nit 2024-06-17 09:32:51 -07:00
Hailey 9a8fd5c608 nit 2024-06-17 09:08:29 -07:00
Hailey f932b61670 tweak 2024-06-17 09:06:37 -07:00
Hailey 06b7559b23 rm logs 2024-06-17 08:57:25 -07:00
Hailey ce5db064b2 Revert "wow, update plugin"
This reverts commit 96697eb440.
2024-06-17 08:56:45 -07:00
Hailey 96697eb440 wow, update plugin 2024-06-17 08:55:20 -07:00
Hailey 9e3845d0c9 supress window.webkit 2024-06-17 08:53:20 -07:00
Hailey adc4b97c07 tweak 2024-06-17 08:40:48 -07:00
Hailey e5fc9f8738 nit 2024-06-17 00:37:47 -07:00
Hailey 9e0be8cebe swiftlint 2024-06-17 00:36:40 -07:00
Hailey 3a61c3446a revert 2024-06-17 00:33:19 -07:00
Hailey c7ddaa1c4d handle used URLs nicely 2024-06-17 00:21:39 -07:00
Hailey 02f4477067 fix imports 2024-06-16 23:40:17 -07:00
Hailey 80e3db116d oops 2024-06-16 23:33:59 -07:00
Hailey 29f0e2855c modify key 2024-06-16 23:33:00 -07:00
Hailey 8785ef3b3c add some more native code 2024-06-16 23:32:12 -07:00
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 af124cc8b8 add android handling 2024-06-16 21:24:50 -07:00
Hailey a09d699249 present app clip 2024-06-16 21:10:37 -07:00
Hailey 07696d8eb7 handle incoming url for appclip 2024-06-16 19:09:26 -07:00
Hailey 10d4d10714 add identifier to main entitlements 2024-06-16 17:16:07 -07:00
Hailey 19e1c4df09 properly store last used uri 2024-06-16 17:07:15 -07:00
Hailey 4f6dce4350 properly set the starter pack for android users 2024-06-16 17:05:55 -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 dfc20e0d08 create patch 2024-06-16 16:00:45 -07:00
Joel 10c6035f31 Make lint-staged work in more envs (#4532)
When setting up the environment on a Windows machine with Git Bash, the pre-commit hook errored out:

> /usr/bin/bash: line 1: C:UsersNameFoldersocial-appnode_modules.binlint-staged: command not found

Seemingly, `yarn lint-staged` is not able to correctly resolve the path.

This commit changes the pre-commit hook to use `npx` instead of `yarn`, for 2 reasons:
1. It works on my machine (and is supposedly a more universal solution)
2. It is how it is done in the documentation: https://github.com/lint-staged/lint-staged?tab=readme-ov-file#examples

Co-authored-by: Joel <joel.garplind+github@gmail.com>
2024-06-16 13:42:15 +03:00
Hailey d0bb97e8a9 fix native post meta (#4530) 2024-06-16 12:23:48 +03:00
Hailey 424d8ac449 tweak landing 2024-06-16 01:58:18 -07:00
Hailey 0b79551bf8 improve some wording 2024-06-16 01:20:11 -07:00
Hailey 06b64b65b6 add create/delete logs 2024-06-16 01:12:13 -07:00
Hailey 7182812a31 add follow all log 2024-06-16 01:05:02 -07:00
Hailey 2ab3c039ab log shares of starter packs 2024-06-16 01:02:42 -07:00
Hailey 07f485f566 revert test 2024-06-16 00:36:12 -07:00
Hailey 43b071a05f little tweaks 2024-06-15 18:53:35 -07:00
Hailey c1aa58f27c create another button 2024-06-15 18:08:23 -07:00
Hailey 9a5e0185ab use the correct link for sharing 2024-06-15 17:43:33 -07:00
Hailey 1d532916a2 maybe 2024-06-15 13:52:05 -07:00
Hailey defd873260 🥴🥴🥴 2024-06-15 12:13:18 -07:00
Hailey 6e69b0a987 a whole lot of app clip commits...
Revert "another attempt"

This reverts commit adfd562f02defc8d1e031b7a007d352f69eeb274.

Revert "sigh"

This reverts commit de6296d2814165c59d100f18af23df5b94ceb7c4.

sigh

another attempt

okay maybe a solid solution

change some things

and....try again

try again

sigh...only support iphone

fix app config

remove unused files

temp eas update

cleanup plugin

get app clip working

progress

add more to plugin

start working on build plugin

rename

setup app clip

fix created at

oops, wrong workflow

temp workflow edit

add a bunch of libs to exclusion

drop the fork

rm manual config for clip

fix name as well

fix target name
2024-06-15 12:13:18 -07:00
Hailey 988d41161c fix conditions for newskie dialog 2024-06-14 16:32:15 -07:00
Hailey e20cd9c1cf more validation 2024-06-14 16:26:54 -07:00
Hailey 5349e46bc4 validate records 2024-06-14 16:22:20 -07:00
Hailey d1c3b5468a implement better feed card on the landing page 2024-06-14 16:11:14 -07: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