Skip to content

Commit c14329b

Browse files
fixed icon names
1 parent b71cf66 commit c14329b

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

AGENTS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -413,12 +413,12 @@ Left-small-down, Left-small-up, Lightning, Lightning-fill, Like, Link-two,
413413
List-checkbox, Lock, Login, Logout, Magic, Magic-wand, Mail, Mail-download,
414414
Mail-open, Message-emoji, Message-one, Minus, Minus-the-top, Moon, More,
415415
More-one, More-three, More-two, Paperclip, Parallel-gateway, People-top-card,
416-
Percentage, Phone-telephone, Picture-one, Pin, Pin Filled, Plus, Preview-close,
416+
Percentage, Phone-telephone, Picture-one, Pin, Pin-filled, Plus, Preview-close,
417417
Preview-close-one, Preview-open, Printer, Pull, Pushpin, Reduce-one, Refresh-one,
418-
Return, Rewora, Rewora Filled, Right, Right-c, Right-small, Right-small-down,
418+
Return, Star-2, Star-2-filled, Right, Right-c, Right-small, Right-small-down,
419419
Right-small-up, Save, Search, Send-email, Setting-config, Setting-two, Shop,
420420
Shopping, Shopping-bag, Shopping-cart-one, Sort, Sort-amount-down, Sort-amount-up,
421-
Sort-one, Sort-three, Sort Alt, Star, Success, Sun-one, Switch, Table-report,
421+
Sort-one, Sort-three, Sort-alt, Star, Success, Sun-one, Switch, Table-report,
422422
Tag, Tag-one, Time, Tips-one, To-top, Transfer-data, Translate, Translation,
423423
Triangle-round-rectangle, Truck, Undo, Unlock, Up, Up-c, Up-small, Upload,
424424
Upload-one, User-business, View-grid-list, Write, Zoom-in, Zoom-out

src/django_smartbase_admin/static/sb_admin/src/js/table_modules/column_display_module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export class ColumnDisplayModule extends SBAdminTableModule {
9696
)
9797
checkboxCollapsed.classList.add('ml-auto')
9898
labelCollapsed.appendChild(createIcon('Pin', ['w-16', 'h-16']))
99-
labelCollapsed.appendChild(createIcon('Pin Filled', ['w-16', 'h-16']))
99+
labelCollapsed.appendChild(createIcon('Pin-filled', ['w-16', 'h-16']))
100100

101101

102102
inputVisible.addEventListener("change", debounce(() => {

src/django_smartbase_admin/templates/sb_admin/components/inputs.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<use xlink:href="#Setting-config"></use>
6363
</svg>
6464
<svg class="w-20 h-20">
65-
<use xlink:href="#Sort Alt"></use>
65+
<use xlink:href="#Sort-alt"></use>
6666
</svg>
6767
</div>
6868
</div>
@@ -93,7 +93,7 @@
9393
<use xlink:href="#Setting-config"></use>
9494
</svg>
9595
<svg class="w-20 h-20">
96-
<use xlink:href="#Sort Alt"></use>
96+
<use xlink:href="#Sort-alt"></use>
9797
</svg>
9898
</div>
9999
</div>
@@ -116,7 +116,7 @@
116116
<use xlink:href="#Setting-config"></use>
117117
</svg>
118118
<svg class="w-20 h-20">
119-
<use xlink:href="#Sort Alt"></use>
119+
<use xlink:href="#Sort-alt"></use>
120120
</svg>
121121
</div>
122122
</div>
@@ -137,7 +137,7 @@
137137
<use xlink:href="#Setting-config"></use>
138138
</svg>
139139
<svg class="w-20 h-20">
140-
<use xlink:href="#Sort Alt"></use>
140+
<use xlink:href="#Sort-alt"></use>
141141
</svg>
142142
</div>
143143
</div>

src/django_smartbase_admin/templates/sb_admin/navigation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<div class="text-12 leading-16 js-alias-domain-name hidden"></div>
131131
</div>
132132
<svg class="w-16 h-16 ml-auto flex-shrink-0">
133-
<use xlink:href="#Sort Alt"></use>
133+
<use xlink:href="#Sort-alt"></use>
134134
</svg>
135135
</div>
136136
<div class="dropdown-menu max-h-432">

src/django_smartbase_admin/templates/sb_admin/widgets/radio_dropdown.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
>
1212
<span id="{{ widget.attrs.id }}-value" class="js-dropdown-label flex gap-8">{{ widget.form_field.empty_label }}</span>
1313
<svg class="ml-8 no-rotate text-dark">
14-
<use xlink:href="#Sort Alt"></use>
14+
<use xlink:href="#Sort-alt"></use>
1515
</svg>
1616
</button>
1717
<div id="{{ widget.attrs.id }}-dropdown" class="dropdown-menu">

0 commit comments

Comments
 (0)