woodpecker/web
Florian Märkl 3f73d5bf53
Fix logs view existing multiple times (#1000)
* Fix terminal DOM existing multiple times

When switching between the tasks/config/changed files tabs in the build
view, the DOM for the log xterm would be inserted multiple times,
causing the current terminal to be shifted down weirdly.
This fixes this behavior by cleaning any custom DOM before the log is
unmounted.

* Use ref
2022-06-25 19:52:37 +02:00
..
public/favicons Improve favicons (#576) 2021-12-08 13:58:00 +01:00
src Fix logs view existing multiple times (#1000) 2022-06-25 19:52:37 +02:00
.eslintignore Support localized web UI (#912) 2022-05-16 21:18:48 +02:00
.eslintrc.js Replace deprecated eslint airbnb typescript config (#587) 2021-12-10 03:54:47 +01:00
.gitignore Rewrite of WebUI (#245) 2021-11-03 17:40:31 +01:00
.prettierignore Rewrite of WebUI (#245) 2021-11-03 17:40:31 +01:00
.prettierrc.js Rewrite of WebUI (#245) 2021-11-03 17:40:31 +01:00
index.html Use Woodpecker theme colors on Safari Tab Bar / Header Bar (#632) 2021-12-21 02:26:42 +01:00
LICENSE Pull in frontend 2019-11-12 14:27:39 +01:00
package.json Use xterm.js for log outputs (#846) 2022-06-16 19:24:27 +02:00
tsconfig.eslint.json Rewrite of WebUI (#245) 2021-11-03 17:40:31 +01:00
tsconfig.json Rewrite of WebUI (#245) 2021-11-03 17:40:31 +01:00
vite.config.ts Support localized web UI (#912) 2022-05-16 21:18:48 +02:00
web.go Add linter revive (#554) 2021-12-01 14:22:06 +01:00
windi.config.ts Rewrite of WebUI (#245) 2021-11-03 17:40:31 +01:00
yarn.lock Use xterm.js for log outputs (#846) 2022-06-16 19:24:27 +02:00