Commit Graph

5997 Commits

Author SHA1 Message Date
Eric Bailey bfc8bb9d44 Update BUNDLE_DATE format comment 2025-07-28 14:15:17 -05:00
Eric Bailey 09dcc384f4 [APP-1331] Migrate app-info to new env (#8703)
* Move env files into directory with platform specific files

* Migrate usages of app-info to new env

* Fix bad import
2025-07-28 14:15:17 -05:00
Eric Bailey 4979cbb991 Slice bundle hash to match other platforms, needed for render.com deployments 2025-07-28 14:15:17 -05:00
Eric Bailey 8bd98cc223 Update IS_TESTFLIGHT to include testflight-android 2025-07-28 14:15:17 -05:00
Eric Bailey eff64d4c0c Make sure EXPO_PUBLIC_ENV is set for web container builds 2025-07-28 14:15:17 -05:00
Eric Bailey b06c18e0de Echo variables to .env in Dockerfile instead of passing to shell script 2025-07-28 14:15:17 -05:00
Eric Bailey c33ab5cb81 Properly patch Sentry package 2025-07-28 14:15:17 -05:00
Eric Bailey 5894f41fe8 Self review 2025-07-28 14:15:17 -05:00
Eric Bailey 24c1fdb717 Replace NODE_ENV in places where its safe 2025-07-28 14:15:17 -05:00
Eric Bailey ce81f8ac91 Remove debugging field 2025-07-28 14:15:17 -05:00
Eric Bailey 78c22a37cd Prefix SENTRY_DSN with EXPO_PUBLIC to match others 2025-07-28 14:15:17 -05:00
Eric Bailey f40530e968 Deprecate SENTRY_DIST in favor of EXPO_PUBLIC_BUNDLE_IDENTIFIER 2025-07-28 14:15:17 -05:00
Eric Bailey 53624a22bc Fix missing bundle identifier for Render deploys 2025-07-28 14:15:17 -05:00
Eric Bailey 2f5a4e4ff3 Use existing EXPO_PUBLIC_BUNDLE_IDENTIFIER short commit has as Sentry dist value 2025-07-28 14:15:17 -05:00
Eric Bailey 37deba7653 Deprecate SENTRY_RELEASE since we use package.json now 2025-07-28 14:15:17 -05:00
Eric Bailey 281bf6cd25 Prefix Bitdrift key with EXPO_PUBLIC 2025-07-28 14:15:17 -05:00
Eric Bailey 3e9ba0dcf5 Use new env in chat proxy header 2025-07-28 14:15:17 -05:00
Eric Bailey c1462fca7c Use new env in Bitdrift setup file 2025-07-28 14:15:17 -05:00
Eric Bailey bb86265cd0 Use new env in Sentry setup file 2025-07-28 14:15:17 -05:00
Eric Bailey 0d74630b5d Clean up env files 2025-07-28 14:15:17 -05:00
hailey 41998c59b5 Ensure preference overrides cause re-renders (#8724)
* make sure request is fetched before returning true

* Ensure preferences object skips equality checks if overridden

---------

Co-authored-by: Eric Bailey <git@esb.lol>
2025-07-28 12:28:12 -05:00
pfrazee 872fe324a0 Nightly source-language update 2025-07-26 02:44:52 +00:00
hailey 810918b434 add web hook, action tweaks (#8723) 2025-07-25 12:39:43 -07:00
hailey 4d210e33cf fix type error (#8722) 2025-07-25 09:34:04 -07:00
hailey 15abdc67cf simplify logic for pull request OTAs (#8720)
* simplify logic for pull request OTAs

* just render deep link in the text

* dont download update until approved
2025-07-25 08:57:21 -07:00
hailey c6b578fe91 fix final final final (#8719) 2025-07-24 21:07:06 -07:00
pfrazee caeaff157c Nightly source-language update 2025-07-25 02:48:44 +00:00
hailey 5c2867d580 fix (#8718) 2025-07-24 17:48:54 -07:00
hailey 7f3835792e fix action (#8717) 2025-07-24 17:41:43 -07:00
hailey c37ab83823 fix action (#8716) 2025-07-24 17:21:58 -07:00
jim 26755445e3 Merge pull request #8714 from internet-development/c/app-1332-handle-autocomplete-broken-for-handles-with-hyphens
Fix some auto complete issues on mobile
2025-07-24 17:18:40 -07:00
hailey 101b3262b8 fix action (#8715) 2025-07-24 16:31:37 -07:00
hailey 1ee91d2c90 OTA deployments on PR comment action (#8713) 2025-07-24 16:23:17 -07:00
Chenyu Huang ead6862fc6 fix some auto complete issues 2025-07-24 15:58:24 -07:00
Chenyu 9e65f00c93 [APP-1157] disable searches for logged out users, prompt them to sign in (#8697) 2025-07-24 14:44:03 -07:00
jim c48f35d726 Merge pull request #8702 from internet-development/caidan/app-1328-new-trending-video-interstitial
feat(ui): new trending video design
2025-07-24 13:51:05 -07:00
rafael d1dbc4f852 Conditional workflows 2025-07-24 17:29:25 -03:00
rafael fc2fae42bd Add github workflow 2025-07-24 17:07:11 -03:00
Caidan Williams 742397bb1a fix(lint): remove unused import 2025-07-24 12:31:34 -07:00
Caidan Williams 269d70e66c feat(ui): increase the trending videos card size 2025-07-24 12:30:35 -07:00
Caidan Williams 0685de9b7f feat(ui): update TrendingVideos dismiss button style
Changed the TrendingVideos dismiss button to use solid variant and
square shape for improved visibility. Also set ButtonIcon size to "sm"
for better alignment with the new button style.
2025-07-24 12:30:35 -07:00
Caidan Williams c1d2aea885 feat(ui): remove the header icon
Replace the header's flex row with a single bold text element for
"Trending Videos", removing the Graph icon and extra container.
2025-07-24 12:30:35 -07:00
Caidan Williams 229f275246 fix(ui): adjust TrendingVideos padding and gap sizes
Reduced top padding from large to small and updated horizontal padding
handling for the TrendingVideos component. Increased card gap and snap
interval from small to medium.
2025-07-24 12:30:35 -07:00
Caidan Williams 66950a08cb feat(ui): add border to video post and trending cards
Added a border and low contrast border color to CompactVideoPostCard,
CompactVideoPostCardPlaceholder, and TrendingVideos card components for
improved visual separation.
2025-07-24 12:30:35 -07:00
Caidan Williams b89645a172 feat(ui): add shadow to video post trending cards
Added a small shadow (shadow_sm) to the CompactVideoPostCard and the
"View more" card in TrendingVideos for improved visual depth and
consistency. This enhances the card appearance and aligns with the
design system.
2025-07-24 12:30:35 -07:00
Caidan Williams 12e67f53dd fix(ui): overflow for TrendingVideos scroll container
Added overflow_hidden to the main container and set overflow_visible on
the FlatList to ensure proper display of horizontally scrolling cards.
This resolves clipping issues and improves the visual layout of trending
videos.
2025-07-24 12:30:35 -07:00
Caidan Williams ce02e4aa3d feat(atoms): add overflow_visible utility
Added the `overflow_visible` atom to the atoms utility object for
setting CSS overflow to 'visible'. This complements the existing
`overflow_hidden` atom and improves flexibility for layout styling.
2025-07-24 12:30:35 -07:00
Caidan Williams 605c50d6c7 style(ui): use larger border radius on video post card
Updated CompactVideoPostCard to use a larger border radius by replacing
rounded_md with rounded_lg.
2025-07-24 12:30:35 -07:00
Elijah Seed-Arita dff0332dd0 fix: general profile component layout fixes, and ability to disable the inset border for UserAvatar (#8711) 2025-07-24 11:22:19 -07:00
hailey f0b869aeeb fix moderation preferences for non-AA'd users (#8712) 2025-07-24 08:34:31 -07:00