Skip to content

Commit 41e1b4a

Browse files
authored
Add Bucket slice refactor to reduce re-renders (#2087)
* Add Bucket slice refactor to reduce re-renders * Fix Button on object browser * Update Logo Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
1 parent 6e205fa commit 41e1b4a

File tree

10 files changed

+380
-365
lines changed

10 files changed

+380
-365
lines changed

portal-ui/src/icons/ConsoleAgpl.tsx

Lines changed: 21 additions & 22 deletions
Large diffs are not rendered by default.

portal-ui/src/screens/Console/Buckets/Buckets.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const BucketDetails = React.lazy(() => import("./BucketDetails/BucketDetails"));
2727
const BrowserHandler = React.lazy(
2828
() => import("./BucketDetails/BrowserHandler")
2929
);
30-
const AddBucket = React.lazy(() => import("./ListBuckets/AddBucket"));
30+
const AddBucket = React.lazy(() => import("./ListBuckets/AddBucket/AddBucket"));
3131

3232
const Buckets = () => {
3333
return (

0 commit comments

Comments
 (0)