Age | Commit message (Collapse) | Author |
|
This marks favorite recipes with a `⭐` emoticon. The favorite flag
value can be set on the recipe edit page. Favorite recipes are listed
first on the recipe list view.
Furthermore as a second priority the created time stamp is used in the
recipe list so that more recent recipes are listed first.
|
|
This is the latest available release. Updated to keep up to date and
adopt fixes.
|
|
the first text input of that new element.
This supports using Ceres without a mouse and only with tab-based
navigation with a keyboard.
|
|
|
|
This makes the JS function way simpler and removes a duplication of the
step HTML code.
|
|
|
|
|
|
|
|
This allows to cache the involved JavaScript code.
|
|
|
|
While forms can be send without JavaScript this new approach has the
benefit that the whole data is send as one JSON.
This JSON format can also be used for an API or testing.
|
|
This CSS framework uses nearly only the standard HTML tags and is thus
easy to adopt / replace.
|