aboutsummaryrefslogtreecommitdiff
path: root/go-src/windows.go
Commit message (Collapse)AuthorAgeFilesLines
* Fixed formWindow skipping values before the last wrongly inputted valueSyndamia2021-09-111-15/+10
|
* Fixed comlex input actions defering with wrong values on invalid left and ↵Syndamia2021-09-111-0/+2
| | | | right page navigation
* Updated user props namesSyndamia2021-09-111-2/+2
|
* Abstracted logic for updating multiple properties with password validation ↵Syndamia2021-09-111-27/+12
| | | | (for each)
* Abstracted if-else logic for changing page and entering number/text input ↵Syndamia2021-09-111-40/+17
| | | | value in chats page
* Implemented direct messagesSyndamia2021-09-101-0/+120
|
* Implemented help message for account page and put in proper chatWindow help ↵Syndamia2021-07-231-2/+9
| | | | message
* 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 ↵Syndamia2021-07-221-114/+24
| | | | consistency and code organization improvements
* Improved printing multiple fields workflow, implemented routine pagination ↵Syndamia2021-07-221-23/+62
| | | | in chats window, implemented routine pagination supoprt for help line
* Improved structure and added commentsSyndamia2021-07-221-36/+56
|
* Moved chat pagination and real time updating to it's own package, ↵Syndamia2021-07-221-61/+25
| | | | implemeneted pagination navigation
* Implemented a very hardcoded way for chat message pagination and real time ↵Syndamia2021-07-211-4/+44
| | | | updating
* 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 ↵Syndamia2021-07-091-9/+42
| | | | creation and getting of chats
* 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 ↵Syndamia2021-07-091-57/+57
| | | | from login and register windows to a separate function
* 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