No.11011[View All]
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 196 posts and 40 image replies omitted. Click reply to view. No.12765
>>12764i AM. do NOT delete.
No.12767
>>12761this seems to happen sometimes when you have a ban on another board that hasn't been seen
No.12768
effectively getting banned somewhere prevents you from deleting anything
No.12769
yeah, that IP has a ton of VPN bans. I guess that's a bit of a problem then, you won't be able to delete
No.12770
>>12769>>12768>>12767naruhodo
so it was my VPN...
I will just have to live a life with no mistskes
No.12783
>>11011Bitch stained that expensive chinese dress with wine.
No.12974
>>12973>back and forth checking the previewHow many times are you opening/closing the preview per post... I just leave it open....
No.12977
>>12975can attest to this though my reason for closing the preview panel is usually to make it stop taking up space while i continue typing whatever it is i'm writing
No.12978
I see, therefore, I sage.
No.12979
I'm kind of going through CSS stuff, but not sure how you'd expand that space there. guess I can try to remember and look at it later
No.13008
>>12973You can put this in your custom CSS:
.qr-controls {
border-right:4px dashed;
border-color: transparent;
}Not sure if it's the most "efficient" way, but it will accomplish the goal of moving the quick reply icons apart. Change the "4" into the desired space in pixels. I might add some space between them as I go through the kissu CSS themes to "modernize" them and make new ones. Maybe change from right to left or add a duplicate line for border-left, I dunno.
No.13009
>>13008Ah, I forgot about the custom CSS. I'll probably just use:
.qr-controls, .filename-container {
padding-right:15px;
}It does cause some weirdness when attaching a file, but it looks fine otherwise. When attaching a file, the tegaki button goes away and then spoiler and remove file buttons appear, but the remove file button is nested within the same "qr-controls" class as the spoiler button so the spacing gets awkward because the padding gets applied twice.
No.13011
>>13009Huh. Yeah, uhhh... that's out of my knowledge range. I'm just the guy that messes with themes and occasional CSS events so I don't really know how programming stuff works. I guess vern can look into it.
>When attaching a file, the tegaki button goes awayThat part is intentional, at least I'm pretty sure. It also happens when you've finished a tegaki drawing and you need to cancel the upload to open it again. I think it's just a limitation of the system, but I'm not entirely sure. Probably there to prevent someone trying to upload a regular image and tegaki image at the same time and getting some sort of massive error.
No.13013
Ohh now I see. yeah. huh.
I don't get it. Can we say it's a cool bonus animation? It's like, uhh.. the icons are parting to make way for your post. Wow, that's a cool UI design.
No.13015
is there a problem now that you're using custom CSS? I like the filenames being readable
No.13017
Tried deleting this, but I got an error saying I had to wait, and then tried again, but then it said the post had already been deleted. Can't report because it says the post doesn't exist.
>>>/megu/1968
No.13018
I don't think there's a way to un-hide replies. Accidentally hid a reply but didn't get the [+] to expand the hidden threads link, had to hide the (a?) OP too. Or is there another way for replies?
No.13020
>>13019Oh, alright, thanks.
No.13022
>>13021you just have to delete a post and trigger a rebuild of the catalog cache
No.13023
>>13009Oh, looked into this more (I figured out how to do the inspector thing) and the way to specifically alter the preview button is like this:
.svg-icon.preview-icon {
padding-right:55px;
padding-left:15px;
}This way it won't space out the other icons, although the inconsistent spacing does kind of bother me.
No.13024
>>>/qa/135357It is going to take me a lot longer than five hours programming this... If I make a pull request, you had better not reject it...
Navigating other people's code and trying to figure out how things work, and getting them to work in the first place is not an enjoyable experience.
No.13029
Blockhash is perceptual filters. md5sum not good enough
No.13030
>>13029It was a comment for myself because I couldn't find the program you used, so I just used md5sum, which worked fine.
No.13031
from what I can tell the cli tool stopped existing a few years ago. I just starred a repo that references the origin
https://web.archive.org/web/20210827144701/http://blockhash.io/
No.13032
All of the results I was finding were kuso crypto blockchain things...
No.13034
the power of SEO
No.13035
i'll merge it tomorow
No.13036
Merged and running
No.13037
>>>/qa/135451>shouldQA report here: expected feature is absent
REQUIREMENTS:
have an account with at least one wide banner uploaded
REPRO STEPS:
1) go to
https://banners.kissu.moe/2) press "sign in"
3) enter your credentials
4) press "submit"
5) once logged in, observe list of banners
EXPECTED RESULT:
"edit" column appears on the right-most side of the panel, with an edit button for wide banners
ACTUAL RESULT:
no column or button appears
DESCRIPTION:
idk it's not there
No.13038
>>13037it's probably the browser cache getting in the way
No.13039
i'll have to add a search tag to it to bypass that
No.13040
oh, there was no version update bump up
No.13041
should be fine now.
No.13042
column is present now, closing as fixed