This website requires JavaScript.
Explore
Help
Register
Sign In
ai-workspace-services
/
opencode
Watch
1
Star
0
Fork
0
You've already forked opencode
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
af9fdf0a1c
opencode
/
packages
/
desktop
/
src
/
entry.tsx
6 lines
98 B
TypeScript
Raw
Normal View
History
Unescape
Escape
desktop: add loading window and restructure rust (#12176)
2026-02-06 23:03:07 +08:00
if
(
location
.
pathname
===
"/loading"
)
{
feat: enable type-aware no-floating-promises rule, fix all 177 violations (#22741)
2026-04-16 11:27:32 +08:00
void
import
(
"./loading"
)
desktop: add loading window and restructure rust (#12176)
2026-02-06 23:03:07 +08:00
}
else
{
feat: enable type-aware no-floating-promises rule, fix all 177 violations (#22741)
2026-04-16 11:27:32 +08:00
void
import
(
"./"
)
desktop: add loading window and restructure rust (#12176)
2026-02-06 23:03:07 +08:00
}
Reference in New Issue
Copy Permalink