123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project version="4">
- <component name="ChangeListManager">
- <list default="true" id="c45bf7d2-992f-400a-8194-6f236ee5f805" name="Changes" comment="">
- <change afterPath="$PROJECT_DIR$/final-project/src/App.css" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/final-project/src/App.js" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/final-project/src/components/Dialogs/Dialog.module.css" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/final-project/src/components/Dialogs/Dialogs.js" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/final-project/src/components/Header/Header.css" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/final-project/src/components/Header/Header.js" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/final-project/src/components/NavBar/NavBar.js" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/final-project/src/components/NavBar/NavBar.modules.css" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/final-project/src/components/Profile/MyPost/Profile.js" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/final-project/src/components/Profile/Profile.js" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/final-project/src/components/Profile/Profile.module.css" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/final-project/src/components/Profile/ProfileInfo/ProfileInfo.js" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/my-app/src/components/Dialogs/DialogItem/DialogItem.js" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/my-app/src/components/Dialogs/DialogItem/DialogItem.module.css" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/my-app/src/components/Dialogs/Dialogs.js" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/my-app/src/components/Dialogs/Dialogs.module.css" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/my-app/src/components/Dialogs/DialogsContainer.js" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/my-app/src/components/Dialogs/Message/Message.js" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/my-app/src/components/Friends/Friends.js" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/my-app/src/components/Friends/Friends.module.css" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/my-app/src/components/Header/Header.css" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/my-app/src/components/Header/Header.js" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/my-app/src/components/Music/Music.js" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/my-app/src/components/NavBar/NavBar.js" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/my-app/src/components/NavBar/Navbar.module.css" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/my-app/src/components/News/News.js" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/my-app/src/components/Profile/MyPosts/MyPosts.js" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/my-app/src/components/Profile/MyPosts/MyPosts.module.css" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/my-app/src/components/Profile/MyPosts/MyPostsContainer.js" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/my-app/src/components/Profile/MyPosts/Post/Post.js" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/my-app/src/components/Profile/MyPosts/Post/Post.module.css" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/my-app/src/components/Profile/Profile.js" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/my-app/src/components/Profile/Profile.module.css" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/my-app/src/components/Profile/ProfileInfo/ProfileInfo.js" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/my-app/src/components/Profile/ProfileInfo/ProfileInfo.module.css" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/my-app/src/components/Setting/Setting.js" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/my-app/src/components/Users/Users.js" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/my-app/src/components/Users/Users.module.css" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/my-app/src/components/Users/UsersContainer.js" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/my-app/src/redux/DialogsReducer.js" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/my-app/src/redux/ProfileReducer.js" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/my-app/src/redux/UsersReducer.js" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/my-app/src/redux/reduxStore.js" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/my-app/src/redux/store.js" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/HW_react_1/my-app/.gitignore" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/HW_react_1/my-app/README.md" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/HW_react_1/my-app/package-lock.json" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/HW_react_1/my-app/package.json" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/HW_react_1/my-app/public/favicon.ico" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/HW_react_1/my-app/public/index.html" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/HW_react_1/my-app/public/logo192.png" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/HW_react_1/my-app/public/logo512.png" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/HW_react_1/my-app/public/manifest.json" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/HW_react_1/my-app/public/robots.txt" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/HW_react_1/my-app/src/App.css" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/HW_react_1/my-app/src/App.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/HW_react_1/my-app/src/App.test.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/HW_react_1/my-app/src/index.css" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/HW_react_1/my-app/src/index.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/HW_react_1/my-app/src/logo.svg" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/HW_react_1/my-app/src/reportWebVitals.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/HW_react_1/my-app/src/setupTests.js" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/rgb.js" beforeDir="false" />
- </list>
- <option name="SHOW_DIALOG" value="false" />
- <option name="HIGHLIGHT_CONFLICTS" value="true" />
- <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
- <option name="LAST_RESOLUTION" value="IGNORE" />
- </component>
- <component name="FileTemplateManagerImpl">
- <option name="RECENT_TEMPLATES">
- <list>
- <option value="HTML File" />
- <option value="JavaScript File" />
- <option value="CSS File" />
- </list>
- </option>
- </component>
- <component name="Git.Settings">
- <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
- </component>
- <component name="MarkdownSettingsMigration">
- <option name="stateVersion" value="1" />
- </component>
- <component name="ProjectId" id="2GgNZ329E5w1ezcqpz5oDd2765I" />
- <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
- <component name="ProjectViewState">
- <option name="hideEmptyMiddlePackages" value="true" />
- <option name="showLibraryContents" value="true" />
- </component>
- <component name="PropertiesComponent"><![CDATA[{
- "keyToString": {
- "DefaultHtmlFileTemplate": "HTML File",
- "RunOnceActivity.OpenProjectViewOnStart": "true",
- "RunOnceActivity.ShowReadmeOnStart": "true",
- "WebServerToolWindowFactoryState": "false",
- "last_opened_file_path": "C:/HipstaGram-master (2)",
- "list.type.of.created.stylesheet": "CSS",
- "nodejs_package_manager_path": "npm",
- "settings.editor.selected.configurable": "preferences.pluginManager",
- "ts.external.directory.path": "C:\\Program Files\\JetBrains\\WebStorm 2022.2\\plugins\\JavaScriptLanguage\\jsLanguageServicesImpl\\external",
- "vue.rearranger.settings.migration": "true"
- }
- }]]></component>
- <component name="RecentsManager">
- <key name="CopyFile.RECENT_KEYS">
- <recent name="C:\A-Level\JS\final-project\src\components\Profile\ProfileInfo" />
- <recent name="C:\A-Level\JS\final-project\src\components\Profile\MyPosts" />
- <recent name="C:\A-Level\JS\final-project\src" />
- <recent name="C:\A-Level\JS\my-app\src\components\Users" />
- <recent name="C:\A-Level\JS\my-app\src\redux" />
- </key>
- <key name="MoveFile.RECENT_KEYS">
- <recent name="C:\A-Level\JS\final-project\src\component\Profile" />
- <recent name="C:\A-Level\JS\my-app\src\components\Friens" />
- <recent name="C:\A-Level\JS\my-app\src\components\Profile" />
- <recent name="C:\A-Level\JS\my-app\src\components\NavBar" />
- <recent name="C:\A-Level\JS\my-app\src\components\Header" />
- </key>
- </component>
- <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
- <component name="TaskManager">
- <task active="true" id="Default" summary="Default task">
- <changelist id="c45bf7d2-992f-400a-8194-6f236ee5f805" name="Changes" comment="" />
- <created>1666806319259</created>
- <option name="number" value="Default" />
- <option name="presentableId" value="Default" />
- <updated>1666806319259</updated>
- <workItem from="1666806320798" duration="3213000" />
- <workItem from="1666895316144" duration="12965000" />
- <workItem from="1667031248169" duration="20685000" />
- <workItem from="1667222070297" duration="1039000" />
- <workItem from="1667223201596" duration="5138000" />
- <workItem from="1667248116311" duration="1135000" />
- <workItem from="1667253685998" duration="157000" />
- <workItem from="1667306249659" duration="9536000" />
- <workItem from="1667322210453" duration="4316000" />
- <workItem from="1667379562730" duration="15070000" />
- <workItem from="1667420416428" duration="12324000" />
- <workItem from="1667488127265" duration="10949000" />
- <workItem from="1667554129554" duration="26665000" />
- <workItem from="1667638076419" duration="35685000" />
- <workItem from="1667817859511" duration="1908000" />
- <workItem from="1667847126461" duration="5051000" />
- <workItem from="1667890124866" duration="69765000" />
- <workItem from="1668117208152" duration="114564000" />
- <workItem from="1668934156041" duration="2171000" />
- <workItem from="1668936521847" duration="15558000" />
- <workItem from="1669205144329" duration="48636000" />
- <workItem from="1669384123508" duration="1647000" />
- <workItem from="1669475690086" duration="3995000" />
- <workItem from="1669725693806" duration="34828000" />
- <workItem from="1669843943175" duration="5002000" />
- <workItem from="1669966012431" duration="34799000" />
- <workItem from="1670226413389" duration="30307000" />
- <workItem from="1670585530619" duration="66786000" />
- <workItem from="1670959529015" duration="10774000" />
- <workItem from="1671047485199" duration="1057000" />
- <workItem from="1671053770231" duration="45439000" />
- <workItem from="1671438653562" duration="125185000" />
- <workItem from="1672733045005" duration="21066000" />
- <workItem from="1673014908083" duration="6454000" />
- <workItem from="1673032789352" duration="6725000" />
- <workItem from="1673087477277" duration="1809000" />
- <workItem from="1673277859260" duration="1188000" />
- <workItem from="1673279136550" duration="15941000" />
- <workItem from="1673512789885" duration="17176000" />
- <workItem from="1673679696247" duration="643000" />
- <workItem from="1673856577763" duration="1291000" />
- <workItem from="1673857985833" duration="2260000" />
- <workItem from="1673866221595" duration="50000" />
- <workItem from="1673872780739" duration="114000" />
- <workItem from="1673872907705" duration="50000" />
- <workItem from="1673873068792" duration="436000" />
- <workItem from="1673881143203" duration="1053000" />
- <workItem from="1673900471122" duration="7540000" />
- <workItem from="1673947281698" duration="5265000" />
- <workItem from="1673959657006" duration="61406000" />
- <workItem from="1674315750693" duration="18431000" />
- <workItem from="1674413962218" duration="30270000" />
- <workItem from="1674670731917" duration="32222000" />
- <workItem from="1674856401303" duration="1332000" />
- <workItem from="1674903743476" duration="36957000" />
- <workItem from="1675282416423" duration="1017000" />
- <workItem from="1675342216018" duration="13019000" />
- <workItem from="1675590048953" duration="10038000" />
- <workItem from="1675786107956" duration="65000" />
- <workItem from="1675869407667" duration="8536000" />
- <workItem from="1675980572395" duration="605000" />
- <workItem from="1676018356316" duration="16277000" />
- <workItem from="1676059927673" duration="70488000" />
- <workItem from="1676534503116" duration="38119000" />
- <workItem from="1676719260503" duration="67915000" />
- <workItem from="1676987868108" duration="7277000" />
- <workItem from="1677015437421" duration="14053000" />
- <workItem from="1677099793698" duration="24000" />
- </task>
- <servers />
- </component>
- <component name="TypeScriptGeneratedFilesManager">
- <option name="version" value="3" />
- </component>
- <component name="Vcs.Log.Tabs.Properties">
- <option name="TAB_STATES">
- <map>
- <entry key="MAIN">
- <value>
- <State />
- </value>
- </entry>
- </map>
- </option>
- </component>
- </project>
|