summaryrefslogtreecommitdiffstats
path: root/pages/messaging.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Another styling fixrstular2020-05-141-1/+1
|
* Styling fixesrstular2020-05-141-2/+2
|
* Bug fixesrstular2020-05-141-3/+4
|
* Moved storage noticerstular2020-05-141-11/+7
|
* Messaging redesign donerstular2020-05-141-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
* Styling fixesrstular2020-05-141-26/+26
|
* 4rd DO NOT MERGE --- told ya u shouldn'tAnton L. Šijanec2020-05-121-1/+1
|
* DO NOT MERGE --- TESTING!Anton L. Šijanec2020-05-121-15/+24
|
* chats.js not done yetAnton L. Šijanec2020-04-051-4/+1
|
* 1.0.12.28-beta: now auto update != all db clearAnton Luka Šijanec2020-03-101-2/+2
|
* za narediti jezikeAnton Luka Šijanec2020-03-061-26/+13
|
* added i18n, converted HTML files, TODO: js UI responses, TODO: translationsAnton Luka Šijanec2020-03-051-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.
* typoAnton Luka Šijanec2020-02-261-1/+16
|
* multiple attached pictures, ability to remove them, storage bar >> msgzAnton Luka Šijanec2020-02-241-1/+18
|
* Reformattingrstular2020-02-171-47/+54
|
* neki sm delu, sam ne do koncaAnton Luka Šijanec2020-02-111-0/+1
|
* added bežiapp to all titles and added page name to navbarAnton Luka Šijanec2020-02-101-2/+2
|
* added images support to messages and removed npm and node modules dependencyAnton Luka Šijanec2020-02-091-35/+19
|
* added icons to side menuAnton Luka Šijanec2020-02-081-6/+6
|
* added messagingAnton Luka Šijanec2020-02-081-0/+141