mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-07 09:24:55 +05:30
chore: png icon
This commit is contained in:
parent
992d7c4376
commit
57fe32d15f
4 changed files with 18 additions and 21 deletions
34
.idea/workspace.xml
generated
34
.idea/workspace.xml
generated
|
|
@ -4,11 +4,11 @@
|
|||
<option name="autoReloadType" value="SELECTIVE" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="b30e2810-c4c1-4aad-b134-794e52cc1c7d" name="Changes" comment="chore: new logo and font">
|
||||
<change afterPath="$PROJECT_DIR$/src/assets/logo-white.png" afterDir="false" />
|
||||
<list default="true" id="b30e2810-c4c1-4aad-b134-794e52cc1c7d" name="Changes" comment="chore: white logo">
|
||||
<change afterPath="$PROJECT_DIR$/public/favicon.png" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/assets/logo.png" beforeDir="false" afterPath="$PROJECT_DIR$/src/assets/logo.png" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/components/Navbar/index.tsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/Navbar/index.tsx" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/index.html" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/public/favicon.svg" beforeDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
|
|
@ -257,7 +257,7 @@
|
|||
"git-widget-placeholder": "main",
|
||||
"ignore.virus.scanning.warn.message": "true",
|
||||
"kotlin-language-version-configured": "true",
|
||||
"last_opened_file_path": "C:/Users/Ibrahima/IdeaProjects/omni-tools/src/assets",
|
||||
"last_opened_file_path": "C:/Users/Ibrahima/IdeaProjects/omni-tools/public",
|
||||
"node.js.detected.package.eslint": "true",
|
||||
"node.js.detected.package.tslint": "true",
|
||||
"node.js.selected.package.eslint": "(autodetect)",
|
||||
|
|
@ -291,11 +291,11 @@
|
|||
</component>
|
||||
<component name="RecentsManager">
|
||||
<key name="CopyFile.RECENT_KEYS">
|
||||
<recent name="C:\Users\Ibrahima\IdeaProjects\omni-tools\public" />
|
||||
<recent name="C:\Users\Ibrahima\IdeaProjects\omni-tools\src\assets" />
|
||||
<recent name="C:\Users\Ibrahima\IdeaProjects\omni-tools\public\assets\fonts\quicksand" />
|
||||
<recent name="C:\Users\Ibrahima\IdeaProjects\omni-tools\public\assets\fonts" />
|
||||
<recent name="C:\Users\Ibrahima\IdeaProjects\omni-tools\src\pages\tools\json" />
|
||||
<recent name="C:\Users\Ibrahima\IdeaProjects\omni-tools\src" />
|
||||
</key>
|
||||
<key name="MoveFile.RECENT_KEYS">
|
||||
<recent name="C:\Users\Ibrahima\IdeaProjects\omni-tools\src\lib\ghostscript" />
|
||||
|
|
@ -495,14 +495,6 @@
|
|||
<workItem from="1749047510481" duration="879000" />
|
||||
<workItem from="1751846528195" duration="4358000" />
|
||||
</task>
|
||||
<task id="LOCAL-00158" summary="fix: prettify json">
|
||||
<option name="closed" value="true" />
|
||||
<created>1741543732607</created>
|
||||
<option name="number" value="00158" />
|
||||
<option name="presentableId" value="LOCAL-00158" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1741543732607</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00159" summary="refactor: sum">
|
||||
<option name="closed" value="true" />
|
||||
<created>1741544086061</created>
|
||||
|
|
@ -887,7 +879,15 @@
|
|||
<option name="project" value="LOCAL" />
|
||||
<updated>1752022118199</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="207" />
|
||||
<task id="LOCAL-00207" summary="chore: white logo">
|
||||
<option name="closed" value="true" />
|
||||
<created>1752022731608</created>
|
||||
<option name="number" value="00207" />
|
||||
<option name="presentableId" value="LOCAL-00207" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1752022731608</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="208" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="TypeScriptGeneratedFilesManager">
|
||||
|
|
@ -934,7 +934,6 @@
|
|||
<option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="false" />
|
||||
<option name="CHECK_NEW_TODO" value="false" />
|
||||
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
|
||||
<MESSAGE value="feat: compress pdf" />
|
||||
<MESSAGE value="refactor: compress pdf" />
|
||||
<MESSAGE value="refactor: lib" />
|
||||
<MESSAGE value="fix: path" />
|
||||
|
|
@ -959,7 +958,8 @@
|
|||
<MESSAGE value="chore: remove flip x and y" />
|
||||
<MESSAGE value="fix: tsc" />
|
||||
<MESSAGE value="chore: new logo and font" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="chore: new logo and font" />
|
||||
<MESSAGE value="chore: white logo" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="chore: white logo" />
|
||||
</component>
|
||||
<component name="VgoProject">
|
||||
<integration-enabled>false</integration-enabled>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue