No iso codes there currently. Which makes me wonder, why do we use the iso codes there anyway? (of course, we also don't have the translated names there, so)
Also bitmap: have you written anything for link_iswc yet, or should I just do it myself? :)
bitmap
lemme see
ah we already have root/static/scripts/common/components/CodeLink.js for that
used for ISRCs too
reosarevok
Ok :) What about the languages? I'm not fully sure how to even load the codes etc for them :/
yeah, you don't really need the conditional since the html will just be empty in that case
reosarevok
I was getting an Error: No translation key found. otherwise though
bitmap
ah, you're right
CatQuest
instrument thing
?
what are you doooing?
reosarevok
CatQuest: updating the instrument search results to React. So, nothing visible
CatQuest
:D
reosarevok
(if I don't mess up)
CatQuest
:P
and aww
reosarevok
Well, maybe a tiny increase in loading speed of the search? :D
But like, tiny
CatQuest
Y U do dis? T__T
reosarevok
Because if they're all done, yvanzo said we can get an "all" search :p
CatQuest
i thought the point was react was better, faster, stronger.. last thing
reosarevok
(ok, not only that, but that'd be neat)
Well, it is, I just don't think the instrument search load was particularly slow
CatQuest
so why increase in loading?
reosarevok
duh
decrease :D
Sorry
CatQuest
oh
duh
now i get it
:D
reosarevok
increase in the speed
Decrease in the time
Whatevers :D
reosarevok wasn't too clear
CatQuest
sorry cannot parse that as anything but "increase = longer" :D
ya, u wasn't :P
\m/ BrainZ \m/
culinko has quit
reosarevok
bitmap: what's the reason for us to have separate inline-results-release.tt and the like?
bitmap
reosarevok: separate from where?
reosarevok
results-release is basically just a wrapper with [% INCLUDE 'search/lib/inline-results-release.tt' %]
bitmap
oh, hmm
they are also used by root/taglookup/results.tt
but I guess only certain types
reosarevok
We only have that for recording and release
(also why I haven't touched them yet :p )
bitmap
artist, recording, release
reosarevok
But artist is already made
Which I guess means "do it the standard way and leave this behind for taglookup" or?
(since AFAICT that's what happened with artist)
bitmap
yeah, that makes sense
taglookup won't be too hard to convert in any case but we can leave the inline files it needs for now
Sophist-UK has quit
reosarevok
bitmap: any suggestions for [%- IF c.try_get_session('tport') -%] <th>[% l('Tagger') %]</th> [%- END %] on recording?
It's always been a bit weird for me that this affects search result display in this way tbh :/
bitmap
the equivalent check in JS would be $c.session && $c.session.tport, and there's a TaggerIcon component already if you need that
reosarevok
Also, <th class="t pos">[% l('Track') %]</th> - is there a way to send a class for a column of PaginatedSearchResults? I guess not currently. Should I add one?
bitmap
hmm, I guess so
reosarevok
Also II, is there a way to add *optional* columns? (for the Tagger thing)