Commit 68df21b
committed
feat: add JSON export support to Theia
- Added JSON format button to ExportConfigModal with 📦 icon
- Added 'json' to valid formats list in validateAndMergeConfig
- JSON export available for courses (outputs raw CourseData structure)
- Enables round-trip workflow: export JSON → upload → continue1 parent bea5b70 commit 68df21b
File tree
2 files changed
+10
-1
lines changed- src/lib
- components/theia
- services
2 files changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
241 | 250 | | |
242 | 251 | | |
243 | 252 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| |||
0 commit comments