claude-space 2.0.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -21,16 +21,29 @@ Full .claude code folder manager (Skills, Commands, Mcps, Subagents, Hooks ..) .
|
|
|
21
21
|
<img src="https://img.shields.io/badge/Claude_Agent_SDK-0.1.59-9f7aea?style=flat-square&logo=anthropic" alt="Claude SDK"/>
|
|
22
22
|
</p>
|
|
23
23
|
<img src="./.meta/mainspace.gif" alt="Claude Space gif" width="100%"/>
|
|
24
|
-
|
|
24
|
+
|
|
25
|
+
|
|
25
26
|
</div>
|
|
26
27
|
|
|
28
|
+
**Quick Start:**
|
|
29
|
+
```bash
|
|
30
|
+
|
|
31
|
+
# Install the app
|
|
32
|
+
npm install -g claude-space
|
|
33
|
+
|
|
34
|
+
# Open the app
|
|
35
|
+
claude-space
|
|
36
|
+
|
|
37
|
+
# Open the canvas in the current directory
|
|
38
|
+
claude-space project .
|
|
39
|
+
```
|
|
27
40
|
---
|
|
28
41
|
|
|
29
42
|
## 🎯 A Claude code what?
|
|
30
43
|
|
|
31
44
|
IDE for building Claude AI agents. Think Blender for agent workflows—visual node graph, real-time testing, export to production config.
|
|
32
45
|
|
|
33
|
-
<img src="./.meta/
|
|
46
|
+
<img src="./.meta/claudespaces.gif" alt="Claude Space gif" width="100%"/>
|
|
34
47
|
|
|
35
48
|
**And Why?** 🧐
|
|
36
49
|
|
|
@@ -39,13 +52,9 @@ Visualizing your agent's brain is just better! 🧠✨
|
|
|
39
52
|
|
|
40
53
|
---
|
|
41
54
|
|
|
42
|
-
## ⚡ Quick Start
|
|
55
|
+
## ⚡ Quick Development Start
|
|
43
56
|
|
|
44
57
|
```bash
|
|
45
|
-
# Install the app
|
|
46
|
-
npm install -g claude-space
|
|
47
|
-
claude-space
|
|
48
|
-
claude-space project .
|
|
49
58
|
|
|
50
59
|
# Or, Clone & run
|
|
51
60
|
git clone https://github.com/FilipeBorges1993/ClaudeSpaceElectron.git
|
|
@@ -4802,11 +4802,11 @@ to {
|
|
|
4802
4802
|
margin-top: -10px;
|
|
4803
4803
|
}
|
|
4804
4804
|
|
|
4805
|
-
.nav-panel[data-v-
|
|
4805
|
+
.nav-panel[data-v-6890b795] {
|
|
4806
4806
|
position: absolute;
|
|
4807
4807
|
top: 0;
|
|
4808
4808
|
right: 0;
|
|
4809
|
-
width:
|
|
4809
|
+
width: 380px;
|
|
4810
4810
|
height: 100vh;
|
|
4811
4811
|
background: linear-gradient(135deg, rgba(25, 25, 35, 0.98) 0%, rgba(15, 15, 25, 0.98) 100%);
|
|
4812
4812
|
border-left: 1px solid rgba(255, 255, 255, 0.15);
|
|
@@ -4818,76 +4818,76 @@ to {
|
|
|
4818
4818
|
overflow: hidden;
|
|
4819
4819
|
font-family: 'Architects Daughter', cursive;
|
|
4820
4820
|
}
|
|
4821
|
-
.panel-header[data-v-
|
|
4821
|
+
.panel-header[data-v-6890b795] {
|
|
4822
4822
|
display: flex;
|
|
4823
4823
|
flex-direction: column;
|
|
4824
4824
|
align-items: center;
|
|
4825
|
-
gap:
|
|
4826
|
-
padding:
|
|
4825
|
+
gap: 4px;
|
|
4826
|
+
padding: 12px 16px 6px;
|
|
4827
4827
|
}
|
|
4828
|
-
.logo-container[data-v-
|
|
4829
|
-
margin-bottom:
|
|
4828
|
+
.logo-container[data-v-6890b795] {
|
|
4829
|
+
margin-bottom: 2px;
|
|
4830
4830
|
}
|
|
4831
|
-
.panel-logo[data-v-
|
|
4832
|
-
width:
|
|
4831
|
+
.panel-logo[data-v-6890b795] {
|
|
4832
|
+
width: 32px;
|
|
4833
4833
|
height: auto;
|
|
4834
4834
|
}
|
|
4835
|
-
.panel-icon[data-v-
|
|
4836
|
-
font-size:
|
|
4835
|
+
.panel-icon[data-v-6890b795] {
|
|
4836
|
+
font-size: 22px;
|
|
4837
4837
|
}
|
|
4838
|
-
.panel-title[data-v-
|
|
4839
|
-
font-size:
|
|
4838
|
+
.panel-title[data-v-6890b795] {
|
|
4839
|
+
font-size: 12px;
|
|
4840
4840
|
font-weight: 400;
|
|
4841
4841
|
color: #fff;
|
|
4842
4842
|
margin: 0;
|
|
4843
4843
|
font-family: 'Architects Daughter', cursive;
|
|
4844
4844
|
}
|
|
4845
|
-
.panel-search[data-v-
|
|
4846
|
-
margin-top: -
|
|
4847
|
-
padding:
|
|
4845
|
+
.panel-search[data-v-6890b795] {
|
|
4846
|
+
margin-top: -6px;
|
|
4847
|
+
padding: 6px 16px;
|
|
4848
4848
|
}
|
|
4849
|
-
.search-input[data-v-
|
|
4849
|
+
.search-input[data-v-6890b795] {
|
|
4850
4850
|
width: 100%;
|
|
4851
4851
|
background: rgba(255, 255, 255, 0.03);
|
|
4852
4852
|
border: 1px solid rgba(255, 255, 255, 0.15);
|
|
4853
|
-
border-radius:
|
|
4854
|
-
padding:
|
|
4853
|
+
border-radius: 8px;
|
|
4854
|
+
padding: 8px 12px;
|
|
4855
4855
|
color: #fff;
|
|
4856
|
-
font-size:
|
|
4856
|
+
font-size: 11px;
|
|
4857
4857
|
font-family: 'Inter', 'Segoe UI', -apple-system, sans-serif;
|
|
4858
4858
|
outline: none;
|
|
4859
4859
|
transition: all 0.3s ease;
|
|
4860
4860
|
text-align: center;
|
|
4861
4861
|
}
|
|
4862
|
-
.search-input[data-v-
|
|
4862
|
+
.search-input[data-v-6890b795]::placeholder {
|
|
4863
4863
|
color: rgba(255, 255, 255, 0.4);
|
|
4864
|
-
font-size:
|
|
4864
|
+
font-size: 10px;
|
|
4865
4865
|
}
|
|
4866
|
-
.search-input[data-v-
|
|
4866
|
+
.search-input[data-v-6890b795]:focus {
|
|
4867
4867
|
background: rgba(255, 255, 255, 0.05);
|
|
4868
4868
|
border-color: rgba(255, 255, 255, 0.3);
|
|
4869
4869
|
box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
|
|
4870
4870
|
}
|
|
4871
|
-
.panel-filters-container[data-v-
|
|
4871
|
+
.panel-filters-container[data-v-6890b795] {
|
|
4872
4872
|
display: grid;
|
|
4873
4873
|
grid-template-columns: repeat(6, 1fr);
|
|
4874
|
-
gap:
|
|
4875
|
-
padding: 16px
|
|
4874
|
+
gap: 6px;
|
|
4875
|
+
padding: 10px 16px 14px;
|
|
4876
4876
|
overflow-x: auto;
|
|
4877
4877
|
}
|
|
4878
|
-
.filter-group[data-v-
|
|
4878
|
+
.filter-group[data-v-6890b795] {
|
|
4879
4879
|
display: flex;
|
|
4880
4880
|
flex-direction: column;
|
|
4881
4881
|
align-items: center;
|
|
4882
4882
|
cursor: pointer;
|
|
4883
4883
|
min-width: 0;
|
|
4884
4884
|
}
|
|
4885
|
-
.filter-box[data-v-
|
|
4885
|
+
.filter-box[data-v-6890b795] {
|
|
4886
4886
|
width: 100%;
|
|
4887
|
-
height:
|
|
4887
|
+
height: 32px;
|
|
4888
4888
|
background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
|
|
4889
4889
|
border: 1.5px solid var(--filter-color);
|
|
4890
|
-
border-radius:
|
|
4890
|
+
border-radius: 8px;
|
|
4891
4891
|
position: relative;
|
|
4892
4892
|
overflow: hidden;
|
|
4893
4893
|
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -4896,7 +4896,7 @@ to {
|
|
|
4896
4896
|
align-items: center;
|
|
4897
4897
|
justify-content: center;
|
|
4898
4898
|
}
|
|
4899
|
-
.filter-box[data-v-
|
|
4899
|
+
.filter-box[data-v-6890b795]::before {
|
|
4900
4900
|
content: '';
|
|
4901
4901
|
position: absolute;
|
|
4902
4902
|
left: 0;
|
|
@@ -4907,7 +4907,7 @@ to {
|
|
|
4907
4907
|
box-shadow: 0 0 10px var(--filter-color);
|
|
4908
4908
|
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
4909
4909
|
}
|
|
4910
|
-
.filter-box[data-v-
|
|
4910
|
+
.filter-box[data-v-6890b795]::after {
|
|
4911
4911
|
content: '';
|
|
4912
4912
|
position: absolute;
|
|
4913
4913
|
inset: 0;
|
|
@@ -4915,8 +4915,8 @@ to {
|
|
|
4915
4915
|
opacity: 0;
|
|
4916
4916
|
transition: opacity 0.3s ease;
|
|
4917
4917
|
}
|
|
4918
|
-
.filter-icon[data-v-
|
|
4919
|
-
font-size:
|
|
4918
|
+
.filter-icon[data-v-6890b795] {
|
|
4919
|
+
font-size: 12px;
|
|
4920
4920
|
font-weight: 600;
|
|
4921
4921
|
color: var(--filter-color);
|
|
4922
4922
|
z-index: 1;
|
|
@@ -4924,8 +4924,8 @@ to {
|
|
|
4924
4924
|
text-shadow: 0 0 10px var(--filter-color);
|
|
4925
4925
|
line-height: 1;
|
|
4926
4926
|
}
|
|
4927
|
-
.filter-label[data-v-
|
|
4928
|
-
font-size:
|
|
4927
|
+
.filter-label[data-v-6890b795] {
|
|
4928
|
+
font-size: 8px;
|
|
4929
4929
|
font-weight: 600;
|
|
4930
4930
|
color: #fff;
|
|
4931
4931
|
letter-spacing: 0.05em;
|
|
@@ -4933,10 +4933,10 @@ to {
|
|
|
4933
4933
|
font-family: 'Inter', 'Segoe UI', -apple-system, sans-serif;
|
|
4934
4934
|
line-height: 1;
|
|
4935
4935
|
opacity: 0.9;
|
|
4936
|
-
margin-top:
|
|
4936
|
+
margin-top: 4px;
|
|
4937
4937
|
text-align: center;
|
|
4938
4938
|
}
|
|
4939
|
-
.filter-box.active[data-v-
|
|
4939
|
+
.filter-box.active[data-v-6890b795] {
|
|
4940
4940
|
background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
|
|
4941
4941
|
border-width: 2px;
|
|
4942
4942
|
box-shadow:
|
|
@@ -4945,60 +4945,60 @@ to {
|
|
|
4945
4945
|
transform: translateY(-4px) scale(1.08);
|
|
4946
4946
|
opacity: 1;
|
|
4947
4947
|
}
|
|
4948
|
-
.filter-box.active[data-v-
|
|
4948
|
+
.filter-box.active[data-v-6890b795]::before {
|
|
4949
4949
|
width: 100%;
|
|
4950
4950
|
opacity: 0.25;
|
|
4951
4951
|
box-shadow: 0 0 16px var(--filter-color);
|
|
4952
4952
|
}
|
|
4953
|
-
.filter-box.active[data-v-
|
|
4953
|
+
.filter-box.active[data-v-6890b795]::after {
|
|
4954
4954
|
opacity: 0.15;
|
|
4955
4955
|
}
|
|
4956
|
-
.filter-box.active .filter-icon[data-v-
|
|
4956
|
+
.filter-box.active .filter-icon[data-v-6890b795] {
|
|
4957
4957
|
transform: scale(1.2);
|
|
4958
4958
|
color: #fff;
|
|
4959
4959
|
text-shadow: 0 0 16px var(--filter-color), 0 0 8px var(--filter-color);
|
|
4960
4960
|
}
|
|
4961
|
-
.filter-group:hover .filter-box[data-v-
|
|
4961
|
+
.filter-group:hover .filter-box[data-v-6890b795] {
|
|
4962
4962
|
opacity: 0.85;
|
|
4963
4963
|
transform: translateY(-2px);
|
|
4964
4964
|
border-color: var(--filter-color);
|
|
4965
4965
|
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
|
|
4966
4966
|
}
|
|
4967
|
-
.filter-group:hover .filter-box[data-v-
|
|
4967
|
+
.filter-group:hover .filter-box[data-v-6890b795]::after {
|
|
4968
4968
|
opacity: 0.08;
|
|
4969
4969
|
}
|
|
4970
|
-
.filter-group:hover .filter-icon[data-v-
|
|
4970
|
+
.filter-group:hover .filter-icon[data-v-6890b795] {
|
|
4971
4971
|
transform: scale(1.12);
|
|
4972
4972
|
text-shadow: 0 0 12px var(--filter-color);
|
|
4973
4973
|
}
|
|
4974
|
-
.panel-items[data-v-
|
|
4974
|
+
.panel-items[data-v-6890b795] {
|
|
4975
4975
|
flex: 1;
|
|
4976
4976
|
overflow-y: auto;
|
|
4977
|
-
padding:
|
|
4977
|
+
padding: 6px 16px 70px;
|
|
4978
4978
|
display: flex;
|
|
4979
4979
|
flex-direction: column;
|
|
4980
|
-
gap:
|
|
4980
|
+
gap: 8px;
|
|
4981
4981
|
align-content: start;
|
|
4982
4982
|
}
|
|
4983
|
-
.panel-item[data-v-
|
|
4983
|
+
.panel-item[data-v-6890b795] {
|
|
4984
4984
|
display: flex;
|
|
4985
4985
|
flex-direction: row;
|
|
4986
4986
|
align-items: center;
|
|
4987
|
-
padding:
|
|
4987
|
+
padding: 10px;
|
|
4988
4988
|
background: linear-gradient(135deg, rgba(35, 35, 45, 0.7) 0%, rgba(25, 25, 35, 0.7) 100%);
|
|
4989
4989
|
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
4990
|
-
border-left:
|
|
4991
|
-
border-radius:
|
|
4990
|
+
border-left: 2px solid var(--item-color);
|
|
4991
|
+
border-radius: 10px;
|
|
4992
4992
|
cursor: grab;
|
|
4993
4993
|
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
4994
4994
|
position: relative;
|
|
4995
4995
|
overflow: hidden;
|
|
4996
|
-
min-height:
|
|
4997
|
-
gap:
|
|
4996
|
+
min-height: 60px;
|
|
4997
|
+
gap: 10px;
|
|
4998
4998
|
width: 100%;
|
|
4999
4999
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
|
|
5000
5000
|
}
|
|
5001
|
-
.panel-item[data-v-
|
|
5001
|
+
.panel-item[data-v-6890b795]::before {
|
|
5002
5002
|
content: '';
|
|
5003
5003
|
position: absolute;
|
|
5004
5004
|
inset: 0;
|
|
@@ -5007,28 +5007,28 @@ to {
|
|
|
5007
5007
|
transition: opacity 0.3s ease;
|
|
5008
5008
|
pointer-events: none;
|
|
5009
5009
|
}
|
|
5010
|
-
.panel-item[data-v-
|
|
5011
|
-
transform: translateX(
|
|
5010
|
+
.panel-item[data-v-6890b795]:hover {
|
|
5011
|
+
transform: translateX(4px) translateY(-1px);
|
|
5012
5012
|
border-color: var(--item-color);
|
|
5013
|
-
border-left-width:
|
|
5013
|
+
border-left-width: 3px;
|
|
5014
5014
|
background: linear-gradient(135deg, rgba(45, 45, 55, 0.9) 0%, rgba(35, 35, 45, 0.9) 100%);
|
|
5015
5015
|
box-shadow:
|
|
5016
5016
|
0 8px 24px rgba(0, 0, 0, 0.4),
|
|
5017
5017
|
-6px 0 20px rgba(255, 255, 255, 0.03),
|
|
5018
5018
|
inset 1px 0 0 rgba(255, 255, 255, 0.05);
|
|
5019
5019
|
}
|
|
5020
|
-
.panel-item[data-v-
|
|
5020
|
+
.panel-item[data-v-6890b795]:hover::before {
|
|
5021
5021
|
opacity: 0.08;
|
|
5022
5022
|
}
|
|
5023
|
-
.panel-item[data-v-
|
|
5023
|
+
.panel-item[data-v-6890b795]:active {
|
|
5024
5024
|
cursor: grabbing;
|
|
5025
5025
|
transform: translateX(3px) translateY(-1px) scale(0.98);
|
|
5026
5026
|
}
|
|
5027
|
-
.item-left-col[data-v-
|
|
5027
|
+
.item-left-col[data-v-6890b795] {
|
|
5028
5028
|
flex-shrink: 0;
|
|
5029
5029
|
z-index: 1;
|
|
5030
5030
|
}
|
|
5031
|
-
.item-right-col[data-v-
|
|
5031
|
+
.item-right-col[data-v-6890b795] {
|
|
5032
5032
|
display: flex;
|
|
5033
5033
|
flex-direction: column;
|
|
5034
5034
|
gap: 4px;
|
|
@@ -5036,12 +5036,12 @@ to {
|
|
|
5036
5036
|
min-width: 0;
|
|
5037
5037
|
z-index: 1;
|
|
5038
5038
|
}
|
|
5039
|
-
.item-icon-diamond[data-v-
|
|
5040
|
-
width:
|
|
5041
|
-
height:
|
|
5039
|
+
.item-icon-diamond[data-v-6890b795] {
|
|
5040
|
+
width: 30px;
|
|
5041
|
+
height: 30px;
|
|
5042
5042
|
background: linear-gradient(135deg, rgba(30, 30, 40, 0.9) 0%, rgba(20, 20, 30, 0.9) 100%);
|
|
5043
|
-
border:
|
|
5044
|
-
border-radius:
|
|
5043
|
+
border: 1.5px solid;
|
|
5044
|
+
border-radius: 8px;
|
|
5045
5045
|
display: flex;
|
|
5046
5046
|
align-items: center;
|
|
5047
5047
|
justify-content: center;
|
|
@@ -5052,7 +5052,7 @@ to {
|
|
|
5052
5052
|
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
5053
5053
|
position: relative;
|
|
5054
5054
|
}
|
|
5055
|
-
.item-icon-diamond[data-v-
|
|
5055
|
+
.item-icon-diamond[data-v-6890b795]::before {
|
|
5056
5056
|
content: '';
|
|
5057
5057
|
position: absolute;
|
|
5058
5058
|
inset: -2px;
|
|
@@ -5062,31 +5062,31 @@ to {
|
|
|
5062
5062
|
transition: opacity 0.3s ease;
|
|
5063
5063
|
z-index: -1;
|
|
5064
5064
|
}
|
|
5065
|
-
.panel-item:hover .item-icon-diamond[data-v-
|
|
5065
|
+
.panel-item:hover .item-icon-diamond[data-v-6890b795] {
|
|
5066
5066
|
transform: rotate(45deg) scale(1.1);
|
|
5067
5067
|
box-shadow:
|
|
5068
5068
|
0 6px 20px rgba(0, 0, 0, 0.6),
|
|
5069
5069
|
0 0 20px rgba(255, 255, 255, 0.1),
|
|
5070
5070
|
inset 0 1px 3px rgba(255, 255, 255, 0.15);
|
|
5071
5071
|
}
|
|
5072
|
-
.panel-item:hover .item-icon-diamond[data-v-
|
|
5072
|
+
.panel-item:hover .item-icon-diamond[data-v-6890b795]::before {
|
|
5073
5073
|
opacity: 0.15;
|
|
5074
5074
|
}
|
|
5075
|
-
.item-icon-content[data-v-
|
|
5075
|
+
.item-icon-content[data-v-6890b795] {
|
|
5076
5076
|
transform: rotate(-45deg);
|
|
5077
|
-
font-size:
|
|
5077
|
+
font-size: 12px;
|
|
5078
5078
|
font-weight: bold;
|
|
5079
5079
|
filter: drop-shadow(0 0 2px currentColor);
|
|
5080
5080
|
}
|
|
5081
|
-
.item-icon-image[data-v-
|
|
5082
|
-
width:
|
|
5083
|
-
height:
|
|
5081
|
+
.item-icon-image[data-v-6890b795] {
|
|
5082
|
+
width: 18px;
|
|
5083
|
+
height: 18px;
|
|
5084
5084
|
object-fit: contain;
|
|
5085
5085
|
transform: rotate(-45deg);
|
|
5086
|
-
border-radius:
|
|
5086
|
+
border-radius: 2px;
|
|
5087
5087
|
}
|
|
5088
|
-
.item-title-text[data-v-
|
|
5089
|
-
font-size:
|
|
5088
|
+
.item-title-text[data-v-6890b795] {
|
|
5089
|
+
font-size: 13px;
|
|
5090
5090
|
font-weight: 600;
|
|
5091
5091
|
font-family: 'Inter', 'Segoe UI', -apple-system, sans-serif;
|
|
5092
5092
|
letter-spacing: -0.02em;
|
|
@@ -5099,12 +5099,12 @@ to {
|
|
|
5099
5099
|
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
|
|
5100
5100
|
transition: all 0.3s ease;
|
|
5101
5101
|
}
|
|
5102
|
-
.panel-item:hover .item-title-text[data-v-
|
|
5102
|
+
.panel-item:hover .item-title-text[data-v-6890b795] {
|
|
5103
5103
|
letter-spacing: 0em;
|
|
5104
5104
|
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
|
|
5105
5105
|
}
|
|
5106
|
-
.item-description[data-v-
|
|
5107
|
-
font-size:
|
|
5106
|
+
.item-description[data-v-6890b795] {
|
|
5107
|
+
font-size: 10px;
|
|
5108
5108
|
color: rgba(255, 255, 255, 0.7);
|
|
5109
5109
|
line-height: 1.4;
|
|
5110
5110
|
font-family: 'Inter', 'Segoe UI', -apple-system, sans-serif;
|
|
@@ -5117,27 +5117,27 @@ to {
|
|
|
5117
5117
|
padding: 0;
|
|
5118
5118
|
font-weight: 400;
|
|
5119
5119
|
}
|
|
5120
|
-
.panel-items[data-v-
|
|
5120
|
+
.panel-items[data-v-6890b795]::-webkit-scrollbar {
|
|
5121
5121
|
width: 4px;
|
|
5122
5122
|
}
|
|
5123
|
-
.panel-items[data-v-
|
|
5123
|
+
.panel-items[data-v-6890b795]::-webkit-scrollbar-track {
|
|
5124
5124
|
background: transparent;
|
|
5125
5125
|
}
|
|
5126
|
-
.panel-items[data-v-
|
|
5126
|
+
.panel-items[data-v-6890b795]::-webkit-scrollbar-thumb {
|
|
5127
5127
|
background: rgba(255, 255, 255, 0.1);
|
|
5128
5128
|
border-radius: 2px;
|
|
5129
5129
|
}
|
|
5130
5130
|
|
|
5131
5131
|
/* Pin button */
|
|
5132
|
-
.pin-button[data-v-
|
|
5132
|
+
.pin-button[data-v-6890b795] {
|
|
5133
5133
|
position: absolute;
|
|
5134
|
-
top:
|
|
5135
|
-
right:
|
|
5134
|
+
top: 6px;
|
|
5135
|
+
right: 6px;
|
|
5136
5136
|
background: rgba(0, 0, 0, 0.3);
|
|
5137
5137
|
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
5138
|
-
border-radius:
|
|
5139
|
-
width:
|
|
5140
|
-
height:
|
|
5138
|
+
border-radius: 4px;
|
|
5139
|
+
width: 22px;
|
|
5140
|
+
height: 22px;
|
|
5141
5141
|
display: flex;
|
|
5142
5142
|
align-items: center;
|
|
5143
5143
|
justify-content: center;
|
|
@@ -5146,37 +5146,37 @@ to {
|
|
|
5146
5146
|
transition: all 0.2s ease;
|
|
5147
5147
|
opacity: 0;
|
|
5148
5148
|
}
|
|
5149
|
-
.panel-item:hover .pin-button[data-v-
|
|
5149
|
+
.panel-item:hover .pin-button[data-v-6890b795] {
|
|
5150
5150
|
opacity: 1;
|
|
5151
5151
|
}
|
|
5152
|
-
.pin-button.active[data-v-
|
|
5152
|
+
.pin-button.active[data-v-6890b795] {
|
|
5153
5153
|
opacity: 1;
|
|
5154
5154
|
background: rgba(255, 215, 0, 0.2);
|
|
5155
5155
|
border-color: rgba(255, 215, 0, 0.4);
|
|
5156
5156
|
}
|
|
5157
|
-
.pin-button[data-v-
|
|
5157
|
+
.pin-button[data-v-6890b795]:hover {
|
|
5158
5158
|
background: rgba(255, 255, 255, 0.15);
|
|
5159
5159
|
border-color: rgba(255, 255, 255, 0.3);
|
|
5160
5160
|
transform: scale(1.1);
|
|
5161
5161
|
}
|
|
5162
|
-
.pin-button.active[data-v-
|
|
5162
|
+
.pin-button.active[data-v-6890b795]:hover {
|
|
5163
5163
|
background: rgba(255, 215, 0, 0.3);
|
|
5164
5164
|
border-color: rgba(255, 215, 0, 0.6);
|
|
5165
5165
|
}
|
|
5166
|
-
.pin-icon[data-v-
|
|
5167
|
-
font-size:
|
|
5166
|
+
.pin-icon[data-v-6890b795] {
|
|
5167
|
+
font-size: 11px;
|
|
5168
5168
|
color: rgba(255, 255, 255, 0.7);
|
|
5169
5169
|
line-height: 1;
|
|
5170
5170
|
}
|
|
5171
|
-
.pin-button.active .pin-icon[data-v-
|
|
5171
|
+
.pin-button.active .pin-icon[data-v-6890b795] {
|
|
5172
5172
|
color: #ffd700;
|
|
5173
5173
|
}
|
|
5174
5174
|
|
|
5175
5175
|
/* Pinned item indicators */
|
|
5176
|
-
.panel-item.pinned[data-v-
|
|
5176
|
+
.panel-item.pinned[data-v-6890b795] {
|
|
5177
5177
|
border-left-color: #ffd700;
|
|
5178
5178
|
}
|
|
5179
|
-
.panel-item.pinned[data-v-
|
|
5179
|
+
.panel-item.pinned[data-v-6890b795]::after {
|
|
5180
5180
|
content: '';
|
|
5181
5181
|
position: absolute;
|
|
5182
5182
|
top: 0;
|
|
@@ -5184,46 +5184,53 @@ to {
|
|
|
5184
5184
|
width: 0;
|
|
5185
5185
|
height: 0;
|
|
5186
5186
|
border-style: solid;
|
|
5187
|
-
border-width: 0
|
|
5187
|
+
border-width: 0 16px 16px 0;
|
|
5188
5188
|
border-color: transparent rgba(255, 215, 0, 0.2) transparent transparent;
|
|
5189
5189
|
pointer-events: none;
|
|
5190
5190
|
}
|
|
5191
5191
|
|
|
5192
5192
|
/* Panel create section */
|
|
5193
|
-
.panel-create-section[data-v-
|
|
5194
|
-
|
|
5193
|
+
.panel-create-section[data-v-6890b795] {
|
|
5194
|
+
position: absolute;
|
|
5195
|
+
bottom: 0;
|
|
5196
|
+
left: 0;
|
|
5197
|
+
right: 0;
|
|
5198
|
+
padding: 12px 16px;
|
|
5199
|
+
background: linear-gradient(180deg, rgba(15, 15, 25, 0) 0%, rgba(15, 15, 25, 0.95) 20%, rgba(15, 15, 25, 1) 100%);
|
|
5200
|
+
backdrop-filter: blur(8px);
|
|
5201
|
+
z-index: 100;
|
|
5195
5202
|
}
|
|
5196
|
-
.panel-add-button[data-v-
|
|
5203
|
+
.panel-add-button[data-v-6890b795] {
|
|
5197
5204
|
width: 100%;
|
|
5198
5205
|
background: color-mix(in srgb, var(--button-color) 15%, transparent);
|
|
5199
5206
|
border: 1px solid color-mix(in srgb, var(--button-color) 30%, transparent);
|
|
5200
|
-
border-radius:
|
|
5201
|
-
padding: 12px
|
|
5207
|
+
border-radius: 8px;
|
|
5208
|
+
padding: 8px 12px;
|
|
5202
5209
|
display: flex;
|
|
5203
5210
|
align-items: center;
|
|
5204
5211
|
justify-content: center;
|
|
5205
|
-
gap:
|
|
5212
|
+
gap: 6px;
|
|
5206
5213
|
cursor: pointer;
|
|
5207
5214
|
transition: all 0.3s ease;
|
|
5208
5215
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
|
|
5209
5216
|
}
|
|
5210
|
-
.panel-add-button[data-v-
|
|
5217
|
+
.panel-add-button[data-v-6890b795]:hover {
|
|
5211
5218
|
background: color-mix(in srgb, var(--button-color) 25%, transparent);
|
|
5212
5219
|
border-color: color-mix(in srgb, var(--button-color) 50%, transparent);
|
|
5213
5220
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
|
|
5214
5221
|
transform: translateY(-2px);
|
|
5215
5222
|
}
|
|
5216
|
-
.panel-add-button[data-v-
|
|
5223
|
+
.panel-add-button[data-v-6890b795]:active {
|
|
5217
5224
|
transform: translateY(0);
|
|
5218
5225
|
}
|
|
5219
|
-
.add-icon[data-v-
|
|
5220
|
-
font-size:
|
|
5226
|
+
.add-icon[data-v-6890b795] {
|
|
5227
|
+
font-size: 14px;
|
|
5221
5228
|
font-weight: 600;
|
|
5222
5229
|
line-height: 1;
|
|
5223
5230
|
color: #fff;
|
|
5224
5231
|
}
|
|
5225
|
-
.add-label[data-v-
|
|
5226
|
-
font-size:
|
|
5232
|
+
.add-label[data-v-6890b795] {
|
|
5233
|
+
font-size: 11px;
|
|
5227
5234
|
font-weight: 500;
|
|
5228
5235
|
color: #fff;
|
|
5229
5236
|
font-family:
|
|
@@ -8986,56 +8986,61 @@ const __vite_glob_0_2 = "" + new URL("Chicken Nugget Halloween Sticker by Sad Nu
|
|
|
8986
8986
|
const __vite_glob_0_3 = "" + new URL("Childs Play Halloween Sticker-CB7THA_f.gif", import.meta.url).href;
|
|
8987
8987
|
const __vite_glob_0_4 = "" + new URL("Dance Rap Sticker by Donovann-BfQiclHu.gif", import.meta.url).href;
|
|
8988
8988
|
const __vite_glob_0_5 = "" + new URL("Extra Terrestrial Smoking Sticker by The Horror Section-GCw079Ge.gif", import.meta.url).href;
|
|
8989
|
-
const __vite_glob_0_6 = "" + new URL("
|
|
8990
|
-
const __vite_glob_0_7 = "" + new URL("
|
|
8991
|
-
const __vite_glob_0_8 = "" + new URL("
|
|
8992
|
-
const __vite_glob_0_9 = "" + new URL("Halloween
|
|
8993
|
-
const __vite_glob_0_10 = "" + new URL("Halloween
|
|
8994
|
-
const __vite_glob_0_11 = "" + new URL("Halloween
|
|
8995
|
-
const __vite_glob_0_12 = "" + new URL("
|
|
8996
|
-
const __vite_glob_0_13 = "" + new URL("
|
|
8997
|
-
const __vite_glob_0_14 = "" + new URL("
|
|
8998
|
-
const __vite_glob_0_15 = "" + new URL("
|
|
8999
|
-
const __vite_glob_0_16 = "
|
|
9000
|
-
const __vite_glob_0_17 = "
|
|
9001
|
-
const __vite_glob_0_18 = "" + new URL("Make It Rain
|
|
9002
|
-
const __vite_glob_0_19 = "" + new URL("
|
|
9003
|
-
const __vite_glob_0_20 = "" + new URL("
|
|
9004
|
-
const __vite_glob_0_21 = "" + new URL("
|
|
9005
|
-
const __vite_glob_0_22 = "" + new URL("
|
|
9006
|
-
const __vite_glob_0_23 = "" + new URL("
|
|
9007
|
-
const __vite_glob_0_24 = "" + new URL("
|
|
9008
|
-
const __vite_glob_0_25 = "" + new URL("
|
|
9009
|
-
const __vite_glob_0_26 = "" + new URL("
|
|
9010
|
-
const __vite_glob_0_27 = "" + new URL("
|
|
9011
|
-
const __vite_glob_0_28 = "" + new URL("
|
|
9012
|
-
const __vite_glob_0_29 = "" + new URL("
|
|
9013
|
-
const __vite_glob_0_30 = "" + new URL("
|
|
9014
|
-
const __vite_glob_0_31 = "" + new URL("
|
|
9015
|
-
const __vite_glob_0_32 = "" + new URL("
|
|
9016
|
-
const __vite_glob_0_33 = "" + new URL("
|
|
9017
|
-
const __vite_glob_0_34 = "" + new URL("
|
|
9018
|
-
const __vite_glob_0_35 = "" + new URL("
|
|
9019
|
-
const __vite_glob_0_36 = "" + new URL("
|
|
9020
|
-
const __vite_glob_0_37 = "" + new URL("
|
|
9021
|
-
const __vite_glob_0_38 = "" + new URL("
|
|
9022
|
-
const __vite_glob_0_39 = "" + new URL("
|
|
9023
|
-
const __vite_glob_0_40 = "" + new URL("
|
|
9024
|
-
const __vite_glob_0_41 = "" + new URL("
|
|
9025
|
-
const __vite_glob_0_42 = "" + new URL("
|
|
9026
|
-
const __vite_glob_0_43 = "" + new URL("
|
|
9027
|
-
const __vite_glob_0_44 = "" + new URL("
|
|
9028
|
-
const __vite_glob_0_45 = "" + new URL("
|
|
9029
|
-
const __vite_glob_0_46 = "" + new URL("
|
|
9030
|
-
const __vite_glob_0_47 = "" + new URL("
|
|
9031
|
-
const __vite_glob_0_48 = "" + new URL("
|
|
9032
|
-
const __vite_glob_0_49 = "" + new URL("
|
|
9033
|
-
const __vite_glob_0_50 = "" + new URL("
|
|
9034
|
-
const __vite_glob_0_51 = "" + new URL("
|
|
9035
|
-
const __vite_glob_0_52 = "" + new URL("
|
|
9036
|
-
const __vite_glob_0_53 = "" + new URL("
|
|
9037
|
-
const __vite_glob_0_54 = "" + new URL("
|
|
9038
|
-
const __vite_glob_0_55 = "" + new URL("
|
|
8989
|
+
const __vite_glob_0_6 = "" + new URL("Fish Carp Sticker by Jolly Fishing-BsgI0kQp.gif", import.meta.url).href;
|
|
8990
|
+
const __vite_glob_0_7 = "" + new URL("Friday The 13Th Horror Sticker by Erik Fountain-F3TlGbQ4.gif", import.meta.url).href;
|
|
8991
|
+
const __vite_glob_0_8 = "" + new URL("Fun Monster Sticker by RARO-iKnKORM5.gif", import.meta.url).href;
|
|
8992
|
+
const __vite_glob_0_9 = "" + new URL("Halloween Horror Sticker by William Robin Conway-CVeGYUdo.gif", import.meta.url).href;
|
|
8993
|
+
const __vite_glob_0_10 = "" + new URL("Halloween Illustration Sticker by Wytchlab-DFkuInXb.gif", import.meta.url).href;
|
|
8994
|
+
const __vite_glob_0_11 = "" + new URL("Halloween Looking Sticker by Sam C-aTvDhY-M.gif", import.meta.url).href;
|
|
8995
|
+
const __vite_glob_0_12 = "" + new URL("Halloween Vampire Sticker by PetSmart-k_AF_iVJ.gif", import.meta.url).href;
|
|
8996
|
+
const __vite_glob_0_13 = "" + new URL("Happy Fun Sticker by William Robin Conway-Blpq88WH.gif", import.meta.url).href;
|
|
8997
|
+
const __vite_glob_0_14 = "" + new URL("Hot Rod Car Sticker by Metro Group Miami-DK3obkSg.gif", import.meta.url).href;
|
|
8998
|
+
const __vite_glob_0_15 = "" + new URL("Killer Klowns From Outer Space Funicons Sticker-DR5CqJmp.gif", import.meta.url).href;
|
|
8999
|
+
const __vite_glob_0_16 = "" + new URL("Listen Nordrhein-Westfalen Sticker by DeinNRW-C_zrTgvr.gif", import.meta.url).href;
|
|
9000
|
+
const __vite_glob_0_17 = "data:image/gif;base64,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";
|
|
9001
|
+
const __vite_glob_0_18 = "" + new URL("Make It Rain Basketball Sticker by Caleb Linden Design-BpXm1Zpm.gif", import.meta.url).href;
|
|
9002
|
+
const __vite_glob_0_19 = "" + new URL("Make It Rain Money Sticker by HasbroMexico-CKlwDfeE.gif", import.meta.url).href;
|
|
9003
|
+
const __vite_glob_0_20 = "" + new URL("Make It Rain Money Sticker by Nuttz-Bx84RxmN.gif", import.meta.url).href;
|
|
9004
|
+
const __vite_glob_0_21 = "" + new URL("Monster Blob Sticker-CieG5_XI.gif", import.meta.url).href;
|
|
9005
|
+
const __vite_glob_0_22 = "" + new URL("Monster Punk Sticker by El Mutante-D3VBEuoN.gif", import.meta.url).href;
|
|
9006
|
+
const __vite_glob_0_23 = "" + new URL("Monster Sticker by bentuber-BQ8pTAyS.gif", import.meta.url).href;
|
|
9007
|
+
const __vite_glob_0_24 = "" + new URL("Musik Tape Sticker-BJMVxAKo.gif", import.meta.url).href;
|
|
9008
|
+
const __vite_glob_0_25 = "" + new URL("Neon Cyberpunk Sticker-DjxEigKb.gif", import.meta.url).href;
|
|
9009
|
+
const __vite_glob_0_26 = "" + new URL("Pokemon Ghost Sticker by daylynn (1)-rzj0GhDp.gif", import.meta.url).href;
|
|
9010
|
+
const __vite_glob_0_27 = "" + new URL("Pokemon Ghost Sticker by daylynn-IX_TlKOp.gif", import.meta.url).href;
|
|
9011
|
+
const __vite_glob_0_28 = "" + new URL("Pokemon Metal Sticker-B86yaUHd.gif", import.meta.url).href;
|
|
9012
|
+
const __vite_glob_0_29 = "" + new URL("Red Bull Flugtag Givesyouwiiings Sticker by Red Bull-IKobkIuu.gif", import.meta.url).href;
|
|
9013
|
+
const __vite_glob_0_30 = "" + new URL("Sad Game Sticker (1)-CkEpVv3y.gif", import.meta.url).href;
|
|
9014
|
+
const __vite_glob_0_31 = "" + new URL("Sad Game Sticker-Cbh95bPV.gif", import.meta.url).href;
|
|
9015
|
+
const __vite_glob_0_32 = "" + new URL("Skating Pokemon Go Sticker by Caleb Linden Design-iCM110tf.gif", import.meta.url).href;
|
|
9016
|
+
const __vite_glob_0_33 = "" + new URL("Ski Speed Sticker by RIVARACING-BAdS6U_G.gif", import.meta.url).href;
|
|
9017
|
+
const __vite_glob_0_34 = "" + new URL("Space Farting Sticker by bangerooo-Ci2PTl5i.gif", import.meta.url).href;
|
|
9018
|
+
const __vite_glob_0_35 = "" + new URL("Space Smoking Sticker-DXyDRz1P.gif", import.meta.url).href;
|
|
9019
|
+
const __vite_glob_0_36 = "" + new URL("Sport Skateboard Sticker by Donovann-CIZ5A05y.gif", import.meta.url).href;
|
|
9020
|
+
const __vite_glob_0_37 = "" + new URL("Star Wars Baby Yoda Sticker-ETndKiB6.gif", import.meta.url).href;
|
|
9021
|
+
const __vite_glob_0_38 = "" + new URL("Star Wars Space Sticker-CD87SfXE.gif", import.meta.url).href;
|
|
9022
|
+
const __vite_glob_0_39 = "" + new URL("Teeth Eth Sticker by Grillz Gang-CGIig9X4.gif", import.meta.url).href;
|
|
9023
|
+
const __vite_glob_0_40 = "" + new URL("The Munsters Halloween Sticker by zhanadarte-D5y5ngE-.gif", import.meta.url).href;
|
|
9024
|
+
const __vite_glob_0_41 = "" + new URL("Thunder And Lightning Sticker Sticker by Bleed Gfx (1)-DQ6bXcKD.gif", import.meta.url).href;
|
|
9025
|
+
const __vite_glob_0_42 = "" + new URL("Video Game Pixel Sticker by Originals-CVIlivwu.gif", import.meta.url).href;
|
|
9026
|
+
const __vite_glob_0_43 = "" + new URL("Voting Bobby Kennedy Sticker by Team Kennedy-DMOAljSy.gif", import.meta.url).href;
|
|
9027
|
+
const __vite_glob_0_44 = "" + new URL("Watching You Santa Claus Sticker by William Robin Conway-CXP5-kQS.gif", import.meta.url).href;
|
|
9028
|
+
const __vite_glob_0_45 = "" + new URL("Water Sea Sticker by SMD Graphics-g67qXfHQ.gif", import.meta.url).href;
|
|
9029
|
+
const __vite_glob_0_46 = "" + new URL("Zombie Juice Sticker by Wytchlab-BZFZKFUm.gif", import.meta.url).href;
|
|
9030
|
+
const __vite_glob_0_47 = "" + new URL("fun lol Sticker by HasbroMexico-qW10_W0D.gif", import.meta.url).href;
|
|
9031
|
+
const __vite_glob_0_48 = "" + new URL("gggf-C9fcMFGM.gif", import.meta.url).href;
|
|
9032
|
+
const __vite_glob_0_49 = "" + new URL("ghost-AsX0kwPs.png", import.meta.url).href;
|
|
9033
|
+
const __vite_glob_0_50 = "" + new URL("gif (1)-D6rTW76u.gif", import.meta.url).href;
|
|
9034
|
+
const __vite_glob_0_51 = "" + new URL("gif (2)-DEK5vMGC.gif", import.meta.url).href;
|
|
9035
|
+
const __vite_glob_0_52 = "" + new URL("gif-CQ_01kif.gif", import.meta.url).href;
|
|
9036
|
+
const __vite_glob_0_53 = "" + new URL("giphy (1)-By4ZsnnY.gif", import.meta.url).href;
|
|
9037
|
+
const __vite_glob_0_54 = "" + new URL("giphyda-DkASb5xv.gif", import.meta.url).href;
|
|
9038
|
+
const __vite_glob_0_55 = "" + new URL("giphykk-CtjfFpS4.gif", import.meta.url).href;
|
|
9039
|
+
const __vite_glob_0_56 = "" + new URL("greenguy-BqYeBlvX.png", import.meta.url).href;
|
|
9040
|
+
const __vite_glob_0_57 = "" + new URL("halloween zombie Sticker by Unique Vintage-CaJVNd2w.gif", import.meta.url).href;
|
|
9041
|
+
const __vite_glob_0_58 = "" + new URL("happy dance Sticker by HasbroMexico-C0eooBpf.gif", import.meta.url).href;
|
|
9042
|
+
const __vite_glob_0_59 = "" + new URL("mrbooo-CKRZMOuM.png", import.meta.url).href;
|
|
9043
|
+
const __vite_glob_0_60 = "" + new URL("punk chef Sticker by El Mutante-DWa2Hyzo.gif", import.meta.url).href;
|
|
9039
9044
|
const iconModules$2 = /* @__PURE__ */ Object.assign({
|
|
9040
9045
|
"../assets/icons/80s rock Sticker by El Mutante.gif": __vite_glob_0_0,
|
|
9041
9046
|
"../assets/icons/Blade Runner 3D Sticker by Black Tiger Sex Machine.gif": __vite_glob_0_1,
|
|
@@ -9043,56 +9048,61 @@ const iconModules$2 = /* @__PURE__ */ Object.assign({
|
|
|
9043
9048
|
"../assets/icons/Childs Play Halloween Sticker.gif": __vite_glob_0_3,
|
|
9044
9049
|
"../assets/icons/Dance Rap Sticker by Donovann.gif": __vite_glob_0_4,
|
|
9045
9050
|
"../assets/icons/Extra Terrestrial Smoking Sticker by The Horror Section.gif": __vite_glob_0_5,
|
|
9046
|
-
"../assets/icons/
|
|
9047
|
-
"../assets/icons/
|
|
9048
|
-
"../assets/icons/
|
|
9049
|
-
"../assets/icons/Halloween
|
|
9050
|
-
"../assets/icons/Halloween
|
|
9051
|
-
"../assets/icons/Halloween
|
|
9052
|
-
"../assets/icons/
|
|
9053
|
-
"../assets/icons/
|
|
9054
|
-
"../assets/icons/
|
|
9055
|
-
"../assets/icons/
|
|
9056
|
-
"../assets/icons/
|
|
9057
|
-
"../assets/icons/
|
|
9058
|
-
"../assets/icons/Make It Rain
|
|
9059
|
-
"../assets/icons/
|
|
9060
|
-
"../assets/icons/
|
|
9061
|
-
"../assets/icons/
|
|
9062
|
-
"../assets/icons/
|
|
9063
|
-
"../assets/icons/
|
|
9064
|
-
"../assets/icons/
|
|
9065
|
-
"../assets/icons/
|
|
9066
|
-
"../assets/icons/
|
|
9067
|
-
"../assets/icons/
|
|
9068
|
-
"../assets/icons/
|
|
9069
|
-
"../assets/icons/
|
|
9070
|
-
"../assets/icons/
|
|
9071
|
-
"../assets/icons/
|
|
9072
|
-
"../assets/icons/
|
|
9073
|
-
"../assets/icons/
|
|
9074
|
-
"../assets/icons/
|
|
9075
|
-
"../assets/icons/
|
|
9076
|
-
"../assets/icons/
|
|
9077
|
-
"../assets/icons/
|
|
9078
|
-
"../assets/icons/
|
|
9079
|
-
"../assets/icons/
|
|
9080
|
-
"../assets/icons/
|
|
9081
|
-
"../assets/icons/
|
|
9082
|
-
"../assets/icons/
|
|
9083
|
-
"../assets/icons/
|
|
9084
|
-
"../assets/icons/
|
|
9085
|
-
"../assets/icons/
|
|
9086
|
-
"../assets/icons/
|
|
9087
|
-
"../assets/icons/
|
|
9088
|
-
"../assets/icons/
|
|
9089
|
-
"../assets/icons/
|
|
9090
|
-
"../assets/icons/
|
|
9091
|
-
"../assets/icons/
|
|
9092
|
-
"../assets/icons/
|
|
9093
|
-
"../assets/icons/
|
|
9094
|
-
"../assets/icons/
|
|
9095
|
-
"../assets/icons/
|
|
9051
|
+
"../assets/icons/Fish Carp Sticker by Jolly Fishing.gif": __vite_glob_0_6,
|
|
9052
|
+
"../assets/icons/Friday The 13Th Horror Sticker by Erik Fountain.gif": __vite_glob_0_7,
|
|
9053
|
+
"../assets/icons/Fun Monster Sticker by RARO.gif": __vite_glob_0_8,
|
|
9054
|
+
"../assets/icons/Halloween Horror Sticker by William Robin Conway.gif": __vite_glob_0_9,
|
|
9055
|
+
"../assets/icons/Halloween Illustration Sticker by Wytchlab.gif": __vite_glob_0_10,
|
|
9056
|
+
"../assets/icons/Halloween Looking Sticker by Sam C.gif": __vite_glob_0_11,
|
|
9057
|
+
"../assets/icons/Halloween Vampire Sticker by PetSmart.gif": __vite_glob_0_12,
|
|
9058
|
+
"../assets/icons/Happy Fun Sticker by William Robin Conway.gif": __vite_glob_0_13,
|
|
9059
|
+
"../assets/icons/Hot Rod Car Sticker by Metro Group Miami.gif": __vite_glob_0_14,
|
|
9060
|
+
"../assets/icons/Killer Klowns From Outer Space Funicons Sticker.gif": __vite_glob_0_15,
|
|
9061
|
+
"../assets/icons/Listen Nordrhein-Westfalen Sticker by DeinNRW.gif": __vite_glob_0_16,
|
|
9062
|
+
"../assets/icons/Looking Look Around Sticker.gif": __vite_glob_0_17,
|
|
9063
|
+
"../assets/icons/Make It Rain Basketball Sticker by Caleb Linden Design.gif": __vite_glob_0_18,
|
|
9064
|
+
"../assets/icons/Make It Rain Money Sticker by HasbroMexico.gif": __vite_glob_0_19,
|
|
9065
|
+
"../assets/icons/Make It Rain Money Sticker by Nuttz.gif": __vite_glob_0_20,
|
|
9066
|
+
"../assets/icons/Monster Blob Sticker.gif": __vite_glob_0_21,
|
|
9067
|
+
"../assets/icons/Monster Punk Sticker by El Mutante.gif": __vite_glob_0_22,
|
|
9068
|
+
"../assets/icons/Monster Sticker by bentuber.gif": __vite_glob_0_23,
|
|
9069
|
+
"../assets/icons/Musik Tape Sticker.gif": __vite_glob_0_24,
|
|
9070
|
+
"../assets/icons/Neon Cyberpunk Sticker.gif": __vite_glob_0_25,
|
|
9071
|
+
"../assets/icons/Pokemon Ghost Sticker by daylynn (1).gif": __vite_glob_0_26,
|
|
9072
|
+
"../assets/icons/Pokemon Ghost Sticker by daylynn.gif": __vite_glob_0_27,
|
|
9073
|
+
"../assets/icons/Pokemon Metal Sticker.gif": __vite_glob_0_28,
|
|
9074
|
+
"../assets/icons/Red Bull Flugtag Givesyouwiiings Sticker by Red Bull.gif": __vite_glob_0_29,
|
|
9075
|
+
"../assets/icons/Sad Game Sticker (1).gif": __vite_glob_0_30,
|
|
9076
|
+
"../assets/icons/Sad Game Sticker.gif": __vite_glob_0_31,
|
|
9077
|
+
"../assets/icons/Skating Pokemon Go Sticker by Caleb Linden Design.gif": __vite_glob_0_32,
|
|
9078
|
+
"../assets/icons/Ski Speed Sticker by RIVARACING.gif": __vite_glob_0_33,
|
|
9079
|
+
"../assets/icons/Space Farting Sticker by bangerooo.gif": __vite_glob_0_34,
|
|
9080
|
+
"../assets/icons/Space Smoking Sticker.gif": __vite_glob_0_35,
|
|
9081
|
+
"../assets/icons/Sport Skateboard Sticker by Donovann.gif": __vite_glob_0_36,
|
|
9082
|
+
"../assets/icons/Star Wars Baby Yoda Sticker.gif": __vite_glob_0_37,
|
|
9083
|
+
"../assets/icons/Star Wars Space Sticker.gif": __vite_glob_0_38,
|
|
9084
|
+
"../assets/icons/Teeth Eth Sticker by Grillz Gang.gif": __vite_glob_0_39,
|
|
9085
|
+
"../assets/icons/The Munsters Halloween Sticker by zhanadarte.gif": __vite_glob_0_40,
|
|
9086
|
+
"../assets/icons/Thunder And Lightning Sticker Sticker by Bleed Gfx (1).gif": __vite_glob_0_41,
|
|
9087
|
+
"../assets/icons/Video Game Pixel Sticker by Originals.gif": __vite_glob_0_42,
|
|
9088
|
+
"../assets/icons/Voting Bobby Kennedy Sticker by Team Kennedy.gif": __vite_glob_0_43,
|
|
9089
|
+
"../assets/icons/Watching You Santa Claus Sticker by William Robin Conway.gif": __vite_glob_0_44,
|
|
9090
|
+
"../assets/icons/Water Sea Sticker by SMD Graphics.gif": __vite_glob_0_45,
|
|
9091
|
+
"../assets/icons/Zombie Juice Sticker by Wytchlab.gif": __vite_glob_0_46,
|
|
9092
|
+
"../assets/icons/fun lol Sticker by HasbroMexico.gif": __vite_glob_0_47,
|
|
9093
|
+
"../assets/icons/gggf.gif": __vite_glob_0_48,
|
|
9094
|
+
"../assets/icons/ghost.png": __vite_glob_0_49,
|
|
9095
|
+
"../assets/icons/gif (1).gif": __vite_glob_0_50,
|
|
9096
|
+
"../assets/icons/gif (2).gif": __vite_glob_0_51,
|
|
9097
|
+
"../assets/icons/gif.gif": __vite_glob_0_52,
|
|
9098
|
+
"../assets/icons/giphy (1).gif": __vite_glob_0_53,
|
|
9099
|
+
"../assets/icons/giphyda.gif": __vite_glob_0_54,
|
|
9100
|
+
"../assets/icons/giphykk.gif": __vite_glob_0_55,
|
|
9101
|
+
"../assets/icons/greenguy.png": __vite_glob_0_56,
|
|
9102
|
+
"../assets/icons/halloween zombie Sticker by Unique Vintage.gif": __vite_glob_0_57,
|
|
9103
|
+
"../assets/icons/happy dance Sticker by HasbroMexico.gif": __vite_glob_0_58,
|
|
9104
|
+
"../assets/icons/mrbooo.png": __vite_glob_0_59,
|
|
9105
|
+
"../assets/icons/punk chef Sticker by El Mutante.gif": __vite_glob_0_60
|
|
9096
9106
|
});
|
|
9097
9107
|
const iconUrls = Object.values(iconModules$2);
|
|
9098
9108
|
function getRandomIcon() {
|
|
@@ -10944,7 +10954,7 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
|
10944
10954
|
}
|
|
10945
10955
|
});
|
|
10946
10956
|
const MCPManager = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__scopeId", "data-v-a041c792"]]);
|
|
10947
|
-
const iconModules$1 = /* @__PURE__ */ Object.assign({ "../assets/icons/80s rock Sticker by El Mutante.gif": __vite_glob_0_0, "../assets/icons/Blade Runner 3D Sticker by Black Tiger Sex Machine.gif": __vite_glob_0_1, "../assets/icons/Chicken Nugget Halloween Sticker by Sad Nuggie.gif": __vite_glob_0_2, "../assets/icons/Childs Play Halloween Sticker.gif": __vite_glob_0_3, "../assets/icons/Dance Rap Sticker by Donovann.gif": __vite_glob_0_4, "../assets/icons/Extra Terrestrial Smoking Sticker by The Horror Section.gif": __vite_glob_0_5, "../assets/icons/Friday The 13Th Horror Sticker by Erik Fountain.gif":
|
|
10957
|
+
const iconModules$1 = /* @__PURE__ */ Object.assign({ "../assets/icons/80s rock Sticker by El Mutante.gif": __vite_glob_0_0, "../assets/icons/Blade Runner 3D Sticker by Black Tiger Sex Machine.gif": __vite_glob_0_1, "../assets/icons/Chicken Nugget Halloween Sticker by Sad Nuggie.gif": __vite_glob_0_2, "../assets/icons/Childs Play Halloween Sticker.gif": __vite_glob_0_3, "../assets/icons/Dance Rap Sticker by Donovann.gif": __vite_glob_0_4, "../assets/icons/Extra Terrestrial Smoking Sticker by The Horror Section.gif": __vite_glob_0_5, "../assets/icons/Fish Carp Sticker by Jolly Fishing.gif": __vite_glob_0_6, "../assets/icons/Friday The 13Th Horror Sticker by Erik Fountain.gif": __vite_glob_0_7, "../assets/icons/Fun Monster Sticker by RARO.gif": __vite_glob_0_8, "../assets/icons/Halloween Horror Sticker by William Robin Conway.gif": __vite_glob_0_9, "../assets/icons/Halloween Illustration Sticker by Wytchlab.gif": __vite_glob_0_10, "../assets/icons/Halloween Looking Sticker by Sam C.gif": __vite_glob_0_11, "../assets/icons/Halloween Vampire Sticker by PetSmart.gif": __vite_glob_0_12, "../assets/icons/Happy Fun Sticker by William Robin Conway.gif": __vite_glob_0_13, "../assets/icons/Hot Rod Car Sticker by Metro Group Miami.gif": __vite_glob_0_14, "../assets/icons/Killer Klowns From Outer Space Funicons Sticker.gif": __vite_glob_0_15, "../assets/icons/Listen Nordrhein-Westfalen Sticker by DeinNRW.gif": __vite_glob_0_16, "../assets/icons/Looking Look Around Sticker.gif": __vite_glob_0_17, "../assets/icons/Make It Rain Basketball Sticker by Caleb Linden Design.gif": __vite_glob_0_18, "../assets/icons/Make It Rain Money Sticker by HasbroMexico.gif": __vite_glob_0_19, "../assets/icons/Make It Rain Money Sticker by Nuttz.gif": __vite_glob_0_20, "../assets/icons/Monster Blob Sticker.gif": __vite_glob_0_21, "../assets/icons/Monster Punk Sticker by El Mutante.gif": __vite_glob_0_22, "../assets/icons/Monster Sticker by bentuber.gif": __vite_glob_0_23, "../assets/icons/Musik Tape Sticker.gif": __vite_glob_0_24, "../assets/icons/Neon Cyberpunk Sticker.gif": __vite_glob_0_25, "../assets/icons/Pokemon Ghost Sticker by daylynn (1).gif": __vite_glob_0_26, "../assets/icons/Pokemon Ghost Sticker by daylynn.gif": __vite_glob_0_27, "../assets/icons/Pokemon Metal Sticker.gif": __vite_glob_0_28, "../assets/icons/Red Bull Flugtag Givesyouwiiings Sticker by Red Bull.gif": __vite_glob_0_29, "../assets/icons/Sad Game Sticker (1).gif": __vite_glob_0_30, "../assets/icons/Sad Game Sticker.gif": __vite_glob_0_31, "../assets/icons/Skating Pokemon Go Sticker by Caleb Linden Design.gif": __vite_glob_0_32, "../assets/icons/Ski Speed Sticker by RIVARACING.gif": __vite_glob_0_33, "../assets/icons/Space Farting Sticker by bangerooo.gif": __vite_glob_0_34, "../assets/icons/Space Smoking Sticker.gif": __vite_glob_0_35, "../assets/icons/Sport Skateboard Sticker by Donovann.gif": __vite_glob_0_36, "../assets/icons/Star Wars Baby Yoda Sticker.gif": __vite_glob_0_37, "../assets/icons/Star Wars Space Sticker.gif": __vite_glob_0_38, "../assets/icons/Teeth Eth Sticker by Grillz Gang.gif": __vite_glob_0_39, "../assets/icons/The Munsters Halloween Sticker by zhanadarte.gif": __vite_glob_0_40, "../assets/icons/Thunder And Lightning Sticker Sticker by Bleed Gfx (1).gif": __vite_glob_0_41, "../assets/icons/Video Game Pixel Sticker by Originals.gif": __vite_glob_0_42, "../assets/icons/Voting Bobby Kennedy Sticker by Team Kennedy.gif": __vite_glob_0_43, "../assets/icons/Watching You Santa Claus Sticker by William Robin Conway.gif": __vite_glob_0_44, "../assets/icons/Water Sea Sticker by SMD Graphics.gif": __vite_glob_0_45, "../assets/icons/Zombie Juice Sticker by Wytchlab.gif": __vite_glob_0_46, "../assets/icons/fun lol Sticker by HasbroMexico.gif": __vite_glob_0_47, "../assets/icons/gggf.gif": __vite_glob_0_48, "../assets/icons/ghost.png": __vite_glob_0_49, "../assets/icons/gif (1).gif": __vite_glob_0_50, "../assets/icons/gif (2).gif": __vite_glob_0_51, "../assets/icons/gif.gif": __vite_glob_0_52, "../assets/icons/giphy (1).gif": __vite_glob_0_53, "../assets/icons/giphyda.gif": __vite_glob_0_54, "../assets/icons/giphykk.gif": __vite_glob_0_55, "../assets/icons/greenguy.png": __vite_glob_0_56, "../assets/icons/halloween zombie Sticker by Unique Vintage.gif": __vite_glob_0_57, "../assets/icons/happy dance Sticker by HasbroMexico.gif": __vite_glob_0_58, "../assets/icons/mrbooo.png": __vite_glob_0_59, "../assets/icons/punk chef Sticker by El Mutante.gif": __vite_glob_0_60 });
|
|
10948
10958
|
function useIconLibrary() {
|
|
10949
10959
|
const searchQuery = ref("");
|
|
10950
10960
|
const userIcons = ref([]);
|
|
@@ -11141,7 +11151,7 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
|
|
|
11141
11151
|
}
|
|
11142
11152
|
});
|
|
11143
11153
|
const IconPickerDialog = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["__scopeId", "data-v-591aaed1"]]);
|
|
11144
|
-
const iconModules = /* @__PURE__ */ Object.assign({ "../assets/icons/80s rock Sticker by El Mutante.gif": __vite_glob_0_0, "../assets/icons/Blade Runner 3D Sticker by Black Tiger Sex Machine.gif": __vite_glob_0_1, "../assets/icons/Chicken Nugget Halloween Sticker by Sad Nuggie.gif": __vite_glob_0_2, "../assets/icons/Childs Play Halloween Sticker.gif": __vite_glob_0_3, "../assets/icons/Dance Rap Sticker by Donovann.gif": __vite_glob_0_4, "../assets/icons/Extra Terrestrial Smoking Sticker by The Horror Section.gif": __vite_glob_0_5, "../assets/icons/Friday The 13Th Horror Sticker by Erik Fountain.gif":
|
|
11154
|
+
const iconModules = /* @__PURE__ */ Object.assign({ "../assets/icons/80s rock Sticker by El Mutante.gif": __vite_glob_0_0, "../assets/icons/Blade Runner 3D Sticker by Black Tiger Sex Machine.gif": __vite_glob_0_1, "../assets/icons/Chicken Nugget Halloween Sticker by Sad Nuggie.gif": __vite_glob_0_2, "../assets/icons/Childs Play Halloween Sticker.gif": __vite_glob_0_3, "../assets/icons/Dance Rap Sticker by Donovann.gif": __vite_glob_0_4, "../assets/icons/Extra Terrestrial Smoking Sticker by The Horror Section.gif": __vite_glob_0_5, "../assets/icons/Fish Carp Sticker by Jolly Fishing.gif": __vite_glob_0_6, "../assets/icons/Friday The 13Th Horror Sticker by Erik Fountain.gif": __vite_glob_0_7, "../assets/icons/Fun Monster Sticker by RARO.gif": __vite_glob_0_8, "../assets/icons/Halloween Horror Sticker by William Robin Conway.gif": __vite_glob_0_9, "../assets/icons/Halloween Illustration Sticker by Wytchlab.gif": __vite_glob_0_10, "../assets/icons/Halloween Looking Sticker by Sam C.gif": __vite_glob_0_11, "../assets/icons/Halloween Vampire Sticker by PetSmart.gif": __vite_glob_0_12, "../assets/icons/Happy Fun Sticker by William Robin Conway.gif": __vite_glob_0_13, "../assets/icons/Hot Rod Car Sticker by Metro Group Miami.gif": __vite_glob_0_14, "../assets/icons/Killer Klowns From Outer Space Funicons Sticker.gif": __vite_glob_0_15, "../assets/icons/Listen Nordrhein-Westfalen Sticker by DeinNRW.gif": __vite_glob_0_16, "../assets/icons/Looking Look Around Sticker.gif": __vite_glob_0_17, "../assets/icons/Make It Rain Basketball Sticker by Caleb Linden Design.gif": __vite_glob_0_18, "../assets/icons/Make It Rain Money Sticker by HasbroMexico.gif": __vite_glob_0_19, "../assets/icons/Make It Rain Money Sticker by Nuttz.gif": __vite_glob_0_20, "../assets/icons/Monster Blob Sticker.gif": __vite_glob_0_21, "../assets/icons/Monster Punk Sticker by El Mutante.gif": __vite_glob_0_22, "../assets/icons/Monster Sticker by bentuber.gif": __vite_glob_0_23, "../assets/icons/Musik Tape Sticker.gif": __vite_glob_0_24, "../assets/icons/Neon Cyberpunk Sticker.gif": __vite_glob_0_25, "../assets/icons/Pokemon Ghost Sticker by daylynn (1).gif": __vite_glob_0_26, "../assets/icons/Pokemon Ghost Sticker by daylynn.gif": __vite_glob_0_27, "../assets/icons/Pokemon Metal Sticker.gif": __vite_glob_0_28, "../assets/icons/Red Bull Flugtag Givesyouwiiings Sticker by Red Bull.gif": __vite_glob_0_29, "../assets/icons/Sad Game Sticker (1).gif": __vite_glob_0_30, "../assets/icons/Sad Game Sticker.gif": __vite_glob_0_31, "../assets/icons/Skating Pokemon Go Sticker by Caleb Linden Design.gif": __vite_glob_0_32, "../assets/icons/Ski Speed Sticker by RIVARACING.gif": __vite_glob_0_33, "../assets/icons/Space Farting Sticker by bangerooo.gif": __vite_glob_0_34, "../assets/icons/Space Smoking Sticker.gif": __vite_glob_0_35, "../assets/icons/Sport Skateboard Sticker by Donovann.gif": __vite_glob_0_36, "../assets/icons/Star Wars Baby Yoda Sticker.gif": __vite_glob_0_37, "../assets/icons/Star Wars Space Sticker.gif": __vite_glob_0_38, "../assets/icons/Teeth Eth Sticker by Grillz Gang.gif": __vite_glob_0_39, "../assets/icons/The Munsters Halloween Sticker by zhanadarte.gif": __vite_glob_0_40, "../assets/icons/Thunder And Lightning Sticker Sticker by Bleed Gfx (1).gif": __vite_glob_0_41, "../assets/icons/Video Game Pixel Sticker by Originals.gif": __vite_glob_0_42, "../assets/icons/Voting Bobby Kennedy Sticker by Team Kennedy.gif": __vite_glob_0_43, "../assets/icons/Watching You Santa Claus Sticker by William Robin Conway.gif": __vite_glob_0_44, "../assets/icons/Water Sea Sticker by SMD Graphics.gif": __vite_glob_0_45, "../assets/icons/Zombie Juice Sticker by Wytchlab.gif": __vite_glob_0_46, "../assets/icons/fun lol Sticker by HasbroMexico.gif": __vite_glob_0_47, "../assets/icons/gggf.gif": __vite_glob_0_48, "../assets/icons/ghost.png": __vite_glob_0_49, "../assets/icons/gif (1).gif": __vite_glob_0_50, "../assets/icons/gif (2).gif": __vite_glob_0_51, "../assets/icons/gif.gif": __vite_glob_0_52, "../assets/icons/giphy (1).gif": __vite_glob_0_53, "../assets/icons/giphyda.gif": __vite_glob_0_54, "../assets/icons/giphykk.gif": __vite_glob_0_55, "../assets/icons/greenguy.png": __vite_glob_0_56, "../assets/icons/halloween zombie Sticker by Unique Vintage.gif": __vite_glob_0_57, "../assets/icons/happy dance Sticker by HasbroMexico.gif": __vite_glob_0_58, "../assets/icons/mrbooo.png": __vite_glob_0_59, "../assets/icons/punk chef Sticker by El Mutante.gif": __vite_glob_0_60 });
|
|
11145
11155
|
const userIconCache = ref(/* @__PURE__ */ new Map());
|
|
11146
11156
|
let isLoadingUserIcons = false;
|
|
11147
11157
|
function useIconResolver() {
|
|
@@ -25308,20 +25318,20 @@ const _hoisted_11$b = {
|
|
|
25308
25318
|
key: 0,
|
|
25309
25319
|
class: "filter-label"
|
|
25310
25320
|
};
|
|
25311
|
-
const _hoisted_12$a = { class: "panel-
|
|
25312
|
-
const _hoisted_13$a = ["
|
|
25313
|
-
const _hoisted_14$9 = { class: "
|
|
25314
|
-
const _hoisted_15$8 =
|
|
25315
|
-
const _hoisted_16$8 = ["
|
|
25316
|
-
const _hoisted_17$7 = { class: "
|
|
25317
|
-
const _hoisted_18$5 =
|
|
25318
|
-
const _hoisted_19$5 = ["
|
|
25319
|
-
const _hoisted_20$4 = { class: "
|
|
25320
|
-
const _hoisted_21$4 = { class: "item-
|
|
25321
|
-
const _hoisted_22$4 =
|
|
25322
|
-
const _hoisted_23$4 = { class: "
|
|
25323
|
-
const _hoisted_24$4 =
|
|
25324
|
-
const _hoisted_25$4 = { class: "
|
|
25321
|
+
const _hoisted_12$a = { class: "panel-search" };
|
|
25322
|
+
const _hoisted_13$a = ["value", "placeholder"];
|
|
25323
|
+
const _hoisted_14$9 = { class: "panel-items" };
|
|
25324
|
+
const _hoisted_15$8 = ["onDragstart"];
|
|
25325
|
+
const _hoisted_16$8 = ["onClick", "title"];
|
|
25326
|
+
const _hoisted_17$7 = { class: "pin-icon" };
|
|
25327
|
+
const _hoisted_18$5 = { class: "item-left-col" };
|
|
25328
|
+
const _hoisted_19$5 = ["src"];
|
|
25329
|
+
const _hoisted_20$4 = { class: "item-right-col" };
|
|
25330
|
+
const _hoisted_21$4 = { class: "item-title-text" };
|
|
25331
|
+
const _hoisted_22$4 = { class: "item-description" };
|
|
25332
|
+
const _hoisted_23$4 = { class: "panel-create-section" };
|
|
25333
|
+
const _hoisted_24$4 = ["title"];
|
|
25334
|
+
const _hoisted_25$4 = { class: "add-label" };
|
|
25325
25335
|
const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
25326
25336
|
__name: "SidePanel",
|
|
25327
25337
|
props: {
|
|
@@ -25338,8 +25348,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
25338
25348
|
setup(__props) {
|
|
25339
25349
|
const props = __props;
|
|
25340
25350
|
const { togglePin: togglePin2, isPinned: isPinned2 } = usePinnedItems();
|
|
25341
|
-
const { resolveIcon
|
|
25342
|
-
computed(() => userIconCache2.value);
|
|
25351
|
+
const { resolveIcon } = useIconResolver();
|
|
25343
25352
|
const getFilterIcon = (label) => {
|
|
25344
25353
|
const icons = {
|
|
25345
25354
|
"Skills": "S",
|
|
@@ -25403,28 +25412,15 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
25403
25412
|
}), 128))
|
|
25404
25413
|
])) : createCommentVNode("", true),
|
|
25405
25414
|
createBaseVNode("div", _hoisted_12$a, [
|
|
25406
|
-
createBaseVNode("button", {
|
|
25407
|
-
class: "panel-add-button",
|
|
25408
|
-
style: normalizeStyle({
|
|
25409
|
-
"--button-color": getActiveFilterColor()
|
|
25410
|
-
}),
|
|
25411
|
-
title: getCreateLabel(__props.activeFilter),
|
|
25412
|
-
onClick: _cache[1] || (_cache[1] = ($event) => _ctx.$emit("openEditor"))
|
|
25413
|
-
}, [
|
|
25414
|
-
_cache[3] || (_cache[3] = createBaseVNode("span", { class: "add-icon" }, "+", -1)),
|
|
25415
|
-
createBaseVNode("span", _hoisted_14$9, toDisplayString(getCreateLabel(__props.activeFilter)), 1)
|
|
25416
|
-
], 12, _hoisted_13$a)
|
|
25417
|
-
]),
|
|
25418
|
-
createBaseVNode("div", _hoisted_15$8, [
|
|
25419
25415
|
createBaseVNode("input", {
|
|
25420
25416
|
value: __props.searchValue,
|
|
25421
|
-
onInput: _cache[
|
|
25417
|
+
onInput: _cache[1] || (_cache[1] = ($event) => _ctx.$emit("update:searchValue", $event.target.value)),
|
|
25422
25418
|
type: "text",
|
|
25423
25419
|
placeholder: __props.searchPlaceholder,
|
|
25424
25420
|
class: "search-input"
|
|
25425
|
-
}, null, 40,
|
|
25421
|
+
}, null, 40, _hoisted_13$a)
|
|
25426
25422
|
]),
|
|
25427
|
-
createBaseVNode("div",
|
|
25423
|
+
createBaseVNode("div", _hoisted_14$9, [
|
|
25428
25424
|
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.items, (item) => {
|
|
25429
25425
|
return openBlock(), createElementBlock("div", {
|
|
25430
25426
|
key: item.id,
|
|
@@ -25438,9 +25434,9 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
25438
25434
|
onClick: withModifiers(($event) => unref(togglePin2)(item.id), ["stop"]),
|
|
25439
25435
|
title: unref(isPinned2)(item.id) ? "Unpin" : "Pin to top"
|
|
25440
25436
|
}, [
|
|
25441
|
-
createBaseVNode("span",
|
|
25442
|
-
], 10,
|
|
25443
|
-
createBaseVNode("div",
|
|
25437
|
+
createBaseVNode("span", _hoisted_17$7, toDisplayString(unref(isPinned2)(item.id) ? "★" : "☆"), 1)
|
|
25438
|
+
], 10, _hoisted_16$8),
|
|
25439
|
+
createBaseVNode("div", _hoisted_18$5, [
|
|
25444
25440
|
createBaseVNode("div", {
|
|
25445
25441
|
class: "item-icon-diamond",
|
|
25446
25442
|
style: normalizeStyle({ borderColor: item.color })
|
|
@@ -25450,25 +25446,38 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
25450
25446
|
src: unref(resolveIcon)(item.iconImage),
|
|
25451
25447
|
alt: "icon",
|
|
25452
25448
|
class: "item-icon-image"
|
|
25453
|
-
}, null, 8,
|
|
25449
|
+
}, null, 8, _hoisted_19$5)) : (openBlock(), createElementBlock("div", {
|
|
25454
25450
|
key: 1,
|
|
25455
25451
|
class: "item-icon-content",
|
|
25456
25452
|
style: normalizeStyle({ color: item.color })
|
|
25457
25453
|
}, toDisplayString(item.icon), 5))
|
|
25458
25454
|
], 4)
|
|
25459
25455
|
]),
|
|
25460
|
-
createBaseVNode("div",
|
|
25461
|
-
createBaseVNode("div",
|
|
25462
|
-
createBaseVNode("div",
|
|
25456
|
+
createBaseVNode("div", _hoisted_20$4, [
|
|
25457
|
+
createBaseVNode("div", _hoisted_21$4, "# " + toDisplayString(item.title), 1),
|
|
25458
|
+
createBaseVNode("div", _hoisted_22$4, toDisplayString(item.description), 1)
|
|
25463
25459
|
])
|
|
25464
|
-
], 46,
|
|
25460
|
+
], 46, _hoisted_15$8);
|
|
25465
25461
|
}), 128))
|
|
25462
|
+
]),
|
|
25463
|
+
createBaseVNode("div", _hoisted_23$4, [
|
|
25464
|
+
createBaseVNode("button", {
|
|
25465
|
+
class: "panel-add-button",
|
|
25466
|
+
style: normalizeStyle({
|
|
25467
|
+
"--button-color": getActiveFilterColor()
|
|
25468
|
+
}),
|
|
25469
|
+
title: getCreateLabel(__props.activeFilter),
|
|
25470
|
+
onClick: _cache[2] || (_cache[2] = ($event) => _ctx.$emit("openEditor"))
|
|
25471
|
+
}, [
|
|
25472
|
+
_cache[3] || (_cache[3] = createBaseVNode("span", { class: "add-icon" }, "+", -1)),
|
|
25473
|
+
createBaseVNode("span", _hoisted_25$4, toDisplayString(getCreateLabel(__props.activeFilter)), 1)
|
|
25474
|
+
], 12, _hoisted_24$4)
|
|
25466
25475
|
])
|
|
25467
25476
|
]);
|
|
25468
25477
|
};
|
|
25469
25478
|
}
|
|
25470
25479
|
});
|
|
25471
|
-
const SidePanel = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-
|
|
25480
|
+
const SidePanel = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-6890b795"]]);
|
|
25472
25481
|
const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
25473
25482
|
__name: "CenteredDialog",
|
|
25474
25483
|
props: {
|
package/out/renderer/index.html
CHANGED
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
11
11
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
12
12
|
<link href="https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap" rel="stylesheet">
|
|
13
|
-
<script type="module" crossorigin src="./assets/index-
|
|
14
|
-
<link rel="stylesheet" crossorigin href="./assets/index-
|
|
13
|
+
<script type="module" crossorigin src="./assets/index-XePyxwk2.js"></script>
|
|
14
|
+
<link rel="stylesheet" crossorigin href="./assets/index-6l50PxOE.css">
|
|
15
15
|
</head>
|
|
16
16
|
|
|
17
17
|
<body>
|