Private
Public Access
1
0

Refactor code structure for improved readability and maintainability

This commit is contained in:
Lago
2026-04-16 22:06:36 +02:00
parent dfa4010406
commit 96f76e21a7
101 changed files with 214280 additions and 1189 deletions

20
power.config.json Normal file
View File

@@ -0,0 +1,20 @@
{
"$schema": "https://aka.ms/power-apps/code/power.config.schema.json",
"version": "1.0",
"app": {
"name": "outlook-lite",
"displayName": "Outlook Lite — Code Apps Demo",
"description": "Email client built with React + Fluent UI, powered by Power Platform connectors"
},
"dataSources": [],
"connectionReferences": {
"e9a483eb-1c10-473e-8d5c-a71f3f1f79a1": {
"id": "/providers/Microsoft.PowerApps/apis/shared_outlook",
"displayName": "Outlook.com",
"dataSources": [
"outlook"
],
"dataSets": {}
}
}
}