aboutsummaryrefslogtreecommitdiff
path: root/go-src/windows.go
Commit message (Expand)AuthorAgeFilesLines
* Implemented direct messagesSyndamia2021-09-101-0/+120
* Implemented help message for account page and put in proper chatWindow help m...Syndamia2021-07-231-2/+9
* Reworked user functions into methods, properly implemented account updatingSyndamia2021-07-231-24/+20
* Roughly implemented account name changeSyndamia2021-07-231-2/+13
* Improved password updating formattingSyndamia2021-07-221-13/+15
* Very roughly implemented password updatingSyndamia2021-07-221-9/+46
* Improved chats code structure and implemented going to chat via nameSyndamia2021-07-221-17/+15
* Moved ctfcMath functionality to utilsSyndamia2021-07-221-2/+1
* Implemented chats page number selection and fixed initPaginatiedValues functionSyndamia2021-07-221-5/+22
* Implemented username exitence validation for loginSyndamia2021-07-221-0/+4
* Moved a lot of window strings to their own fileSyndamia2021-07-221-24/+24
* Moved some stuff from windows.go to windowsHelpers.go, implemented some consi...Syndamia2021-07-221-114/+24
* Improved printing multiple fields workflow, implemented routine pagination in...Syndamia2021-07-221-23/+62
* Improved structure and added commentsSyndamia2021-07-221-36/+56
* Moved chat pagination and real time updating to it's own package, implemenete...Syndamia2021-07-221-61/+25
* Implemented a very hardcoded way for chat message pagination and real time up...Syndamia2021-07-211-4/+44
* Implemented sending chat messages and implemented chat UISyndamia2021-07-091-3/+15
* Implemented number handling in chats page and showing all chats in chat pageSyndamia2021-07-091-1/+14
* Implemented validation of existance of username and chat name on creationSyndamia2021-07-091-0/+8
* Implemented going back in pages that use forms and implemented basic creation...Syndamia2021-07-091-9/+42
* Implemented user logging outSyndamia2021-07-091-1/+23
* Fixed resiter window screen clearing and simplified showhelpSyndamia2021-07-091-4/+1
* Updated startup window to utilise handlInputActions and moved form logic from...Syndamia2021-07-091-57/+57
* Reworked ui to print it's own values (than having windows print those values)Syndamia2021-07-091-33/+31
* Implemented a very basic chats windowSyndamia2021-07-091-3/+46
* Changed file structure and implemented rester file creation and login checkSyndamia2021-07-051-0/+121