Change main page and modify flows
This commit is contained in:
+57
-56
@@ -10,20 +10,6 @@ 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,
|
||||
tasks,
|
||||
settings,
|
||||
quotes,
|
||||
chat,
|
||||
design,
|
||||
addTab,
|
||||
albums,
|
||||
ribbon,
|
||||
mic,
|
||||
person,
|
||||
};
|
||||
|
||||
import bell from "./UI/bell.png";
|
||||
import sort from "./UI/sort.png";
|
||||
|
||||
@@ -86,9 +72,66 @@ import hitParadeLogo from "./icons/hitParadeLogo.png";
|
||||
import calendar from "./icons/calendar.png";
|
||||
import coin from "./icons/coin.png";
|
||||
|
||||
import triangle from "./art/triangle.png";
|
||||
import circle from "./art/circle.png";
|
||||
import square from "./art/square.png";
|
||||
import gradientTriangle from "./art/gradientTriangle.png";
|
||||
|
||||
import threeCoins from "./art/threeCoins.png";
|
||||
import boost from "./art/boost.png";
|
||||
import boostBig from "./art/boostBig.png";
|
||||
|
||||
import welcome from "./tutorial/welcome.png";
|
||||
import tutorialChat from "./tutorial/chat.png";
|
||||
import coins from "./tutorial/coins.png";
|
||||
import followProgress from "./tutorial/followProgress.png";
|
||||
import tutorialTasks from "./tutorial/tasks.png";
|
||||
|
||||
import loginAppDashboard from "./mockups/loginAppDashboard.png";
|
||||
|
||||
import writingBG from "./UI/writingBG.png";
|
||||
import studioBG from "./UI/studioBG.png";
|
||||
import studioBG2 from "./UI/studioBG2.png";
|
||||
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";
|
||||
import libraryBG2 from "./UI/libraryBG2.png";
|
||||
import profileBG from "./UI/profileBG.png";
|
||||
import hitParadeBG from "./UI/hitParadeBG.png";
|
||||
import homeBG from "./UI/homeBG.png";
|
||||
|
||||
import nathalie from "./UI/nathalie.png";
|
||||
import theo from "./UI/theo.png";
|
||||
import bena from "./UI/bena.png";
|
||||
import john from "./UI/john.png";
|
||||
|
||||
import placeholder from "./UI/placeholder.jpg";
|
||||
import placeholder2 from "./UI/placeholder2.jpg";
|
||||
import placeholder3 from "./UI/placeholder3.png";
|
||||
import placeholder4 from "./UI/placeholder4.jpg";
|
||||
import profile from "./UI/profile.jpg";
|
||||
import goodVibe from "./UI/goodVibe.png";
|
||||
|
||||
export const tabs = {
|
||||
home,
|
||||
tasks,
|
||||
settings,
|
||||
quotes,
|
||||
chat,
|
||||
design,
|
||||
addTab,
|
||||
albums,
|
||||
ribbon,
|
||||
mic,
|
||||
person,
|
||||
};
|
||||
|
||||
export const icons = {
|
||||
bell,
|
||||
sort,
|
||||
dragDots: require("./icons/dragDots.png"),
|
||||
|
||||
chevronDown,
|
||||
arrowRight,
|
||||
@@ -149,15 +192,6 @@ export const icons = {
|
||||
coin,
|
||||
};
|
||||
|
||||
import triangle from "./art/triangle.png";
|
||||
import circle from "./art/circle.png";
|
||||
import square from "./art/square.png";
|
||||
import gradientTriangle from "./art/gradientTriangle.png";
|
||||
|
||||
import threeCoins from "./art/threeCoins.png";
|
||||
import boost from "./art/boost.png";
|
||||
import boostBig from "./art/boostBig.png";
|
||||
|
||||
export const art = {
|
||||
triangle,
|
||||
circle,
|
||||
@@ -168,12 +202,6 @@ export const art = {
|
||||
boostBig,
|
||||
};
|
||||
|
||||
import welcome from "./tutorial/welcome.png";
|
||||
import tutorialChat from "./tutorial/chat.png";
|
||||
import coins from "./tutorial/coins.png";
|
||||
import followProgress from "./tutorial/followProgress.png";
|
||||
import tutorialTasks from "./tutorial/tasks.png";
|
||||
|
||||
export const tutorial = {
|
||||
welcome,
|
||||
chat: tutorialChat,
|
||||
@@ -182,25 +210,10 @@ export const tutorial = {
|
||||
tasks: tutorialTasks,
|
||||
};
|
||||
|
||||
import loginAppDashboard from "./mockups/loginAppDashboard.png";
|
||||
|
||||
export const mockups = {
|
||||
loginAppDashboard,
|
||||
};
|
||||
|
||||
import writingBG from "./UI/writingBG.png";
|
||||
import studioBG from "./UI/studioBG.png";
|
||||
import studioBG2 from "./UI/studioBG2.png";
|
||||
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";
|
||||
import libraryBG2 from "./UI/libraryBG2.png";
|
||||
import profileBG from "./UI/profileBG.png";
|
||||
import hitParadeBG from "./UI/hitParadeBG.png";
|
||||
import homeBG from "./UI/homeBG.png";
|
||||
|
||||
export const background = {
|
||||
writingBG,
|
||||
studioBG,
|
||||
@@ -216,11 +229,6 @@ export const background = {
|
||||
homeBG,
|
||||
};
|
||||
|
||||
import nathalie from "./UI/nathalie.png";
|
||||
import theo from "./UI/theo.png";
|
||||
import bena from "./UI/bena.png";
|
||||
import john from "./UI/john.png";
|
||||
|
||||
export const ai = {
|
||||
nathalie,
|
||||
theo,
|
||||
@@ -228,13 +236,6 @@ export const ai = {
|
||||
john,
|
||||
};
|
||||
|
||||
import placeholder from "./UI/placeholder.jpg";
|
||||
import placeholder2 from "./UI/placeholder2.jpg";
|
||||
import placeholder3 from "./UI/placeholder3.png";
|
||||
import placeholder4 from "./UI/placeholder4.jpg";
|
||||
import profile from "./UI/profile.jpg";
|
||||
import goodVibe from './UI/goodVibe.png'
|
||||
|
||||
export const img = {
|
||||
placeholder,
|
||||
placeholder2,
|
||||
|
||||
Reference in New Issue
Block a user