Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-09-27 | styling changes | sijanec | 1 | -2/+2 | |
2020-09-27 | added checkouts and removed lopolisAPI | sijanec | 1 | -4/+14 | |
2020-09-26 | DNM: started lopolisc/untested, added server nginx conf fileas | sijanec | 1 | -0/+2 | |
2020-09-23 | final fixes and minification | sijanec | 1 | -1/+1 | |
2020-09-23 | fixed meals layout - fullcalendar -- do not merge! todo: fix sidenav in meals | sijanec | 1 | -110/+152 | |
2020-05-20 | CSS fixes | rstular | 1 | -56/+56 | |
2020-05-17 | Styling bug fixes | rstular | 1 | -2/+2 | |
2020-05-17 | CSS | rstular | 1 | -1/+1 | |
2020-05-17 | Experimental theme support | rstular | 1 | -0/+1 | |
2020-05-17 | dist should work, TODO: minify and bundle | sijanec | 1 | -0/+0 | |
2020-05-16 | Handlers moved from HTML to JS | rstular | 1 | -2/+2 | |
2020-05-12 | DO NOT MERGE --- TESTING! | Anton L. Šijanec | 1 | -16/+2 | |
2020-04-05 | chats.js not done yet | Anton L. Šijanec | 1 | -1/+2 | |
2020-03-06 | za narediti jezike | Anton Luka Šijanec | 1 | -25/+13 | |
2020-03-05 | added i18n, converted HTML files, TODO: js UI responses, TODO: translations | Anton Luka Šijanec | 1 | -79/+29 | |
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. | |||||
2020-03-04 | idk | Anton Luka Šijanec | 1 | -1/+50 | |
2020-03-04 | rewrite of meals.js | Anton Luka Šijanec | 1 | -0/+1 | |
2020-03-01 | MIT baje ne potrebuje attributiona | Anton Luka Šijanec | 1 | -1/+0 | |
2020-02-26 | typo | Anton Luka Šijanec | 1 | -1/+1 | |
2020-02-25 | 1.0.10-beta, hrana ~dela, netestirano, ker nimam menijev za izbrat | Anton Luka Šijanec | 1 | -1/+1 | |
2020-02-24 | meals almost done | Anton Luka Šijanec | 1 | -9/+7 | |
2020-02-11 | neki sm delu, sam ne do konca | Anton Luka Šijanec | 1 | -33/+57 | |
2020-02-10 | added bežiapp to all titles and added page name to navbar | Anton Luka Šijanec | 1 | -2/+2 | |
2020-02-09 | added images support to messages and removed npm and node modules dependency | Anton Luka Šijanec | 1 | -0/+1 | |
2020-02-08 | added icons to side menu | Anton Luka Šijanec | 1 | -6/+6 | |
2020-02-08 | added kazalo entries | Anton Luka Šijanec | 1 | -1/+2 | |
2020-01-30 | Attempted to fix blue flash on checkbox, fixed default view | rstular | 1 | -1/+1 | |
2020-01-30 | Temporary inclusion/exclusion option, fixed zoom | rstular | 1 | -1/+20 | |
2020-01-29 | Spacing, bug fixes, version bump, deployment test | rstular | 1 | -0/+1 | |
2020-01-29 | Added about page, login, logout, bug fixes | rstular | 1 | -2/+8 | |