ugly-app 0.1.477 → 0.1.478

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +1,2 @@
1
- export declare const CLI_VERSION = "0.1.477";
1
+ export declare const CLI_VERSION = "0.1.478";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1,3 +1,3 @@
1
1
  // Auto-generated by prebuild — do not edit manually
2
- export const CLI_VERSION = "0.1.477";
2
+ export const CLI_VERSION = "0.1.478";
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugly-app",
3
- "version": "0.1.477",
3
+ "version": "0.1.478",
4
4
  "type": "module",
5
5
  "main": "./dist/server/index.js",
6
6
  "exports": {
@@ -1,2 +1,2 @@
1
1
  // Auto-generated by prebuild — do not edit manually
2
- export const CLI_VERSION = "0.1.477";
2
+ export const CLI_VERSION = "0.1.478";
File without changes
@@ -0,0 +1,165 @@
1
+ # Architecture
2
+
3
+ Generated by ugly-studio. 47 files analyzed. Each section lists structural facts — exports, inheritance, member names, stub detection. Re-grep this file for "implementers:" / "extends:" / "stub" / a specific symbol name to navigate.
4
+
5
+ ## client/allPages.ts
6
+
7
+ - consts: allPages
8
+
9
+ ## client/pages/AITestPage.tsx
10
+
11
+ - interfaces: LogEntry
12
+ - functions: AITestPage
13
+ - LogEntry.members: ts, msg, kind
14
+
15
+ ## client/pages/AudioTestPage.tsx
16
+
17
+ - interfaces: LogEntry
18
+ - functions: AudioTestPage
19
+ - LogEntry.members: ts, msg, kind
20
+
21
+ ## client/pages/AuthDemoPage.tsx
22
+
23
+ - functions: AuthDemoPage
24
+
25
+ ## client/pages/ChatDemoPage.tsx
26
+
27
+ - functions: ChatDemoPage
28
+
29
+ ## client/pages/ChatTestPage.tsx
30
+
31
+ - interfaces: ChatMessage; LogEntry
32
+ - functions: ChatTestPage
33
+ - ChatMessage.members: id, role, text, created
34
+ - LogEntry.members: ts, msg, kind
35
+
36
+ ## client/pages/CollabTestPage.tsx
37
+
38
+ - interfaces: LogEntry; Peer
39
+ - functions: CollabTestPage
40
+ - LogEntry.members: ts, msg, kind
41
+ - Peer.members: userId, cursor
42
+
43
+ ## client/pages/EmailTestPage.tsx
44
+
45
+ - interfaces: SentEntry; LogEntry
46
+ - functions: EmailTestPage
47
+ - SentEntry.members: userId, subject, id, sentAt
48
+ - LogEntry.members: ts, msg, kind
49
+
50
+ ## client/pages/ErrorTestPage.tsx
51
+
52
+ - interfaces: LogEntry
53
+ - functions: ErrorTestPage
54
+ - LogEntry.members: ts, msg, kind
55
+
56
+ ## client/pages/HomePage.tsx
57
+
58
+ - functions: HomePage
59
+
60
+ ## client/pages/KagiTestPage.tsx
61
+
62
+ - interfaces: LogEntry; SearchItem; SearchResult
63
+ - functions: KagiTestPage
64
+ - LogEntry.members: ts, msg, kind
65
+ - SearchItem.members: url, title, snippet, published, thumbnail
66
+ - SearchResult.members: items, related
67
+
68
+ ## client/pages/PushTestPage.tsx
69
+
70
+ - interfaces: LogEntry
71
+ - functions: PushTestPage
72
+ - LogEntry.members: ts, msg, kind
73
+
74
+ ## client/pages/SafeAreaTestPage.tsx
75
+
76
+ - functions: SafeAreaTestPage
77
+
78
+ ## client/pages/ScrollTestPage.tsx
79
+
80
+ - functions: ScrollTestPage
81
+
82
+ ## client/pages/SearchPage.tsx
83
+
84
+ - functions: SearchPage
85
+
86
+ ## client/pages/StringsTestPage.tsx
87
+
88
+ - functions: StringsTestPage
89
+
90
+ ## client/pages/TestIndexPage.tsx
91
+
92
+ - functions: TestIndexPage
93
+
94
+ ## client/pages/ThreeTestPage.tsx
95
+
96
+ - interfaces: LogEntry
97
+ - functions: ThreeTestPage
98
+ - LogEntry.members: ts, msg, kind
99
+
100
+ ## client/pages/TodoDemoPage.tsx
101
+
102
+ - functions: TodoDemoPage
103
+
104
+ ## client/pages/UIComponentsPage.tsx
105
+
106
+ - functions: UIComponentsPage
107
+
108
+ ## client/pages/UploadTestPage.tsx
109
+
110
+ - interfaces: UploadEntry; LogEntry
111
+ - functions: UploadTestPage
112
+ - UploadEntry.members: name, size, type, url
113
+ - LogEntry.members: ts, msg, kind
114
+
115
+ ## client/pages/UserPage.tsx
116
+
117
+ - functions: UserPage
118
+
119
+ ## client/pages/VideoRoomTestPage.tsx
120
+
121
+ - interfaces: LogEntry
122
+ - functions: VideoRoomTestPage
123
+ - LogEntry.members: ts, msg, kind
124
+
125
+ ## client/pages/WorkerTestPage.tsx
126
+
127
+ - interfaces: LogEntry
128
+ - functions: WorkerTestPage
129
+ - LogEntry.members: ts, msg, kind
130
+
131
+ ## client/push.ts
132
+
133
+ - functions: initPush, requestPushPermission
134
+
135
+ ## shared/api.ts
136
+
137
+ - interfaces: AppRegistry
138
+ - consts: requests, messages
139
+ - AppRegistry.members: requests, messages
140
+
141
+ ## shared/collections.ts
142
+
143
+ - consts: TodoSchema, ConversationSchema, MessageSchema, CollabDocSchema, collections
144
+ - types: Todo, Conversation, Message, CollabDoc, AppCollections
145
+
146
+ ## shared/cron.ts
147
+
148
+ - consts: cronTasks
149
+
150
+ ## shared/experiments.ts
151
+
152
+ - consts: experiments
153
+ - types: AppEventName
154
+
155
+ ## shared/pages.ts
156
+
157
+ - consts: pages
158
+ - types: AppPages
159
+
160
+ ## shared/strings.ts
161
+
162
+ - interfaces: AppStringTable
163
+ - consts: stringsDef
164
+ - types: AppLang
165
+ - AppStringTable.members: appName, welcome, welcomeBack, getStarted, login, logout, testPages
@@ -3,4 +3,13 @@ dist/
3
3
  .DS_Store
4
4
  local/
5
5
  logs/
6
- coverage/
6
+ coverage/
7
+
8
+ # ugly-studio state (do not commit)
9
+ .ugly-studio/codebase-index.db*
10
+ .ugly-studio/session-index.db*
11
+ .ugly-studio/layout.json
12
+ .ugly-studio/sandbox-state.json
13
+ .ugly-studio/tmp/
14
+ .ugly-studio/users/
15
+ .ugly-studio/home/