Skip to content

Commit

Permalink
Merge pull request #274 from zimmerman-team/feat/DX-2011
Browse files Browse the repository at this point in the history
Feat/dx 2011
  • Loading branch information
Psami-wondah authored Dec 10, 2024
2 parents d9c98d0 + e110d54 commit 1cb1ee1
Show file tree
Hide file tree
Showing 35 changed files with 1,279 additions and 244 deletions.
2 changes: 1 addition & 1 deletion src/app/components/AppBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const NavList = (props: {
setIsNavExpanded?: React.Dispatch<React.SetStateAction<boolean>>;
}) => {
const list = [
{ name: "Explore", path: "/", cy: "nav-explore", class: "" },
{ name: "Library", path: "/", cy: "nav-explore", class: "" },
{
name: "Why Dataxplorer",
path: "/why-dataxplorer",
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/Dialogs/deleteDatasetDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default function DeleteDatasetDialog(props: Props) {
aria-describedby="simple-modal-description"
>
{loading ? (
<div className="w-full h-[80px] flex items-center justify-center">
<div>
<CircleLoader />
</div>
) : (
Expand Down
3 changes: 3 additions & 0 deletions src/app/modules/home-module/assets/add-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions src/app/modules/home-module/assets/build-reports-illustration.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/app/modules/home-module/assets/chunk-eye.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions src/app/modules/home-module/assets/collaborate-illustration.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1cb1ee1

Please sign in to comment.