aboutsummaryrefslogtreecommitdiff
path: root/go-src/windowsHelpers.go
Commit message (Collapse)AuthorAgeFilesLines
* Fixed formWindow skipping values before the last wrongly inputted valueSyndamia2021-09-111-7/+8
|
* Fixed comlex input actions defering with wrong values on invalid left and ↵Syndamia2021-09-111-5/+5
| | | | right page navigation
* Abstracted logic for updating multiple properties with password validation ↵Syndamia2021-09-111-0/+36
| | | | (for each)
* Abstracted if-else logic for changing page and entering number/text input ↵Syndamia2021-09-111-0/+24
| | | | value in chats page
* Implemented direct messagesSyndamia2021-09-101-1/+1
|
* Very roughly implemented password updatingSyndamia2021-07-221-1/+1
|
* Moved ctfcMath functionality to utilsSyndamia2021-07-221-3/+3
|
* Implemented chats page number selection and fixed initPaginatiedValues functionSyndamia2021-07-221-3/+3
|
* Moved some stuff from windows.go to windowsHelpers.go, implemented some ↵Syndamia2021-07-221-0/+91
| | | | consistency and code organization improvements
* Improved printing multiple fields workflow, implemented routine pagination ↵Syndamia2021-07-221-6/+10
| | | | in chats window, implemented routine pagination supoprt for help line
* Improved structure and added commentsSyndamia2021-07-221-43/+27
|
* Moved chat pagination and real time updating to it's own package, ↵Syndamia2021-07-221-0/+70
implemeneted pagination navigation