mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-14 03:48:34 +05:30
feat: reverse list ui
This commit is contained in:
parent
e93b5c5ded
commit
2642e1de9b
3 changed files with 121 additions and 22 deletions
30
.idea/workspace.xml
generated
30
.idea/workspace.xml
generated
|
|
@ -4,10 +4,10 @@
|
|||
<option name="autoReloadType" value="SELECTIVE" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="b30e2810-c4c1-4aad-b134-794e52cc1c7d" name="Changes" comment="feat: find unique ui">
|
||||
<list default="true" id="b30e2810-c4c1-4aad-b134-794e52cc1c7d" name="Changes" comment="feat: group list ui">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/pages/list/find-unique/index.tsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/pages/list/find-unique/index.tsx" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/pages/list/group/index.tsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/pages/list/group/index.tsx" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/pages/list/reverse/index.tsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/pages/list/reverse/index.tsx" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/pages/list/reverse/service.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/pages/list/reverse/service.ts" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
|
|
@ -206,15 +206,7 @@
|
|||
<workItem from="1720557527691" duration="3245000" />
|
||||
<workItem from="1720564427492" duration="1523000" />
|
||||
<workItem from="1720613598176" duration="8000" />
|
||||
<workItem from="1720655252208" duration="1526000" />
|
||||
</task>
|
||||
<task id="LOCAL-00044" summary="fix: readme">
|
||||
<option name="closed" value="true" />
|
||||
<created>1719187190823</created>
|
||||
<option name="number" value="00044" />
|
||||
<option name="presentableId" value="LOCAL-00044" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1719187190823</updated>
|
||||
<workItem from="1720655252208" duration="2568000" />
|
||||
</task>
|
||||
<task id="LOCAL-00045" summary="fix: create-tool.mjs">
|
||||
<option name="closed" value="true" />
|
||||
|
|
@ -600,7 +592,15 @@
|
|||
<option name="project" value="LOCAL" />
|
||||
<updated>1720565760853</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="93" />
|
||||
<task id="LOCAL-00093" summary="feat: group list ui">
|
||||
<option name="closed" value="true" />
|
||||
<created>1720656867853</created>
|
||||
<option name="number" value="00093" />
|
||||
<option name="presentableId" value="LOCAL-00093" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1720656867853</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="94" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="TypeScriptGeneratedFilesManager">
|
||||
|
|
@ -644,7 +644,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="fix: merging branches" />
|
||||
<MESSAGE value="feat: make responsive" />
|
||||
<MESSAGE value="feat: make tool responsive" />
|
||||
<MESSAGE value="chore: make tool examples responsive" />
|
||||
|
|
@ -669,7 +668,8 @@
|
|||
<MESSAGE value="fix: misc" />
|
||||
<MESSAGE value="fix: style" />
|
||||
<MESSAGE value="feat: find unique ui" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="feat: find unique ui" />
|
||||
<MESSAGE value="feat: group list ui" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="feat: group list ui" />
|
||||
</component>
|
||||
<component name="XSLT-Support.FileAssociations.UIState">
|
||||
<expand />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue