summaryrefslogtreecommitdiffstats
path: root/pages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added i18n, converted HTML files, TODO: js UI responses, TODO: translationsAnton Luka Šijanec2020-03-0511-327/+207
| | | | | | | | | | | | | | So basically, multilanguage support from an JavaScript object. - only slovenian and english - no change language UI yet - only HTML strings are actually translated \- all text is translated, but javascript M.toast and other similar stuff does not pass trough s(), d(), S() and D() functions yet - how to i18n: - add a string to js/lang/bundle.js TO ALL LANGUAGES (translation mgmt sys will have to be created) - HTML: create <x-??></x-??> tags, where 1st ? tells wether to just output the string (s) without dot suffix or (d) to try and append a . (for sentences and paragraphs) if it is not there yet. second ? tells wether to leave lowercase strings (l) or (u) to force the first character of the string be uppercase (capitalize()). - put the key of your string as the innerHTML of the x-?? element. - JS: S("key") and D("key") return capitalized, s() and d() do not change case.
* idkAnton Luka Šijanec2020-03-041-1/+50
|
* rewrite of meals.jsAnton Luka Šijanec2020-03-041-0/+1
|
* meals fix and 1.0.11 version bumpAnton Luka Šijanec2020-03-012-1/+8
|
* MIT baje ne potrebuje attributionaAnton Luka Šijanec2020-03-011-1/+0
|
* typoAnton Luka Šijanec2020-02-262-2/+17
|
* 1.0.10-beta, hrana ~dela, netestirano, ker nimam menijev za izbratAnton Luka Šijanec2020-02-253-11/+24
|
* meals almost doneAnton Luka Šijanec2020-02-241-9/+7
|
* multiple attached pictures, ability to remove them, storage bar >> msgzAnton Luka Šijanec2020-02-241-1/+18
|
* Reformattingrstular2020-02-1710-76/+104
|
* neki sm delu, sam ne do koncaAnton Luka Šijanec2020-02-118-1/+181
|
* added bežiapp to all titles and added page name to navbarAnton Luka Šijanec2020-02-1010-20/+20
|
* updated version and service worker filesAnton Luka Šijanec2020-02-092-1/+7
|
* added images support to messages and removed npm and node modules dependencyAnton Luka Šijanec2020-02-0910-37/+30
|
* added icons to side menuAnton Luka Šijanec2020-02-087-42/+42
|
* added kazalo entriesAnton Luka Šijanec2020-02-082-1/+3
|
* updated version and added to changelogAnton Luka Šijanec2020-02-082-1/+8
|
* oops, no appReset() yetAnton Luka Šijanec2020-02-081-1/+0
|
* big typo fixAnton Luka Šijanec2020-02-081-0/+101
|
* added messagingAnton Luka Šijanec2020-02-086-104/+148
|
* changed version to 1.0.7-betaAnton Luka Šijanec2020-02-072-2/+8
|
* Update about.htmlrstular2020-02-051-1/+1
|
* Changelog bumprstular2020-02-051-1/+9
|
* Updated changelogrstular2020-02-051-0/+1
|
* Updated changelog, awaiting more changesrstular2020-01-302-2/+8
|
* Attempted to fix blue flash on checkbox, fixed default viewrstular2020-01-301-1/+1
|
* Weekly calendar accent colorrstular2020-01-301-0/+1
|
* Fixed datetime picker colorsrstular2020-01-301-0/+1
|
* Added changelogrstular2020-01-301-0/+64
|
* Temporary inclusion/exclusion option, fixed zoomrstular2020-01-308-10/+31
|
* Removed woff fontsrstular2020-01-291-1/+1
|
* Spacing, bug fixes, version bump, deployment testrstular2020-01-294-3/+5
|
* TOS & PP changesrstular2020-01-292-0/+7
|
* Added about page, login, logout, bug fixesrstular2020-01-298-14/+340
|
* Initial commitrstular2020-01-295-0/+468