summaryrefslogtreecommitdiffstats
path: root/pages-src/messaging.bvr (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-05-14fixed msg-compose-modal layoutAnton L. Šijanec1-64/+1
2020-05-14Another styling fixrstular1-1/+1
2020-05-14Styling fixesrstular1-2/+2
2020-05-14Bug fixesrstular1-3/+4
2020-05-14Moved storage noticerstular1-11/+7
2020-05-14Messaging redesign donerstular1-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-14Styling fixesrstular1-26/+26
2020-05-12DO NOT MERGE --- TESTING!Anton L. Šijanec1-15/+2
2020-04-05chats.js not done yetAnton L. Šijanec1-4/+1
2020-03-101.0.12.28-beta: now auto update != all db clearAnton Luka Šijanec1-2/+2
2020-03-06za narediti jezikeAnton Luka Šijanec1-26/+13
2020-03-05added i18n, converted HTML files, TODO: js UI responses, TODO: translationsAnton Luka Šijanec1-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-26typoAnton Luka Šijanec1-1/+16
2020-02-24multiple attached pictures, ability to remove them, storage bar >> msgzAnton Luka Šijanec1-1/+18
2020-02-17Reformattingrstular1-47/+54
2020-02-11neki sm delu, sam ne do koncaAnton Luka Šijanec1-0/+1
2020-02-10added bežiapp to all titles and added page name to navbarAnton Luka Šijanec1-2/+2
2020-02-09added images support to messages and removed npm and node modules dependencyAnton Luka Šijanec1-35/+19
2020-02-08added icons to side menuAnton Luka Šijanec1-6/+6
2020-02-08added messagingAnton Luka Šijanec1-0/+141