Nuno Góis
|
b496990f79
|
chore: add no unused imports biome rule (#5855)
Adds a Biome rule for "no unused imports", which is something we
sometimes have trouble catching.
We're adding this as a warning for now. It is safely and easily fixable
with `yarn lint:fix`.


|
2024-01-11 12:44:05 +00:00 |
|
andreas-unleash
|
e894cbb52a
|
Playground result info modal initial
|
2022-07-28 15:16:40 +03:00 |
|
andreas-unleash
|
1d83643e15
|
Playground result info modal initial
|
2022-07-27 18:48:17 +03:00 |
|
olav
|
504a4af274
|
refactor: port segments list to react-table (#1024)
* refactor: extract SegmentEmpty component
* refactor: extract CreateSegmentButton component
* refactor: extract EditSegmentButton component
* refactor: extract RemoveSegmentButton component
* refactor: normalize Created table header text
* refactor: port segments list to react-table
* fix: improve row text height in table row
* fix: update test snapshots
* refactor table cell with search highlight
* fix: update after review
Co-authored-by: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com>
Co-authored-by: Tymoteusz Czech <tymek+gpg@getunleash.ai>
|
2022-05-27 08:57:30 +02:00 |
|
olav
|
34f848ce8a
|
refactor: replace react-dnd with custom implementation (#988)
* refactor: replace react-dnd with custom implementation
* refactor: add TextCell, IconCell, and ActionCell
* refactor: port environments list to react-table
* refactor: change OfflineBolt to PowerSettingsNew
* refactor: simplify environment toast text
* refactor: improve IToast type type
* refactor: improve useSearchHighlightContext naming
* refactor: clarify enableDragAndDrop logic
|
2022-05-25 11:40:20 +02:00 |
|