woodpecker/web/src
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
..
assets Add German Translation (#997) 2022-06-21 18:18:02 +02:00
components Fix logs view existing multiple times (#1000) 2022-06-25 19:52:37 +02:00
compositions Add German Translation (#997) 2022-06-21 18:18:02 +02:00
lib/api Add support for superseding runs (#831) 2022-05-09 11:26:09 +02:00
store Update build layout (#678) 2022-01-09 02:21:30 +01:00
utils Add German Translation (#997) 2022-06-21 18:18:02 +02:00
views Fix tabs URLs to be language agnostic (#995) 2022-06-20 19:47:33 +02:00
App.vue Move all static texts to locale file (#989) 2022-06-18 10:48:18 +02:00
main.ts Improve dark style text color for better readibility (#985) 2022-06-17 02:00:31 +02:00
router.ts fix redirect after login (#824) 2022-05-14 17:45:01 +02:00
style.css Improve dark style text color for better readibility (#985) 2022-06-17 02:00:31 +02:00
vite-env.d.ts Rewrite of WebUI (#245) 2021-11-03 17:40:31 +01:00