![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
I sent my yuletide story off to beta! Yay! There's one fandom I'd like to write a treat for, but I don't really have a story idea for it so far. I hope I'll at least be able to write a little something for Madness.
As for the translation interface, I've sanitised all the input, meaning that now users are prevented from putting bad data into forms. It's boring work as it's clear what it's supposed to do and how it's going to work, and it's not necessary for the general functionality, but it went smoothly.
Another big thing I did the was to move the whole interface to the new frontend code—lots of rewriting of HTML, JavaScript and automated tests. It was definitely worth it because everything looks so much prettier now while needing much less custom CSS, and the whole HTML structure and the CSS class system feel so much cleaner now. Have a screenshot:

I also fixed and cleaned up a few things. Somehow I had totally missed the excistence of button_to so far...
As for the translation interface, I've sanitised all the input, meaning that now users are prevented from putting bad data into forms. It's boring work as it's clear what it's supposed to do and how it's going to work, and it's not necessary for the general functionality, but it went smoothly.
Another big thing I did the was to move the whole interface to the new frontend code—lots of rewriting of HTML, JavaScript and automated tests. It was definitely worth it because everything looks so much prettier now while needing much less custom CSS, and the whole HTML structure and the CSS class system feel so much cleaner now. Have a screenshot:

I also fixed and cleaned up a few things. Somehow I had totally missed the excistence of button_to so far...