Commit Graph

199 Commits

Author SHA1 Message Date
talksik 1f7c2e9b21 adding conditional tint and cleaning things. up 2021-12-21 17:21:58 -08:00
talksik fe83e2c3c2 decent place with overall flow 2021-12-21 17:17:44 -08:00
talksik 43d9a2059f Update CircleGridView.swift 2021-12-21 17:01:41 -08:00
talksik 89dca49455 adding in notification icon if that user has a message for me 2021-12-21 16:50:15 -08:00
talksik ffa86fc721 correctly getting messages tested live 2021-12-21 16:12:18 -08:00
talksik 8da274eb8e fixing decoding problem
no need for server timestamp, manage it myself as I don't want this value creating automatically or updating automatically, I will decide
2021-12-21 15:49:40 -08:00
talksik dc8d7df42a message unwrapping not working but should work so going to try other things 2021-12-21 15:34:20 -08:00
talksik c248578bc3 trying to get only messages with listen count not high 2021-12-21 15:06:00 -08:00
talksik da80e1f77d fixing some issues and such 2021-12-21 04:27:43 -08:00
talksik 668d8563f4 good spot, but still not seamless...work slowly towards it 2021-12-21 04:15:38 -08:00
talksik 799a3c82f4 decent place to load the friends in the view 2021-12-21 04:04:44 -08:00
talksik 2972fd60e4 doing my best with the listeners and populating data at the basic core 2021-12-21 03:41:23 -08:00
talksik 3e48b4b3bb Update FindFriendsView.swift 2021-12-21 02:42:27 -08:00
talksik 345be9f1ce Update FindFriendsView.swift 2021-12-21 02:42:10 -08:00
talksik c193ca6536 listeners somewhat working? 2021-12-21 02:34:29 -08:00
talksik 1f468ca9af proper updating instead of setting things to nil 2021-12-21 01:49:50 -08:00
talksik 9c7fd76644 Update AuthSessionStore.swift 2021-12-21 01:43:00 -08:00
talksik db93195b31 getting to no build errors but slowly getting to the state of getting full model together 2021-12-21 01:28:26 -08:00
talksik 158b7277b0 getting dispatch to main thread as close to the listener as possible to allow quickest change 2021-12-21 00:12:59 -08:00
talksik 46ccd91335 adding logic for the friend relationship to be solid 2021-12-20 23:44:58 -08:00
talksik 78ece9d243 chanaging size of profile avatar selectionbecause just too big on smaller screens
and fixed bug with the list of contacts not showing all existing users from my contacts
2021-12-20 22:57:45 -08:00
talksik c0b898c2e6 fixing it by just using setdata instead of worrying about add document 2021-12-20 20:30:38 -08:00
talksik f663e3a0da fixing some problems and adding more fixes to overall flow 2021-12-20 20:07:24 -08:00
talksik 08e31b4535 Update AddBasicInfoView.swift 2021-12-20 19:54:27 -08:00
talksik 8019b0bf37 fixing issue with the login and all I think? 2021-12-20 19:53:31 -08:00
talksik 1e597c48e6 going back to old way...
the reason that auth would only work every other time is because it always worked, but my nav stack you send to next...i think it's a race, because the loading screen would try to show and bring it back to current page
2021-12-20 19:40:03 -08:00
talksik 504f463f6e fixing bug of auth not working every other time and resolving the issue with firestore service build errors 2021-12-20 19:31:59 -08:00
Arjun Patel 114efaf335 Merge pull request #1 from talksik/connecting-data-to-circle-big-operation
Connecting data to circle big operation
2021-12-20 19:03:13 -08:00
talksik 15d7ec4592 Update AuthSessionStore.swift 2021-12-20 18:57:48 -08:00
talksik aafe6dfff3 everythings broken and unsmooth 2021-12-20 18:48:02 -08:00
talksik 61d357875a brute force working but just need to navigate user back to circle 2021-12-20 18:36:23 -08:00
talksik 4c5f8e6985 adding custom sorting method and all and works fine with search and all now 2021-12-20 17:23:06 -08:00
talksik f7b8126a26 adding in last name for easier understanding of the user 2021-12-20 16:52:07 -08:00
talksik 5400ea8d97 adding texting ability 2021-12-20 16:43:31 -08:00
talksik ee337a5313 Update FindFriendsView.swift 2021-12-20 16:13:40 -08:00
talksik a041c0b46a nicer ui for the list 2021-12-20 16:04:32 -08:00
talksik 250e3f9284 nice full list fixing the main problem and sorting it 2021-12-20 15:48:23 -08:00
talksik 081ab46a86 getting to decent place now 2021-12-20 15:41:27 -08:00
talksik dec69ecf4e Update CircleGridView.swift 2021-12-20 11:26:38 -08:00
talksik 7d48001884 needed the dispatch to update the user on the main thread to show in ui immediately instead of waiting on next refresh or whatever 2021-12-20 04:45:01 -08:00
talksik 7039fe63b1 adding routing for the inbox sheet 2021-12-20 04:35:02 -08:00
talksik e2f8d9d1e2 nice sheet for adding contacts 2021-12-20 04:27:18 -08:00
talksik a3374050ff cleaning up nav 2021-12-20 03:32:55 -08:00
talksik 91fc937b21 nicer navigation 2021-12-20 03:23:13 -08:00
talksik 2a7dfd3500 cleaner state to start working on data hookup 2021-12-20 02:31:22 -08:00
talksik 4673b81a1a step one, starting to separate the big inner circle view page 2021-12-20 01:48:21 -08:00
talksik 158341242b fake auth session store for lightweight previews without the database listeners and all 2021-12-20 01:00:03 -08:00
talksik c05d0f8edf small adjustments to the add info page 2021-12-20 00:36:05 -08:00
talksik 7452c54b25 fixing routing and flow and keeping it simple for now to move on and make it robust without errors 2021-12-20 00:27:22 -08:00
talksik 1a7995f360 Update ContentView.swift 2021-12-19 23:55:11 -08:00