09-01-2018
New features:
-
Placeholders can now be added to input fields! You can use it like this:
{{type:fieldname[placeholdertexthere]}}
. E.g:{{type:Meanings[English]}}
will result in an input with ‘English’ as the placeholder text. Of course, every type of input supports this same syntax (such astype-ja
,spellcheck
etc) -
A
dark
class will be added to all the card wrappers when someone is using one of the dark Kitsun themes. This means that you can change your layouts depending on the theme someone is using! You can use it like this:
.dark{
.classname{
background: black;
}
}
Bugfixes:
-
Changed Kit Fox colors to be more in line with the others (in terms of brightness).
-
Icons have been added to the subcategories in the community centre sidebar, making them display better when the sidebar is collapsed.
-
Community Centre Styling for the top bar/search bar was accidentally removed. This has been reverted.
-
Decks now have a minimum height on the decks page, this should result in the deck images looking a bit better (let me know if it worked )
-
Sidemenu should now look better for low resolution screens.
-
Fixed some dark theme color issues.
-
Android page height during lessons/reviews has been fixed, layouts should no longer overflow below the bottom of the screen.
-
The back button in the folder view has changed colors in the dark theme.