mobile v0.1 with deployment for ios #191

Merged
talksik merged 19 commits from mobile-v1 into master 2026-04-30 00:39:11 +00:00
Showing only changes of commit 6b4a51125c - Show all commits
@@ -63,7 +63,7 @@ const REACTIONS_DISTANCE = 80;
const REACTIONS_VELOCITY = 600;
// Approx height of the ComposeDock from the screen bottom (record button stack
// + pb-10). Status pills sit just above this so they aren't hidden behind it.
const COMPOSE_DOCK_HEIGHT = 152;
const COMPOSE_DOCK_HEIGHT = 50;
interface StreamViewProps {
streamParticle: Particle & { type: "stream" };