Rename the ID from token-browser to image-tagger

This commit is contained in:
Oliver 2026-02-01 15:40:10 -07:00
parent 2fdcdf062c
commit acc1858f44
25 changed files with 37 additions and 37 deletions

View file

@ -3,7 +3,7 @@
data-image-id="{{image.id}}"
>
<img
src="{{tb-filePath image.path}}"
src="{{it-filePath image.path}}"
alt=""
>
{{#if is.single}}

View file

@ -1,6 +1,6 @@
<li class="image">
<img
src="{{tb-filePath image.path}}"
src="{{it-filePath image.path}}"
alt=""
>
{{#if (eq selectMode "single")}}

View file

@ -12,7 +12,7 @@
<ul class="image-list image-list--{{listLayout}}">
{{#each images as | image |}}
{{>
(tb-filePath "templates/ArtBrowser/image/grid.hbs")
(it-filePath "templates/ArtBrowser/image/grid.hbs")
image=image
is=@root.is
}}

View file

@ -29,6 +29,6 @@
id="{{meta.idp}}-artists"
name="artists"
>
{{ tb-options artists artistList }}
{{ it-options artists artistList }}
</multi-select>
</form>