UI improvements: dynamic event text, remove camera indicator, fontawesome footer icons
This commit is contained in:
@@ -72,7 +72,7 @@ export default function App() {
|
||||
|
||||
const handleSaveEventName = async () => {
|
||||
if (!settings) return;
|
||||
const newName = tempEventName.trim() || 'Event';
|
||||
const newName = tempEventName.trim() || 'Schnappix-Party';
|
||||
const updated = { ...settings, eventText: newName };
|
||||
await saveSettings(updated);
|
||||
setSettings(updated);
|
||||
@@ -233,7 +233,7 @@ export default function App() {
|
||||
</Text>
|
||||
<TextInput
|
||||
style={styles.modalInput}
|
||||
placeholder="z.B. Jannik's Party"
|
||||
placeholder="Schnappix-Party"
|
||||
placeholderTextColor="#666"
|
||||
value={tempEventName}
|
||||
onChangeText={setTempEventName}
|
||||
|
||||
Reference in New Issue
Block a user