Skip to content

Commit

Permalink
Merge pull request #1524 from tijlleenders/update/app-themes
Browse files Browse the repository at this point in the history
Upgrade: new theme for app
  • Loading branch information
tijlleenders authored Oct 1, 2023
2 parents 7b530e5 + a2d0994 commit eff6729
Show file tree
Hide file tree
Showing 41 changed files with 722 additions and 660 deletions.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { notification } from "antd";
import React, { useEffect } from "react";
import { BrowserRouter, Routes, Route } from "react-router-dom";
import { useRecoilState, useRecoilValue } from "recoil";
import { darkModeState, languageSelectionState, displayToast, backupRestoreModal, languageChangeModal } from "@store";
import { darkModeState, displayToast, backupRestoreModal, languageChangeModal } from "@store";

import lightAvatar from "@assets/images/mainAvatarLight.svg";
import darkAvatar from "@assets/images/mainAvatarDark.svg";
Expand Down
5 changes: 5 additions & 0 deletions src/Interfaces/ICommon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ export interface IHeader {
debounceSearch?: (event: ChangeEvent<HTMLInputElement>) => void;
}

export interface IBackdrop {
opacity: number;
onClick: () => void;
customStyle?: React.CSSProperties;
}
export interface ZAccordionProps {
style: React.CSSProperties | undefined;
panels: { header: string; body: ReactNode | ReactNode[] }[];
Expand Down
6 changes: 0 additions & 6 deletions src/assets/images/calendarIcon.svg

This file was deleted.

11 changes: 0 additions & 11 deletions src/assets/images/correctDark.svg

This file was deleted.

11 changes: 0 additions & 11 deletions src/assets/images/correctLight.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/images/journalIcon.svg

This file was deleted.

28 changes: 0 additions & 28 deletions src/assets/images/myFeelingsIconFilledDark.svg

This file was deleted.

28 changes: 0 additions & 28 deletions src/assets/images/myFeelingsIconFilledLight.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/images/myFeelingsIconLight.svg

This file was deleted.

36 changes: 0 additions & 36 deletions src/assets/images/myGoalsIconFilledDark.svg

This file was deleted.

36 changes: 0 additions & 36 deletions src/assets/images/myGoalsIconFilledLight.svg

This file was deleted.

7 changes: 0 additions & 7 deletions src/assets/images/myGoalsIconLight.svg

This file was deleted.

Loading

1 comment on commit eff6729

@vercel
Copy link

@vercel vercel bot commented on eff6729 Oct 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

zinzen – ./

zinzen-git-main-tijlleenders.vercel.app
zinzen-tijlleenders.vercel.app
zinzen.vercel.app

Please sign in to comment.