Landing/.idea/workspace.xml
2026-07-29 13:25:44 +03:00

206 lines
No EOL
15 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AutoImportSettings">
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="BackgroundAgentGlobalSettings">
<option name="selectedModelId" value="auto" />
</component>
<component name="ChangeListManager">
<list default="true" id="01345e21-67ff-441a-b47b-439ace178327" name="Changes" comment="Add captcha verification to contact form and improve error handling">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/README.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/astro.config.mjs" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/astro.config.mjs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/package.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/pnpm-lock.yaml" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/pnpm-lock.yaml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/projects/custom-pc4u.png" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/projects/custom-pc4u.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/projects/mockba-modular.png" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/projects/mockba-modular.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/projects/pryatki.png" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/projects/pryatki.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/projects/sizzapp.png" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/projects/sizzapp.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/projects/trackpro.png" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/projects/trackpro.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/BaseHead.astro" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/components/BaseHead.astro" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/ContactForm/ContactForm.astro" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/components/ContactForm/ContactForm.astro" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/ContactForm/contact-form.style.css" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/components/ContactForm/contact-form.style.css" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/Contacts/Contacts.astro" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/components/Contacts/Contacts.astro" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/Contacts/contacts.style.css" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/components/Contacts/contacts.style.css" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/Footer/Footer.astro" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/components/Footer/Footer.astro" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/Footer/footer.style.css" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/components/Footer/footer.style.css" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/FormInput/FormInput.astro" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/components/FormInput/FormInput.astro" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/FormInput/form-input.style.css" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/components/FormInput/form-input.style.css" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/FormattedDate.astro" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/components/FormattedDate.astro" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/Header.astro" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/Header/Header.astro" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/components/Header/Header.astro" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/Header/header.style.css" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/components/Header/header.style.css" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/HeaderLink.astro" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/components/HeaderLink.astro" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/HomePage.astro" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/components/HomePage.astro" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/consts.ts" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/consts.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/content.config.ts" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/content.config.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/content/blog/first-post.md" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/content/blog/first-post.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/content/blog/markdown-style-guide.md" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/content/blog/markdown-style-guide.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/content/blog/second-post.md" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/content/blog/second-post.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/content/blog/third-post.md" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/content/blog/third-post.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/content/blog/using-mdx.mdx" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/content/blog/using-mdx.mdx" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/i18n/ui.ts" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/i18n/ui.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/i18n/utils.ts" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/i18n/utils.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/layouts/BlogPost.astro" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/layouts/BlogPost.astro" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/pages/about.astro" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/pages/about.astro" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/pages/blog/[...slug].astro" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/pages/blog/[...slug].astro" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/pages/blog/index.astro" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/pages/blog/index.astro" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/pages/lv/index.astro" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/pages/lv/index.astro" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/pages/rss.xml.js" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/pages/rss.xml.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/styles/global.css" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/styles/global.css" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/styles/index.css" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/styles/index.css" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/styles/reset.css" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/styles/reset.css" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/translations/en.json" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/translations/en.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/src/translations/lv.json" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/translations/lv.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/AstroLanding/tsconfig.json" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/tsconfig.json" afterDir="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="CopilotPersistence">
<persistenceIdMap>
<entry key="_/Users/sergejskozinecs/MIDCreative/Landing" value="2yH86MRbQxz5i3OVEdtNpqyPg19" />
</persistenceIdMap>
</component>
<component name="FileTemplateManagerImpl">
<option name="RECENT_TEMPLATES">
<list>
<option value="Astro Component" />
<option value="CSS File" />
</list>
</option>
</component>
<component name="Git.Settings">
<option name="RECENT_BRANCH_BY_REPOSITORY">
<map>
<entry key="$PROJECT_DIR$" value="main" />
</map>
</option>
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="ProjectColorInfo">{
&quot;associatedIndex&quot;: 7
}</component>
<component name="ProjectId" id="2yH86MRbQxz5i3OVEdtNpqyPg19" />
<component name="ProjectSessionTemplates">
<option name="panelTemplate">
<template>
<option name="modeId" value="Ask" />
<option name="model">
<model>
<option name="modelType" value="builtin_id" />
<option name="modelValue" value="auto" />
</model>
</option>
<option name="targetType" value="BACKGROUND" />
<option name="worktreeMode" value="WORKSPACE" />
</template>
</option>
</component>
<component name="ProjectViewState">
<option name="autoscrollFromSource" value="true" />
<option name="autoscrollToSource" value="true" />
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent"><![CDATA[{
"keyToString": {
"ModuleVcsDetector.initialDetectionPerformed": "true",
"RunOnceActivity.ShowReadmeOnStart": "true",
"RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true",
"RunOnceActivity.git.unshallow": "true",
"RunOnceActivity.typescript.service.memoryLimit.init": "true",
"codeWithMe.voiceChat.enabledByDefault": "false",
"copilot.chat.legacySessionMetadata.migrated": "true",
"git-widget-placeholder": "astro-migration",
"javascript.preferred.runtime.type.id": "node",
"js.debugger.nextJs.config.created.client": "true",
"js.debugger.nextJs.config.created.server": "true",
"junie.onboarding.icon.badge.shown": "true",
"last_opened_file_path": "/Users/sergejskozinecs/MIDCreative/Landing/AstroLanding/src",
"list.type.of.created.stylesheet": "CSS",
"node.js.detected.package.eslint": "true",
"node.js.detected.package.jshint": "true",
"node.js.detected.package.tslint": "true",
"node.js.selected.package.eslint": "(autodetect)",
"node.js.selected.package.jshint": "",
"node.js.selected.package.tslint": "(autodetect)",
"nodejs_package_manager_path": "yarn",
"settings.editor.selected.configurable": "project.propVCSSupport.DirectoryMappings",
"ts.external.directory.path": "/Users/sergejskozinecs/Applications/WebStorm.app/Contents/plugins/javascript-plugin/jsLanguageServicesImpl/external",
"vue.rearranger.settings.migration": "true"
}
}]]></component>
<component name="RecentsManager">
<key name="CopyFile.RECENT_KEYS">
<recent name="$PROJECT_DIR$/AstroLanding/src" />
<recent name="$PROJECT_DIR$/AstroLanding/src/components/Footer" />
</key>
<key name="MoveFile.RECENT_KEYS">
<recent name="$PROJECT_DIR$/AstroLanding/src/components/Contacts" />
<recent name="$PROJECT_DIR$/AstroLanding/src/components/Footer" />
<recent name="$PROJECT_DIR$/AstroLanding/src/components" />
<recent name="$PROJECT_DIR$/AstroLanding/src/styles" />
<recent name="$PROJECT_DIR$/AstroLanding/src/assets" />
</key>
</component>
<component name="RunManager" selected="npm.Next.js: server-side">
<configuration name="Next.js: debug client-side" type="JavascriptDebugType" uri="http://localhost:3000/">
<method v="2" />
</configuration>
<configuration name="Next.js: server-side" type="js.build_tools.npm">
<package-json value="$PROJECT_DIR$/package.json" />
<command value="run" />
<scripts>
<script value="dev" />
</scripts>
<node-interpreter value="project" />
<envs />
<method v="2" />
</configuration>
</component>
<component name="SharedIndexes">
<attachedChunks>
<set>
<option value="bundled-js-predefined-d6986cc7102b-4abd2a77f808-JavaScript-WS-262.8665.259" />
</set>
</attachedChunks>
</component>
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="01345e21-67ff-441a-b47b-439ace178327" name="Changes" comment="" />
<created>1749479961271</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1749479961271</updated>
<workItem from="1749479962358" duration="3291000" />
<workItem from="1750329701914" duration="64000" />
<workItem from="1750329776913" duration="2946000" />
<workItem from="1784537953715" duration="6202000" />
<workItem from="1784899208755" duration="13951000" />
<workItem from="1785220782898" duration="240000" />
<workItem from="1785317634340" duration="2709000" />
</task>
<task id="LOCAL-00001" summary="Add captcha verification to contact form and improve error handling">
<option name="closed" value="true" />
<created>1784538195783</created>
<option name="number" value="00001" />
<option name="presentableId" value="LOCAL-00001" />
<option name="project" value="LOCAL" />
<updated>1784538195783</updated>
</task>
<option name="localTasksCounter" value="2" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
</component>
<component name="VcsManagerConfiguration">
<MESSAGE value="some latest test changes" />
<MESSAGE value="Add captcha verification to contact form and improve error handling" />
<option name="LAST_COMMIT_MESSAGE" value="Add captcha verification to contact form and improve error handling" />
</component>
</project>