Skip to content

Commit

Permalink
feat: update icons
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Jun 18, 2024
1 parent 98e0d0a commit 7b34989
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 18 deletions.
1 change: 1 addition & 0 deletions icons/mgc/announcement_cute_fi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions icons/mgc/arrow_left_circle_cute_re.svg

This file was deleted.

1 change: 0 additions & 1 deletion icons/mgc/bling_cute_re.svg

This file was deleted.

1 change: 0 additions & 1 deletion icons/mgc/headphone_cute_fi.svg

This file was deleted.

4 changes: 4 additions & 0 deletions icons/mgc/left_cute_fi copy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/mgc/magic_2_cute_re.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/mgc/mic_cute_fi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion icons/mgc/news_2_cute_fi.svg

This file was deleted.

1 change: 0 additions & 1 deletion icons/mgc/news_cute_fi.svg

This file was deleted.

1 change: 0 additions & 1 deletion icons/mgc/notification_cute_fi.svg

This file was deleted.

1 change: 1 addition & 0 deletions icons/mgc/paper_cute_fi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/mgc/video_cute_fi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion icons/mgc/youtube_cute_fi.svg

This file was deleted.

10 changes: 5 additions & 5 deletions src/renderer/src/lib/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const levels = {
export const views = [
{
name: "Articles",
icon: <i className="i-mgc-news-cute-fi" />,
icon: <i className="i-mgc-paper-cute-fi" />,
className: "text-amber-700",
translation: "title,description",
},
Expand All @@ -31,21 +31,21 @@ export const views = [
},
{
name: "Videos",
icon: <i className="i-mgc-youtube-cute-fi" />,
icon: <i className="i-mgc-video-cute-fi" />,
className: "text-red-600",
gridMode: true,
wideMode: true,
translation: "title",
},
{
name: "Audios",
icon: <i className="i-mgc-headphone-cute-fi" />,
icon: <i className="i-mgc-mic-cute-fi" />,
className: "text-purple-600",
translation: "title",
},
{
name: "Notifications",
icon: <i className="i-mgc-notification-cute-fi" />,
icon: <i className="i-mgc-announcement-cute-fi" />,
className: "text-yellow-600",
translation: "title",
},
Expand All @@ -60,7 +60,7 @@ export const settingTabs = [
{
name: "Actions",
path: "actions",
className: "i-mgc-bling-cute-re",
className: "i-mgc-magic-2-cute-re",
},
{
name: "Profile",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/modules/entry-column/translation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const EntryTranslation = ({
>
{target && !hovered ? (
<>
<i className="i-mgc-bling-cute-re mr-1 align-middle" />
<i className="i-mgc-magic-2-cute-re mr-1 align-middle" />
<span className="align-middle">{target}</span>
</>
) : (
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/modules/entry-content/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function EntryContentRender({ entryId }: { entryId: string }) {
{(summary.isLoading || summary.data) && (
<div className="my-8 space-y-1 rounded-lg border px-4 py-3">
<div className="flex items-center gap-2 font-medium text-zinc-800">
<i className="i-mgc-bling-cute-re align-middle" />
<i className="i-mgc-magic-2-cute-re align-middle" />
<span>AI summary</span>
</div>
<AutoResizeHeight
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export function Component() {
onClick={() => navigate("/")}
className="absolute left-10 top-11 flex items-center gap-1"
>
<i className="i-mgc-arrow-left-circle-cute-re" />
<i className="i-mgc-left-cute-fi" />
Back
</MotionButtonBase>
<Outlet />
Expand Down

0 comments on commit 7b34989

Please sign in to comment.