workspace.xml 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="c45bf7d2-992f-400a-8194-6f236ee5f805" name="Changes" comment="">
  5. <change afterPath="$PROJECT_DIR$/final-project/src/App.css" afterDir="false" />
  6. <change afterPath="$PROJECT_DIR$/final-project/src/App.js" afterDir="false" />
  7. <change afterPath="$PROJECT_DIR$/final-project/src/components/Dialogs/Dialog.module.css" afterDir="false" />
  8. <change afterPath="$PROJECT_DIR$/final-project/src/components/Dialogs/Dialogs.js" afterDir="false" />
  9. <change afterPath="$PROJECT_DIR$/final-project/src/components/Header/Header.css" afterDir="false" />
  10. <change afterPath="$PROJECT_DIR$/final-project/src/components/Header/Header.js" afterDir="false" />
  11. <change afterPath="$PROJECT_DIR$/final-project/src/components/NavBar/NavBar.js" afterDir="false" />
  12. <change afterPath="$PROJECT_DIR$/final-project/src/components/NavBar/NavBar.modules.css" afterDir="false" />
  13. <change afterPath="$PROJECT_DIR$/final-project/src/components/Profile/MyPost/Profile.js" afterDir="false" />
  14. <change afterPath="$PROJECT_DIR$/final-project/src/components/Profile/Profile.js" afterDir="false" />
  15. <change afterPath="$PROJECT_DIR$/final-project/src/components/Profile/Profile.module.css" afterDir="false" />
  16. <change afterPath="$PROJECT_DIR$/final-project/src/components/Profile/ProfileInfo/ProfileInfo.js" afterDir="false" />
  17. <change afterPath="$PROJECT_DIR$/my-app/src/components/Dialogs/DialogItem/DialogItem.js" afterDir="false" />
  18. <change afterPath="$PROJECT_DIR$/my-app/src/components/Dialogs/DialogItem/DialogItem.module.css" afterDir="false" />
  19. <change afterPath="$PROJECT_DIR$/my-app/src/components/Dialogs/Dialogs.js" afterDir="false" />
  20. <change afterPath="$PROJECT_DIR$/my-app/src/components/Dialogs/Dialogs.module.css" afterDir="false" />
  21. <change afterPath="$PROJECT_DIR$/my-app/src/components/Dialogs/DialogsContainer.js" afterDir="false" />
  22. <change afterPath="$PROJECT_DIR$/my-app/src/components/Dialogs/Message/Message.js" afterDir="false" />
  23. <change afterPath="$PROJECT_DIR$/my-app/src/components/Friends/Friends.js" afterDir="false" />
  24. <change afterPath="$PROJECT_DIR$/my-app/src/components/Friends/Friends.module.css" afterDir="false" />
  25. <change afterPath="$PROJECT_DIR$/my-app/src/components/Header/Header.css" afterDir="false" />
  26. <change afterPath="$PROJECT_DIR$/my-app/src/components/Header/Header.js" afterDir="false" />
  27. <change afterPath="$PROJECT_DIR$/my-app/src/components/Music/Music.js" afterDir="false" />
  28. <change afterPath="$PROJECT_DIR$/my-app/src/components/NavBar/NavBar.js" afterDir="false" />
  29. <change afterPath="$PROJECT_DIR$/my-app/src/components/NavBar/Navbar.module.css" afterDir="false" />
  30. <change afterPath="$PROJECT_DIR$/my-app/src/components/News/News.js" afterDir="false" />
  31. <change afterPath="$PROJECT_DIR$/my-app/src/components/Profile/MyPosts/MyPosts.js" afterDir="false" />
  32. <change afterPath="$PROJECT_DIR$/my-app/src/components/Profile/MyPosts/MyPosts.module.css" afterDir="false" />
  33. <change afterPath="$PROJECT_DIR$/my-app/src/components/Profile/MyPosts/MyPostsContainer.js" afterDir="false" />
  34. <change afterPath="$PROJECT_DIR$/my-app/src/components/Profile/MyPosts/Post/Post.js" afterDir="false" />
  35. <change afterPath="$PROJECT_DIR$/my-app/src/components/Profile/MyPosts/Post/Post.module.css" afterDir="false" />
  36. <change afterPath="$PROJECT_DIR$/my-app/src/components/Profile/Profile.js" afterDir="false" />
  37. <change afterPath="$PROJECT_DIR$/my-app/src/components/Profile/Profile.module.css" afterDir="false" />
  38. <change afterPath="$PROJECT_DIR$/my-app/src/components/Profile/ProfileInfo/ProfileInfo.js" afterDir="false" />
  39. <change afterPath="$PROJECT_DIR$/my-app/src/components/Profile/ProfileInfo/ProfileInfo.module.css" afterDir="false" />
  40. <change afterPath="$PROJECT_DIR$/my-app/src/components/Setting/Setting.js" afterDir="false" />
  41. <change afterPath="$PROJECT_DIR$/my-app/src/components/Users/Users.js" afterDir="false" />
  42. <change afterPath="$PROJECT_DIR$/my-app/src/components/Users/Users.module.css" afterDir="false" />
  43. <change afterPath="$PROJECT_DIR$/my-app/src/components/Users/UsersContainer.js" afterDir="false" />
  44. <change afterPath="$PROJECT_DIR$/my-app/src/redux/DialogsReducer.js" afterDir="false" />
  45. <change afterPath="$PROJECT_DIR$/my-app/src/redux/ProfileReducer.js" afterDir="false" />
  46. <change afterPath="$PROJECT_DIR$/my-app/src/redux/UsersReducer.js" afterDir="false" />
  47. <change afterPath="$PROJECT_DIR$/my-app/src/redux/reduxStore.js" afterDir="false" />
  48. <change afterPath="$PROJECT_DIR$/my-app/src/redux/store.js" afterDir="false" />
  49. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  50. <change beforePath="$PROJECT_DIR$/HW_react_1/my-app/.gitignore" beforeDir="false" />
  51. <change beforePath="$PROJECT_DIR$/HW_react_1/my-app/README.md" beforeDir="false" />
  52. <change beforePath="$PROJECT_DIR$/HW_react_1/my-app/package-lock.json" beforeDir="false" />
  53. <change beforePath="$PROJECT_DIR$/HW_react_1/my-app/package.json" beforeDir="false" />
  54. <change beforePath="$PROJECT_DIR$/HW_react_1/my-app/public/favicon.ico" beforeDir="false" />
  55. <change beforePath="$PROJECT_DIR$/HW_react_1/my-app/public/index.html" beforeDir="false" />
  56. <change beforePath="$PROJECT_DIR$/HW_react_1/my-app/public/logo192.png" beforeDir="false" />
  57. <change beforePath="$PROJECT_DIR$/HW_react_1/my-app/public/logo512.png" beforeDir="false" />
  58. <change beforePath="$PROJECT_DIR$/HW_react_1/my-app/public/manifest.json" beforeDir="false" />
  59. <change beforePath="$PROJECT_DIR$/HW_react_1/my-app/public/robots.txt" beforeDir="false" />
  60. <change beforePath="$PROJECT_DIR$/HW_react_1/my-app/src/App.css" beforeDir="false" />
  61. <change beforePath="$PROJECT_DIR$/HW_react_1/my-app/src/App.js" beforeDir="false" />
  62. <change beforePath="$PROJECT_DIR$/HW_react_1/my-app/src/App.test.js" beforeDir="false" />
  63. <change beforePath="$PROJECT_DIR$/HW_react_1/my-app/src/index.css" beforeDir="false" />
  64. <change beforePath="$PROJECT_DIR$/HW_react_1/my-app/src/index.js" beforeDir="false" />
  65. <change beforePath="$PROJECT_DIR$/HW_react_1/my-app/src/logo.svg" beforeDir="false" />
  66. <change beforePath="$PROJECT_DIR$/HW_react_1/my-app/src/reportWebVitals.js" beforeDir="false" />
  67. <change beforePath="$PROJECT_DIR$/HW_react_1/my-app/src/setupTests.js" beforeDir="false" />
  68. <change beforePath="$PROJECT_DIR$/rgb.js" beforeDir="false" />
  69. </list>
  70. <option name="SHOW_DIALOG" value="false" />
  71. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  72. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  73. <option name="LAST_RESOLUTION" value="IGNORE" />
  74. </component>
  75. <component name="FileTemplateManagerImpl">
  76. <option name="RECENT_TEMPLATES">
  77. <list>
  78. <option value="HTML File" />
  79. <option value="JavaScript File" />
  80. <option value="CSS File" />
  81. </list>
  82. </option>
  83. </component>
  84. <component name="Git.Settings">
  85. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  86. </component>
  87. <component name="MarkdownSettingsMigration">
  88. <option name="stateVersion" value="1" />
  89. </component>
  90. <component name="ProjectId" id="2GgNZ329E5w1ezcqpz5oDd2765I" />
  91. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  92. <component name="ProjectViewState">
  93. <option name="hideEmptyMiddlePackages" value="true" />
  94. <option name="showLibraryContents" value="true" />
  95. </component>
  96. <component name="PropertiesComponent"><![CDATA[{
  97. "keyToString": {
  98. "DefaultHtmlFileTemplate": "HTML File",
  99. "RunOnceActivity.OpenProjectViewOnStart": "true",
  100. "RunOnceActivity.ShowReadmeOnStart": "true",
  101. "WebServerToolWindowFactoryState": "false",
  102. "last_opened_file_path": "C:/HipstaGram-master (2)",
  103. "list.type.of.created.stylesheet": "CSS",
  104. "nodejs_package_manager_path": "npm",
  105. "settings.editor.selected.configurable": "preferences.pluginManager",
  106. "ts.external.directory.path": "C:\\Program Files\\JetBrains\\WebStorm 2022.2\\plugins\\JavaScriptLanguage\\jsLanguageServicesImpl\\external",
  107. "vue.rearranger.settings.migration": "true"
  108. }
  109. }]]></component>
  110. <component name="RecentsManager">
  111. <key name="CopyFile.RECENT_KEYS">
  112. <recent name="C:\A-Level\JS\final-project\src\components\Profile\ProfileInfo" />
  113. <recent name="C:\A-Level\JS\final-project\src\components\Profile\MyPosts" />
  114. <recent name="C:\A-Level\JS\final-project\src" />
  115. <recent name="C:\A-Level\JS\my-app\src\components\Users" />
  116. <recent name="C:\A-Level\JS\my-app\src\redux" />
  117. </key>
  118. <key name="MoveFile.RECENT_KEYS">
  119. <recent name="C:\A-Level\JS\final-project\src\component\Profile" />
  120. <recent name="C:\A-Level\JS\my-app\src\components\Friens" />
  121. <recent name="C:\A-Level\JS\my-app\src\components\Profile" />
  122. <recent name="C:\A-Level\JS\my-app\src\components\NavBar" />
  123. <recent name="C:\A-Level\JS\my-app\src\components\Header" />
  124. </key>
  125. </component>
  126. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  127. <component name="TaskManager">
  128. <task active="true" id="Default" summary="Default task">
  129. <changelist id="c45bf7d2-992f-400a-8194-6f236ee5f805" name="Changes" comment="" />
  130. <created>1666806319259</created>
  131. <option name="number" value="Default" />
  132. <option name="presentableId" value="Default" />
  133. <updated>1666806319259</updated>
  134. <workItem from="1666806320798" duration="3213000" />
  135. <workItem from="1666895316144" duration="12965000" />
  136. <workItem from="1667031248169" duration="20685000" />
  137. <workItem from="1667222070297" duration="1039000" />
  138. <workItem from="1667223201596" duration="5138000" />
  139. <workItem from="1667248116311" duration="1135000" />
  140. <workItem from="1667253685998" duration="157000" />
  141. <workItem from="1667306249659" duration="9536000" />
  142. <workItem from="1667322210453" duration="4316000" />
  143. <workItem from="1667379562730" duration="15070000" />
  144. <workItem from="1667420416428" duration="12324000" />
  145. <workItem from="1667488127265" duration="10949000" />
  146. <workItem from="1667554129554" duration="26665000" />
  147. <workItem from="1667638076419" duration="35685000" />
  148. <workItem from="1667817859511" duration="1908000" />
  149. <workItem from="1667847126461" duration="5051000" />
  150. <workItem from="1667890124866" duration="69765000" />
  151. <workItem from="1668117208152" duration="114564000" />
  152. <workItem from="1668934156041" duration="2171000" />
  153. <workItem from="1668936521847" duration="15558000" />
  154. <workItem from="1669205144329" duration="48636000" />
  155. <workItem from="1669384123508" duration="1647000" />
  156. <workItem from="1669475690086" duration="3995000" />
  157. <workItem from="1669725693806" duration="34828000" />
  158. <workItem from="1669843943175" duration="5002000" />
  159. <workItem from="1669966012431" duration="34799000" />
  160. <workItem from="1670226413389" duration="30307000" />
  161. <workItem from="1670585530619" duration="66786000" />
  162. <workItem from="1670959529015" duration="10774000" />
  163. <workItem from="1671047485199" duration="1057000" />
  164. <workItem from="1671053770231" duration="45439000" />
  165. <workItem from="1671438653562" duration="125185000" />
  166. <workItem from="1672733045005" duration="21066000" />
  167. <workItem from="1673014908083" duration="6454000" />
  168. <workItem from="1673032789352" duration="6725000" />
  169. <workItem from="1673087477277" duration="1809000" />
  170. <workItem from="1673277859260" duration="1188000" />
  171. <workItem from="1673279136550" duration="15941000" />
  172. <workItem from="1673512789885" duration="17176000" />
  173. <workItem from="1673679696247" duration="643000" />
  174. <workItem from="1673856577763" duration="1291000" />
  175. <workItem from="1673857985833" duration="2260000" />
  176. <workItem from="1673866221595" duration="50000" />
  177. <workItem from="1673872780739" duration="114000" />
  178. <workItem from="1673872907705" duration="50000" />
  179. <workItem from="1673873068792" duration="436000" />
  180. <workItem from="1673881143203" duration="1053000" />
  181. <workItem from="1673900471122" duration="7540000" />
  182. <workItem from="1673947281698" duration="5265000" />
  183. <workItem from="1673959657006" duration="61406000" />
  184. <workItem from="1674315750693" duration="18431000" />
  185. <workItem from="1674413962218" duration="30270000" />
  186. <workItem from="1674670731917" duration="32222000" />
  187. <workItem from="1674856401303" duration="1332000" />
  188. <workItem from="1674903743476" duration="36957000" />
  189. <workItem from="1675282416423" duration="1017000" />
  190. <workItem from="1675342216018" duration="13019000" />
  191. <workItem from="1675590048953" duration="10038000" />
  192. <workItem from="1675786107956" duration="65000" />
  193. <workItem from="1675869407667" duration="8536000" />
  194. <workItem from="1675980572395" duration="605000" />
  195. <workItem from="1676018356316" duration="16277000" />
  196. <workItem from="1676059927673" duration="70488000" />
  197. <workItem from="1676534503116" duration="38119000" />
  198. <workItem from="1676719260503" duration="67915000" />
  199. <workItem from="1676987868108" duration="7277000" />
  200. <workItem from="1677015437421" duration="14053000" />
  201. <workItem from="1677099793698" duration="24000" />
  202. </task>
  203. <servers />
  204. </component>
  205. <component name="TypeScriptGeneratedFilesManager">
  206. <option name="version" value="3" />
  207. </component>
  208. <component name="Vcs.Log.Tabs.Properties">
  209. <option name="TAB_STATES">
  210. <map>
  211. <entry key="MAIN">
  212. <value>
  213. <State />
  214. </value>
  215. </entry>
  216. </map>
  217. </option>
  218. </component>
  219. </project>