feat: align iOS client safety and consent experience
This commit is contained in:
@@ -438,9 +438,9 @@ class _HomePageState extends ConsumerState<HomePage>
|
||||
child: Column(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
const SizedBox(height: 8),
|
||||
const SizedBox(height: 4),
|
||||
_buildAgentBar(),
|
||||
const SizedBox(height: 12),
|
||||
const SizedBox(height: 5),
|
||||
if (_pickedImagePath != null) _buildImagePreview(),
|
||||
_buildInputBar(),
|
||||
],
|
||||
@@ -490,13 +490,13 @@ class _HomePageState extends ConsumerState<HomePage>
|
||||
chatProvider.select((state) => state.isStreaming),
|
||||
);
|
||||
return Padding(
|
||||
padding: const EdgeInsets.fromLTRB(12, 0, 12, 10),
|
||||
padding: const EdgeInsets.fromLTRB(12, 0, 12, 6),
|
||||
child: Container(
|
||||
padding: EdgeInsets.fromLTRB(
|
||||
6,
|
||||
elderMode ? 7 : 5,
|
||||
elderMode ? 5 : 3,
|
||||
6,
|
||||
elderMode ? 7 : 5,
|
||||
elderMode ? 5 : 3,
|
||||
),
|
||||
decoration: BoxDecoration(
|
||||
color: Colors.white,
|
||||
@@ -540,7 +540,7 @@ class _HomePageState extends ConsumerState<HomePage>
|
||||
isDense: true,
|
||||
contentPadding: EdgeInsets.symmetric(
|
||||
horizontal: 4,
|
||||
vertical: elderMode ? 15 : 12,
|
||||
vertical: elderMode ? 12 : 9,
|
||||
),
|
||||
border: InputBorder.none,
|
||||
enabledBorder: InputBorder.none,
|
||||
@@ -971,7 +971,7 @@ class _VoiceHoldSurface extends StatelessWidget {
|
||||
return Container(
|
||||
padding: EdgeInsets.symmetric(
|
||||
horizontal: 4,
|
||||
vertical: elderMode ? 14 : 11,
|
||||
vertical: elderMode ? 12 : 9,
|
||||
),
|
||||
alignment: Alignment.center,
|
||||
child: Text(
|
||||
|
||||
Reference in New Issue
Block a user