This commit is contained in:
Philip Cesar Garay
2025-08-12 21:03:49 +08:00
parent 5a521d2f3d
commit 7d8942e125
49 changed files with 1002 additions and 122 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 558 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 783 B

After

Width:  |  Height:  |  Size: 329 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 532 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 600 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 892 B

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 796 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

+18
View File
@@ -4,6 +4,11 @@ import chat from "./UI/tabs/chat.png";
import design from "./UI/tabs/design.png";
import quotes from "./UI/tabs/quotes.png";
import settings from "./UI/tabs/settings.png";
import addTab from "./UI/tabs/add.png";
import albums from "./UI/tabs/albums.png";
import ribbon from "./UI/tabs/ribbon.png";
import mic from "./UI/tabs/mic.png";
import person from "./UI/tabs/person.png";
export const tabs = {
home,
@@ -12,6 +17,11 @@ export const tabs = {
quotes,
chat,
design,
addTab,
albums,
ribbon,
mic,
person,
};
import bell from "./UI/bell.png";
@@ -66,6 +76,9 @@ import disk from "./icons/disk.png";
import stars from "./icons/stars.png";
import musicLandLogo from "./icons/musicLandLogo.png";
import close from "./icons/close.png";
import heart from "./icons/heart.png";
import heartOutline from "./icons/heartOutline.png";
import more from "./icons/more.png";
export const icons = {
bell,
@@ -119,6 +132,9 @@ export const icons = {
stars,
musicLandLogo,
close,
heart,
heartOutline,
more,
};
import triangle from "./art/triangle.png";
@@ -169,6 +185,7 @@ import productionBG from "./UI/productionBG.png";
import productionBG2 from "./UI/productionBG2.png";
import playbackBG from "./UI/playbackBG.png";
import playbackBG2 from "./UI/playbackBG2.png";
import libraryBG from "./UI/libraryBG.png";
export const background = {
writingBG,
@@ -178,6 +195,7 @@ export const background = {
productionBG2,
playbackBG,
playbackBG2,
libraryBG,
};
import nathalie from "./UI/nathalie.png";