Skip to content

Commit d1454e5

Browse files
authored
Merge pull request #12 from Gabry848/improvments/graphics_improvment
feat: migliorata la visualizzazione dell'avatar nel profilo con un gr…
2 parents 971824c + 0f4f286 commit d1454e5

6 files changed

Lines changed: 28 additions & 1524 deletions

File tree

.claude/settings.local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
"Bash(git log:*)",
4949
"Bash(grep:*)",
5050
"Bash(powershell -Command \"Get-Content ''e:\\\\MyTaskly\\\\MyTaskly-app\\\\src\\\\locales\\\\en.json'' | Select-Object -Last 20\")",
51-
"Bash(powershell -Command \"Get-Content ''e:\\\\MyTaskly\\\\MyTaskly-app\\\\src\\\\locales\\\\it.json'' | Select-Object -Last 20\")"
51+
"Bash(powershell -Command \"Get-Content ''e:\\\\MyTaskly\\\\MyTaskly-app\\\\src\\\\locales\\\\it.json'' | Select-Object -Last 20\")",
52+
"Bash(npm ls:*)"
5253
],
5354
"deny": [],
5455
"defaultMode": "acceptEdits"

src/navigation/index.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ import NotificationDebugScreen from "./screens/NotificationDebug";
3232
import BugReportScreen from "./screens/BugReport";
3333
//import StatisticsScreen from "./screens/Statistics";
3434
import { NotFound as NotFoundScreen } from "./screens/NotFound";
35-
import CalendarWidgetDemoScreen from "./screens/CalendarWidgetDemo";
3635
import eventEmitter, { emitScreenChange, EVENTS } from "../utils/eventEmitter";
3736
import { useNotifications } from "../services/notificationService";
3837
import AppInitializer from "../services/AppInitializer";
@@ -462,11 +461,6 @@ function AppStack() {
462461
component={BugReportScreen}
463462
options={{ title: t('navigation.screens.bugReport') }}
464463
/>
465-
<Stack.Screen
466-
name="CalendarWidgetDemo"
467-
component={CalendarWidgetDemoScreen}
468-
options={{ title: 'Calendar Widget Demo' }}
469-
/>
470464
<Stack.Screen name="NotFound" component={NotFoundScreen} />
471465
</Stack.Navigator>
472466
</>

0 commit comments

Comments
 (0)