move src/images into src/app/images
I'm gonna add a `src/shared` next, and it felt weird for `images` to be a sibling, esp since the images are only for the client app!
|
@ -16,8 +16,8 @@ import { ChevronLeftIcon } from "@chakra-ui/icons";
|
|||
|
||||
import useCurrentUser from "./components/useCurrentUser";
|
||||
|
||||
import HomeLinkIcon from "../images/home-link-icon.png";
|
||||
import HomeLinkIcon2x from "../images/home-link-icon@2x.png";
|
||||
import HomeLinkIcon from "./images/home-link-icon.png";
|
||||
import HomeLinkIcon2x from "./images/home-link-icon@2x.png";
|
||||
|
||||
function GlobalHeader() {
|
||||
return (
|
||||
|
|
|
@ -19,10 +19,10 @@ import { Heading1, useLocalStorage, usePageTitle } from "./util";
|
|||
import OutfitPreview from "./components/OutfitPreview";
|
||||
import SpeciesColorPicker from "./components/SpeciesColorPicker";
|
||||
|
||||
import HomepageSplashImg from "../images/homepage-splash.png";
|
||||
import HomepageSplashImg2x from "../images/homepage-splash@2x.png";
|
||||
import FeedbackXweeImg from "../images/feedback-xwee.png";
|
||||
import FeedbackXweeImg2x from "../images/feedback-xwee@2x.png";
|
||||
import HomepageSplashImg from "./images/homepage-splash.png";
|
||||
import HomepageSplashImg2x from "./images/homepage-splash@2x.png";
|
||||
import FeedbackXweeImg from "./images/feedback-xwee.png";
|
||||
import FeedbackXweeImg2x from "./images/feedback-xwee@2x.png";
|
||||
|
||||
function HomePage() {
|
||||
usePageTitle(null);
|
||||
|
|
|
@ -27,13 +27,13 @@ import useSupport from "./support/useSupport";
|
|||
import { useLocalStorage } from "../util";
|
||||
|
||||
// From https://twemoji.twitter.com/, thank you!
|
||||
import twemojiSmile from "../../images/twemoji/smile.svg";
|
||||
import twemojiCry from "../../images/twemoji/cry.svg";
|
||||
import twemojiSick from "../../images/twemoji/sick.svg";
|
||||
import twemojiSunglasses from "../../images/twemoji/sunglasses.svg";
|
||||
import twemojiQuestion from "../../images/twemoji/question.svg";
|
||||
import twemojiMasc from "../../images/twemoji/masc.svg";
|
||||
import twemojiFem from "../../images/twemoji/fem.svg";
|
||||
import twemojiSmile from "../images/twemoji/smile.svg";
|
||||
import twemojiCry from "../images/twemoji/cry.svg";
|
||||
import twemojiSick from "../images/twemoji/sick.svg";
|
||||
import twemojiSunglasses from "../images/twemoji/sunglasses.svg";
|
||||
import twemojiQuestion from "../images/twemoji/question.svg";
|
||||
import twemojiMasc from "../images/twemoji/masc.svg";
|
||||
import twemojiFem from "../images/twemoji/fem.svg";
|
||||
|
||||
const PosePickerSupport = loadable(() => import("./support/PosePickerSupport"));
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
import React from "react";
|
||||
import { Box, Flex, Tooltip } from "@chakra-ui/react";
|
||||
|
||||
import WIPXweeImg from "../../images/wip-xwee.png";
|
||||
import WIPXweeImg2x from "../../images/wip-xwee@2x.png";
|
||||
import WIPXweeImg from "../images/wip-xwee.png";
|
||||
import WIPXweeImg2x from "../images/wip-xwee@2x.png";
|
||||
|
||||
function WIPCallout({ children, details }) {
|
||||
let content = (
|
||||
|
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 55 KiB |
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 388 B After Width: | Height: | Size: 388 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 920 B After Width: | Height: | Size: 920 B |
Before Width: | Height: | Size: 997 B After Width: | Height: | Size: 997 B |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 8.3 KiB |