Tobias Speicher
|
491bcb86ed
|
Replace deprecated String.prototype.substr()
String.prototype.substr() is deprecated (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr) so we replace it with slice() which works similarily but isn't deprecated.
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
|
2022-02-20 15:28:39 +01:00 |
Andrew Kingston
|
fe495345f8
|
Update auto dismissal of notifications
|
2022-02-07 15:24:46 +00:00 |
Andrew Kingston
|
dd07f3516f
|
Remove automatic dismissal of error notifications and instead allow only manual dismissal, and also enable pointer events so errors can be copied
|
2022-02-07 15:15:28 +00:00 |
Andrew Kingston
|
797e8a8b67
|
Add explicit prettier options
|
2021-05-04 11:32:22 +01:00 |
Keviin Åberg Kultalahti
|
0afbf1649e
|
lint:fix
|
2021-05-03 09:31:09 +02:00 |
Keviin Åberg Kultalahti
|
5a2287ddcb
|
moves NotificationDisplay to bbui and converts it to spectrum
|
2021-04-09 12:02:53 +02:00 |
Andrew Kingston
|
206399f32f
|
Lint
|
2021-04-07 15:14:49 +01:00 |
Andrew Kingston
|
64cd1aca32
|
Add BBUI package to monorepo
|
2021-03-31 10:59:07 +01:00 |