@@ -25,6 +25,7 @@ Legend:
2525- [ ] the console lines are shorter on first full render (ctrl+f5) and on f5 it fixes itself
2626 - didn't happen in v7.2.2, not sure about v7.3.2
2727 - doesn't seem to be neither fontSize nor lineHeight
28+ - NOTE: this might solve itself with the WebGL renderer update, so try that first
2829
2930## Refactor + DX
3031- [x] deprecate fxRunner.srvCmd
@@ -103,8 +104,6 @@ Legend:
103104 - [x] disable the "view changelog" button, or write the modal code
104105 - [x] write dev notes on the config system (README.md in the panel settings and core configstore?)
105106- [x] Full FXRunner rewrite
106- - [ ] implement ` cleanFullPath.ts ` in settings save ui & api for comparison consistency
107- - [ ] add it to ` setup/save.js -> handleValidateLocalDataFolder() ` as well
108107
109108## Other stuff
110109- [x] new env vars
@@ -117,6 +116,8 @@ Legend:
117116 - https://nodejs.org/docs/latest-v16.x/api/fs.html#fspromiseslinkexistingpath-newpath
118117 - https://nodejs.org/docs/latest-v16.x/api/fs.html#fspromisessymlinktarget-path-type
119118- [ !] check txAdmin-private
119+ - [ ] implement ` cleanFullPath.ts ` in settings save ui & api for comparison consistency
120+ - [ ] add it to ` setup/save.js -> handleValidateLocalDataFolder() ` as well
120121
121122
122123
@@ -139,7 +140,7 @@ Legend:
139140 - 360x510 menor razoável
140141 - 390x670 mais comum
141142
142-
143+ - [ ] use os.networkInterfaces()?
143144
144145
145146## Chores + boring stuff
0 commit comments