codinget
  • Joined on 2022-10-19
codinget deleted branch t3code/fix-flaky-gitea-test from webnet/webnet 2026-07-26 02:35:11 +02:00
codinget merged pull request webnet/webnet#130 2026-07-26 02:35:09 +02:00
test(tsconnect-worker): remove async timing races
codinget created pull request webnet/webnet#130 2026-07-26 02:12:22 +02:00
WIP: test(tsconnect-worker): remove async timing races
codinget pushed to t3code/fix-flaky-gitea-test at webnet/webnet 2026-07-26 02:12:11 +02:00
3450e0f51b test(tsconnect-worker): remove async timing races
codinget created branch t3code/fix-flaky-gitea-test in webnet/webnet 2026-07-26 02:12:11 +02:00
codinget deleted branch feat/tailshare-worker from webnet/webnet 2026-07-26 01:51:57 +02:00
codinget pushed to main at webnet/webnet 2026-07-26 01:51:57 +02:00
fffaba733c fix(tailshare): address second-round review findings
6c0b8ec3b9 fix(tailshare): move configAtBuildRef to IpnProvider level
b1c9c2eac6 chore: retrigger CI
65a724516b chore: update AI_CHANGES.md and PR description
03fc837428 refactor(tailshare): address feedback
Compare 9 commits »
codinget merged pull request webnet/webnet#55 2026-07-26 01:51:56 +02:00
feat(tailshare): SharedWorker support, config consolidation, and fileOps UI
codinget created pull request webnet/webnet#129 2026-07-26 01:30:57 +02:00
WIP: fix(tsconnect-react): report initialization errors
codinget pushed to fix/tsconnect-react-init-errors at webnet/webnet 2026-07-26 01:30:46 +02:00
1178be5ad9 fix(tsconnect-react): report initialization errors
codinget created branch fix/tsconnect-react-init-errors in webnet/webnet 2026-07-26 01:30:46 +02:00
codinget commented on pull request webnet/webnet#55 2026-07-26 01:29:51 +02:00
feat(tailshare): SharedWorker support, config consolidation, and fileOps UI

Follow-up review of fffaba7: the second-round fixes are correct. Connection mode and all build-time options are now snapshotted when willBuild becomes true, so editing useWorker, fileOps, hostname, control URL, or auth key cannot switch or rebuild a live IPN. The restart check covers those build-time fields; SharedWorker mode explicitly instructs the user to close all tabs; fallback reporting uses the actual handle connectionMode; and the duplicate disclosure entry is removed. The legacy-config migration finding is treated as explicitly waived per the maintainer comment.

codinget opened issue webnet/webnet#128 2026-07-26 01:29:21 +02:00
tailshare: redesign the application shell and navigation
codinget opened issue webnet/webnet#127 2026-07-26 01:29:20 +02:00
tsconnect-worker: expose active configuration and detect client mismatches
codinget created pull request webnet/webnet#126 2026-07-26 01:28:20 +02:00
build(tailshare): fix wrong regex for css modules in webpack config
codinget pushed to fix/tailshare-css-module at webnet/webnet 2026-07-26 01:27:26 +02:00
56f48a3a0d build(tailshare): fix wrong regex for css modules in webpack config
codinget created branch fix/tailshare-css-module in webnet/webnet 2026-07-26 01:27:26 +02:00
codinget pushed to feat/tailshare-worker at webnet/webnet 2026-07-26 01:12:05 +02:00
fffaba733c fix(tailshare): address second-round review findings
codinget commented on pull request webnet/webnet#55 2026-07-26 01:02:46 +02:00
feat(tailshare): SharedWorker support, config consolidation, and fileOps UI

[P1] Migrate the legacy configuration before switching keys. parseConfig reads only tailshare:config; nothing imports ipn#hostname, ipn#controlURL, ipn#authKey, ipn#exitNode, or ipn#auto. Every…

codinget commented on pull request webnet/webnet#55 2026-07-26 00:42:51 +02:00
feat(tailshare): SharedWorker support, config consolidation, and fileOps UI

Re-review against current origin/main at 84437ed and PR head 6c0b8ec. CI is green and the branch no longer contains the old stacked base, but I found the following PR-specific issues: