index
:
ctfc
main
The "console text file chat" is a "final exam" project for developers who are learning the basics of a programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
go-src
/
windows.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implemented editing chats
Syndamia
2021-09-11
1
-3
/
+97
*
Fixed formWindow skipping values before the last wrongly inputted value
Syndamia
2021-09-11
1
-15
/
+10
*
Fixed comlex input actions defering with wrong values on invalid left and rig...
Syndamia
2021-09-11
1
-0
/
+2
*
Updated user props names
Syndamia
2021-09-11
1
-2
/
+2
*
Abstracted logic for updating multiple properties with password validation (f...
Syndamia
2021-09-11
1
-27
/
+12
*
Abstracted if-else logic for changing page and entering number/text input val...
Syndamia
2021-09-11
1
-40
/
+17
*
Implemented direct messages
Syndamia
2021-09-10
1
-0
/
+120
*
Implemented help message for account page and put in proper chatWindow help m...
Syndamia
2021-07-23
1
-2
/
+9
*
Reworked user functions into methods, properly implemented account updating
Syndamia
2021-07-23
1
-24
/
+20
*
Roughly implemented account name change
Syndamia
2021-07-23
1
-2
/
+13
*
Improved password updating formatting
Syndamia
2021-07-22
1
-13
/
+15
*
Very roughly implemented password updating
Syndamia
2021-07-22
1
-9
/
+46
*
Improved chats code structure and implemented going to chat via name
Syndamia
2021-07-22
1
-17
/
+15
*
Moved ctfcMath functionality to utils
Syndamia
2021-07-22
1
-2
/
+1
*
Implemented chats page number selection and fixed initPaginatiedValues function
Syndamia
2021-07-22
1
-5
/
+22
*
Implemented username exitence validation for login
Syndamia
2021-07-22
1
-0
/
+4
*
Moved a lot of window strings to their own file
Syndamia
2021-07-22
1
-24
/
+24
*
Moved some stuff from windows.go to windowsHelpers.go, implemented some consi...
Syndamia
2021-07-22
1
-114
/
+24
*
Improved printing multiple fields workflow, implemented routine pagination in...
Syndamia
2021-07-22
1
-23
/
+62
*
Improved structure and added comments
Syndamia
2021-07-22
1
-36
/
+56
*
Moved chat pagination and real time updating to it's own package, implemenete...
Syndamia
2021-07-22
1
-61
/
+25
*
Implemented a very hardcoded way for chat message pagination and real time up...
Syndamia
2021-07-21
1
-4
/
+44
*
Implemented sending chat messages and implemented chat UI
Syndamia
2021-07-09
1
-3
/
+15
*
Implemented number handling in chats page and showing all chats in chat page
Syndamia
2021-07-09
1
-1
/
+14
*
Implemented validation of existance of username and chat name on creation
Syndamia
2021-07-09
1
-0
/
+8
*
Implemented going back in pages that use forms and implemented basic creation...
Syndamia
2021-07-09
1
-9
/
+42
*
Implemented user logging out
Syndamia
2021-07-09
1
-1
/
+23
*
Fixed resiter window screen clearing and simplified showhelp
Syndamia
2021-07-09
1
-4
/
+1
*
Updated startup window to utilise handlInputActions and moved form logic from...
Syndamia
2021-07-09
1
-57
/
+57
*
Reworked ui to print it's own values (than having windows print those values)
Syndamia
2021-07-09
1
-33
/
+31
*
Implemented a very basic chats window
Syndamia
2021-07-09
1
-3
/
+46
*
Changed file structure and implemented rester file creation and login check
Syndamia
2021-07-05
1
-0
/
+121