got rid of old and/or done TODOs in FE source

This commit is contained in:
Felix Hamann 2018-06-21 10:36:44 +02:00
parent 67927742bb
commit 91a64a8d67
3 changed files with 0 additions and 5 deletions

View File

@ -17,7 +17,6 @@ $newline never
WiSe 17/18
<ul .asidenav__list>
$forall (Course{..}, courseRoute, pageActions) <- favourites
$# TODO: this list-item should also be marked as active if one of its children is shown
<li .asidenav__list-item :highlight courseRoute:.asidenav__list-item--active>
<a .asidenav__link-wrapper href=@{courseRoute}>
<div .asidenav__link-shorthand>#{courseShorthand}

View File

@ -169,9 +169,6 @@
.asidenav__link-shorthand {
display: flex;
position: static;
// TODO: make shorthands in collapsed beautiful *.*
// background-color: var(--color-dark);
// color: var(--color-lightwhite);
height: 50px;
width: 50px;
text-align: center;

View File

@ -7,7 +7,6 @@ $case formLayout
$if not (Blaze.null $ fvLabel view)
<label .form-group__label for=#{fvId view}>#{fvLabel view}
$# TODO: inputs should have proper placeholders
$# TODO: can we wrap checkboxes in a <div.checkbox> and radio buttons in a <div.radio>?
<div .form-group__input>
$# FIXME: file-input does not have `required` attribute, although set on form-group
^{fvInput view}