No.11011
Bring up issues for both Kissu UI.
The old HTML pages will be undergoing an update to a new templating language so I will be more receptive to resolving issues with it.
UI Feedback:
https://feedback.kissu.moe/public/forms/UI_Feedback/12
No.11017
File:qr.jpg (13.02 KB,394x269)

Vichan quick reply has a long standing issue of bleeding into the replies due to having the same background color and no border.
I've been using this snippet (with .sw-tinyboard though) on all my devices to make it look normal.
#additional_clicker button {
margin: 2px 1px;
}
#quick-reply .handle {
background: none;
border: none;
}
#quick-reply table {
border: 1px solid black;
}
#wl-button {
margin: 0px 1px !important;
}
Changing the handle may not be in everyone's taste, but the border itself makes sense when the QR box is frequently going to be overlapping with replies.
No.11035
For whatever reason, when I unhide the sidebar after hiding it, it also opens up the recent posts feed. This happens in every browser I've tried on both mobile, tablet and desktop.
No.11036
>>11034Not the admin, but if you report your own post with the same IP I can delete it for you until that's fixed
No.11037
>>11034it's because bans on other boards effect the ability to delete on others.
No.11038
>>11037That's weird, I'm not banned.
No.11039
>>11038yeah. you forgot Kuon
I'll have to fix this, though the kuon rule is off now.
No.11040
>>11011thank you for introducing me to this artist i really like their stuff
No.11046
Google reverse imagesearch has been broken for how long?
Anyways. I'll put in the fix shortly for those of you(nobody) who cares
No.11047
>>11034possbily resolved now. Haven't verified
No.11050
>>11047Yeah, it's been working on my end since yesterday.
No.11081
>>11080hm, i'll look at what's causing it
No.11083
Regex is such a demon.
I think this resolves it, but I really hate how vichan and most imageboards handle markup and text validation for tags.
No.11137
>>11021>where most would just use JavaScript and 700 libraries instead of clever HTML and CSS hacks.I found
this clever CSS hack for making a tree view in pure CSS maybe it could come in handy.
No.11138
>>11137Doesn't really make me weigh more on implementing tree view. Current project is vichan replacement and after it's released I'll be building new features onto it.
There are some major remakes of certain major functionality of the UI which could be done, nothing I've formally decided to log. Tree view could be placed into that. Adding new features is a bit cumbersome.
I feel like implementing a 3D MMO style way of viewing kissu's content... I've discussed it a bit but it's just that. Discussion.
No.11161
When making a thread on /qa/ in the new UI, I tried to use another thread number to link to in an anchor link. The preview led me to believe that I needed to type "thread/<number>" when it actually needed "number".
The thread is
>>>/qa/101727, would someone be able to fix the link please?
No.11225
>>11161didn't notice this post until now.
The proper way is /qa/thread/12345
what you did was thread/12345