Joffrey JAFFEUX
|
52672b9eab
|
DEV: apply new coding standards (#10592)
|
2020-09-04 13:42:47 +02:00 |
Jarek Radosz
|
eb73048b0f
|
DEV: Allow displaying both title and panels in modals (#10220)
|
2020-07-13 12:43:06 +02:00 |
Jarek Radosz
|
942cc9b57a
|
DEV: Add rawTitle property support to modal-tab (#10221)
```js
const panels = [
{ id: "test1", rawTitle: "Test 1" },
{ id: "test2", rawTitle: "Test 2" }
];
showModal("a-modal", { panels }));
```
|
2020-07-13 01:26:45 +02:00 |
Joffrey JAFFEUX
|
488f8d914a
|
DEV: skip bunch of failing tests (#9896)
|
2020-05-27 17:36:50 +02:00 |
Robin Ward
|
60df2ade8d
|
Retry: Rename all test files from JS -> ES6
|
2020-03-26 12:25:46 -04:00 |
Robin Ward
|
4fa580fbd1
|
Revert "Rename all test files from JS -> ES6"
This reverts commit 2abe85b834 .
|
2020-03-25 16:13:43 -04:00 |
Robin Ward
|
2abe85b834
|
Rename all test files from JS -> ES6
|
2020-03-25 15:03:21 -04:00 |