barkure
898bcf73d5
web: restore Vite client declarations for both dashboards ( #5415 )
...
The 2024 bundler-mode migration changed the dashboard tsconfig include
lists to src/**, leaving the root env.d.ts files outside the TypeScript
programs. Move the Vite client declarations into src/ for both the frpc
and frps dashboards so they are part of the programs again.
Drop the *.vue wildcard module shim: the current vue-tsc toolchain
resolves SFC types without it, and the shim would only mask real
component prop types under plain tsc.
2026-07-23 11:14:56 +08:00
fatedier
e8dfd6efcc
web/frpc: use static imports for proxy and visitor route components ( #5286 )
2026-04-14 01:18:31 +08:00
fatedier
c95dc9d88a
web: remove redundant SCSS and CSS files superseded by shared ( #5247 )
2026-03-20 13:08:18 +08:00
fatedier
38a71a6803
web/frps: redesign frps dashboard with sidebar nav, responsive layout, and shared component workspace ( #5246 )
2026-03-20 03:33:44 +08:00
fatedier
6cdef90113
web: bump dev dependencies in frpc and frps package-lock.json ( #5239 )
2026-03-16 23:22:42 +08:00
fatedier
85e8e2c830
web/frpc: redesign frpc dashboard with sidebar nav, proxy/visitor list and detail views ( #5237 )
2026-03-16 09:44:30 +08:00
fatedier
fbeb6ca43a
refactor: restructure API packages into client/http and server/http with typed proxy/visitor models ( #5193 )
2026-03-04 17:38:43 +08:00
fatedier
381245a439
build: add noweb tag to allow building without frontend assets ( #5189 )
2026-03-02 01:32:19 +08:00
fatedier
01997deb98
add persistent proxy/visitor store with CRUD API and web UI ( #5188 )
2026-03-02 01:09:59 +08:00
fatedier
9634fd99d1
web: ensure npm install runs before build ( #5154 )
2026-02-04 12:55:24 +08:00
fatedier
886c9c2fdb
web/frpc: redesign dashboard ( #5145 )
2026-01-31 12:43:31 +08:00
fatedier
5dd70ace6b
refactor: move web embeds to web/ directory ( #5139 )
2026-01-27 02:56:57 +08:00
fatedier
479e9f50c2
web/frpc: refactor dashboard with improved structure and API layer ( #5117 )
2026-01-09 00:40:51 +08:00
Andreas Deininger
6542dcd4ed
Fix typos ( #4615 )
2025-01-02 11:33:56 +08:00
fatedier
b31c67d7c0
web: support to clear offline proxies data on dashboard ( #3963 )
2024-02-01 10:54:57 +08:00
fatedier
738c53ce47
web: fix el-popover bug ( #3413 )
...
* web: update
* web: fix el-popover bug
2023-04-16 16:43:44 +08:00
fatedier
8c6303c1e5
web/frpc: support more info ( #3334 )
2023-02-26 02:54:53 +08:00
fatedier
31f40aa913
web/frpc&frps: support dark mode ( #3327 )
2023-02-22 14:15:21 +08:00
fatedier
fe8374e99b
web/frpc: upgrade vue and element-plus ( #3322 )
2023-02-20 23:52:55 +08:00
fatedier
c7d4637382
fix web js ( #2444 )
2021-06-09 11:53:39 +08:00
fatedier
630dad50ed
web: support sudp in dashboard ( #2385 )
2021-05-11 13:37:14 +08:00
fatedier
ecb6ed9258
revert web code ( #2215 )
2021-01-25 16:04:33 +08:00
fatedier
2481dfab64
fix api
2019-02-11 14:37:52 +08:00
fatedier
fe403ab328
frpc: update admin_api
2019-02-11 11:26:06 +08:00
fatedier
96d7e2da6f
add admin UI for frpc
2019-02-01 19:28:05 +08:00