Commit 6b02187
committed
[REF] runbot: frontend with Interaction/Component
This commit is a massive rewrite to modernize the Runbot frontend's JS
using Interaction and OWL Components.
In a nutshell:
- no more jQuery
- lint/format files (no more global variables, const/let...)
- Bootstrapify a bit the stats page layout
- add setup to use Interactions (requirements in assets bundle, start
services...)
- rewrite [data-runbot] links and copy button handling using Interaction
- rewrite stats page using Interaction + Component for the chart/legend1 parent 499106a commit 6b02187
File tree
16 files changed
+591
-10837
lines changed- runbot
- controllers
- static
- lib/jquery
- src
- css
- js
- public
- components
- interactions
- templates
16 files changed
+591
-10837
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
78 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
79 | 125 | | |
80 | 126 | | |
81 | 127 | | |
82 | 128 | | |
83 | | - | |
84 | 129 | | |
85 | | - | |
| 130 | + | |
86 | 131 | | |
87 | 132 | | |
88 | 133 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
611 | 611 | | |
612 | 612 | | |
613 | 613 | | |
614 | | - | |
615 | 614 | | |
616 | 615 | | |
617 | 616 | | |
618 | 617 | | |
619 | | - | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
620 | 623 | | |
621 | 624 | | |
622 | 625 | | |
| |||
This file was deleted.
0 commit comments