-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathTODO
54 lines (50 loc) · 3.19 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Todo:
☐ Fix workshop search
☐ Fix content uninstall (NEEDS TESTING)
☐ Update content check deps
☐ update to latest version (for vanilla)
☐ Validate Content
☐ performance changes
☐ Resourcepack's mod requirement checks
☐ Add Completed timestamp to download queue
Bugs:
☐ (Tauri) Window Size and Fullscreen Issues: https://github.com/tauri-apps/tauri/issues/11788
☐ (Modrinth) OAuth2 Bug: https://github.com/modrinth/code/issues/2339
Archive:
✔ Finished rewrite on installs @done(24-12-25 19:55)
✔ Working neoforge install @done(24-12-26 17:26)
✔ modrinth login fix @done(24-07-17 13:59)
✔ crash reporting @done(24-07-17 00:02)
✔ editable home page @started(24-07-06 11:49) @done(24-07-06 17:28) @lasted(5h39m17s)
✔ Bug report system @started(24-07-05 15:39) @done(24-07-05 16:12) @lasted(33m21s)
✔ theme selector @done(24-07-01 16:13)
✔ add copy profile options @done(24-07-01 16:00)
✔ Fix workshop search @started(24-07-01 10:19) @done(24-07-01 10:58) @lasted(39m30s)
✔ Fix update content @started(24-06-30 23:33) @done(24-06-30 23:52) @lasted(19m25s)
✔ Fix content delete button for unknown content @done(24-06-30 23:22)
✔ content version update check @done(24-06-21 14:13)
✔ Modrinth login @done(24-06-28 15:41)
✔ import third party mods @started(24-06-28 15:42) @done(24-06-29 01:54) @lasted(10h12m39s)
✔ import curseforge modpack @started(24-06-28 15:42) @done(24-06-29 02:11) @lasted(10h29m34s)
✔ installed version managment @done(24-06-26 22:26)
✔ check if msa has minecraft @done(24-06-29 11:45)
✔ skin viewer @done(24-06-27 21:06)
✔ Clean up for process table process @done(24-05-26 15:05) @project(Todo)
✔ Loader version selector @done(24-05-26 16:39) @project(Todo)
✔ Mod/Shader/Resource/Modpack content install @started(24-05-27 12:42) @done(24-05-28 02:04) @lasted(13h22m30s) @project(Todo)
✔ Mrpack install/import @started(24-05-28 11:40) @done(24-05-28 13:23) @lasted(1h43m34s) @project(Todo)
✔ Vanilla launcher profile import @started(24-05-31 14:28) @done(24-05-31 15:47) @lasted(1h19m53s) @project(Todo)
✔ Content viewer in profile @started(24-05-28 13:41) @done(24-05-28 15:48) @lasted(2h7m38s) @project(Todo)
✔ Screen shot viewer @started(24-05-28 15:53) @done(24-05-28 16:22) @lasted(29m57s) @project(Todo)
✔ Duplicate Profile @started(24-05-31 16:06) @done(24-05-31 16:59) @lasted(53m53s) @project(Todo)
✔ Fix workshop search @started(24-05-31 17:07) @done(24-05-31 17:07) @lasted(12s) @project(Todo)
✔ login indicator @started(24-05-31 14:28) @done(24-05-31 14:28) @lasted(16s) @project(Todo)
{
"default-src": "'self' rmcl: asset:",
"connect-src": "ipc: http://ipc.localhost https://cdn.modrinth.com https://api.minecraftservices.com https://launchercontent.mojang.com https://api.modrinth.com/v2 https://github.com/VisualSource https://api.cfwidget.com https://media.forgecdn.net/",
"font-src": [
"https://fonts.gstatic.com"
],
"img-src": "'self' asset: http://asset.localhost https://cdn.modrinth.com https://launchercontent.mojang.com https://github.com/VisualSource blob: data:",
"style-src": "'unsafe-inline' 'self' https://fonts.googleapis.com"
}