Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-08-25 | added developer's note to the login screen | sijanec | 1 | -0/+0 | |
2020-06-09 | makefile is NOT WORKING! | Anton Luka Šijanec | 1 | -0/+0 | |
2020-06-01 | WIP - Grading UI changes, minor translation changes | rstular | 1 | -2/+2 | |
2020-05-20 | New themes | rstular | 1 | -1/+1 | |
2020-05-20 | Night theme | rstular | 1 | -81/+81 | |
2020-05-20 | added teachers dir to dir | sijanec | 1 | -0/+1 | |
2020-05-20 | changed load order | sijanec | 1 | -1/+1 | |
2020-05-20 | install scritp fix | sijanec | 1 | -0/+0 | |
2020-05-20 | CSS fixes | rstular | 1 | -6/+5 | |
2020-05-17 | Styling bug fixes | rstular | 1 | -1/+1 | |
2020-05-17 | Theme fixes | rstular | 1 | -2/+2 | |
2020-05-17 | CSS | rstular | 1 | -3/+2 | |
2020-05-17 | Experimental theme support | rstular | 1 | -0/+1 | |
2020-05-17 | popravljen dist, hvala rstular | sijanec | 1 | -0/+177 | |
2020-05-17 | tnx za popravljeno install skripto | sijanec | 1 | -177/+0 | |
2020-05-17 | dist should work, TODO: minify and bundle | sijanec | 1 | -0/+0 | |
2020-05-16 | prev. commit in sw and about | sijanec | 1 | -0/+1 | |
2020-05-16 | testiram! DNM. btw, kako se naredi diff brez commita? | Anton L. Šijanec | 1 | -6/+2 | |
2020-05-14 | version is now updated in sw.js and about.bvr | Anton L. Šijanec | 1 | -0/+1 | |
2020-05-14 | fixed msg-compose-modal layout | Anton L. Šijanec | 1 | -7/+11 | |
2020-05-14 | Another styling fix | rstular | 1 | -1/+1 | |
2020-05-14 | Styling fixes | rstular | 1 | -2/+2 | |
2020-05-14 | Bug fixes | rstular | 1 | -3/+4 | |
2020-05-14 | Moved storage notice | rstular | 1 | -11/+7 | |
2020-05-14 | Messaging redesign done | rstular | 1 | -63/+89 | |
DO NOT MERGE - redesigning messages CSS update DNM - css update DNM - hopefully last CSS update for now DNM - I take it back, one more DNM - debugging DNM - Still debugging DNM DNM DNM DNM - WIP tab interface DNM - better storage management DNM - tabs update DNM - messaging layout update Messaging layout update DNM - styling DNM - Starting to add "compose functionality" DNM - WIP FAB DNM - WIP - modal not dismissible DNM - Modal layout WIP DNM - Encryption checkbox DNM DNM DNM DNM DNM - Hopefully done? DNM - Removed comments | |||||
2020-05-14 | Styling fixes | rstular | 1 | -26/+26 | |
2020-05-12 | 4rd DO NOT MERGE --- told ya u shouldn't | Anton L. Šijanec | 1 | -1/+1 | |
2020-05-12 | DO NOT MERGE --- TESTING! | Anton L. Šijanec | 1 | -15/+24 | |
2020-04-05 | chats.js not done yet | Anton L. Šijanec | 1 | -4/+1 | |
2020-03-10 | 1.0.12.28-beta: now auto update != all db clear | Anton Luka Šijanec | 1 | -2/+2 | |
2020-03-06 | za narediti jezike | Anton Luka Šijanec | 1 | -26/+13 | |
2020-03-05 | added i18n, converted HTML files, TODO: js UI responses, TODO: translations | Anton Luka Šijanec | 1 | -35/+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-02-26 | typo | Anton Luka Šijanec | 1 | -1/+16 | |
2020-02-24 | multiple attached pictures, ability to remove them, storage bar >> msgz | Anton Luka Šijanec | 1 | -1/+18 | |
2020-02-17 | Reformatting | rstular | 1 | -47/+54 | |
2020-02-11 | neki sm delu, sam ne do konca | Anton Luka Šijanec | 1 | -0/+1 | |
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 | -35/+19 | |
2020-02-08 | added icons to side menu | Anton Luka Šijanec | 1 | -6/+6 | |
2020-02-08 | added messaging | Anton Luka Šijanec | 1 | -0/+141 | |