Merge remote-tracking branch 'origin/main' into app-1715

* origin/main: (24 commits)
  Use RNKC for composer keyboard avoiding view (#10997)
  Fix yaml syntax in pull-request-commit.yml (#11037)
  Fix stale display names for lists/feeds in top bar across restarts/devices (#10651)
  Restore link in Go Live prompt if status record present (#10636)
  Added Automation label to labeller display names (#11027)
  Fix lint (#11038)
  Fix hashtag author filter failing for DIDs (#10772)
  Only request notification permission once per session (#11004)
  adding focus to the editing block (#10593)
  Add "fingerprint changed" label to PRs with native changes (#10742)
  Fix UI overlap issue where text was rendering over icons (#10774)
  Remove actions-up script in favor of Dependabot (#11034)
  Rename root file from `js` to `ts`, improve platform splitting (#11012)
  Route iOS notification settings intent into the app (#11003)
  Bump actions/checkout from 6.0.3 to 7.0.0 (#11022)
  Bump the actions group with 3 updates (#11021)
  Use latest fingerprint-native action (#11016)
  Avoid leaking previous messages via replies (#11017)
  Always set `allTime` to `true` for search v2 (#11033)
  Update search input with `useAutocomplete` (#11023)
  ...
This commit is contained in:
Eric Bailey
2026-06-30 16:17:15 -05:00
97 changed files with 2828 additions and 1839 deletions
+1 -3
View File
@@ -90,8 +90,7 @@
"generate-webpack-stats-file": "EXPO_PUBLIC_GENERATE_STATS=1 pnpm build-web",
"open-analyzer": "EXPO_PUBLIC_OPEN_ANALYZER=1 pnpm build-web",
"icons:optimize": "svgo -f ./assets/icons",
"prettier": "prettier --check .",
"update-actions": "pnpm dlx actions-up --min-age 7"
"prettier": "prettier --check ."
},
"dependencies": {
"@atproto/api": "0.20.23",
@@ -297,7 +296,6 @@
"jest-junit": "^16.0.0",
"lint-staged": "^13.2.3",
"prettier": "^3.8.3",
"react-native-dotenv": "^3.4.11",
"react-refresh": "^0.14.0",
"svgo": "^3.3.2",
"ts-plugin-sort-import-suggestions": "^1.0.4",