<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tagg-frontend.git/src/routes/profile, branch master</title>
<subtitle>A dead social media startup from Brown University in react native. Here for code quality purposes.
</subtitle>
<id>https://git.mfoi.dev/tagg-frontend.git/atom?h=master</id>
<link rel='self' href='https://git.mfoi.dev/tagg-frontend.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.mfoi.dev/tagg-frontend.git/'/>
<updated>2020-12-30T01:21:24Z</updated>
<entry>
<title>[TMA-461] Notifications Screen (#151)</title>
<updated>2020-12-30T01:21:24Z</updated>
<author>
<name>Ivan Chen</name>
<email>ivan@thetaggid.com</email>
</author>
<published>2020-12-30T01:21:24Z</published>
<link rel='alternate' type='text/html' href='https://git.mfoi.dev/tagg-frontend.git/commit/?id=bd2f89805d0bb1c2f1d08fe8d91099aa4f109d35'/>
<id>urn:sha1:bd2f89805d0bb1c2f1d08fe8d91099aa4f109d35</id>
<content type='text'>
* renamed ProfileStack to MainStack, created initial notifications data type

* cleaned up code

* added notifications to redux

* finished sectioned list

* updated types to make more sense

* finished sectioned notifications by date

* updated notification type and tested mock backend integration

* finished read or unread logic

* minor changes

* another minor fix

* finished integration

* moved stuff

* added ability to navigate to user profile

Co-authored-by: Husam Salhab &lt;47015061+hsalhab@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>[TMA-447] Natural Transitions (#145)</title>
<updated>2020-12-22T16:56:52Z</updated>
<author>
<name>Ivan Chen</name>
<email>ivan@thetaggid.com</email>
</author>
<published>2020-12-22T16:56:52Z</published>
<link rel='alternate' type='text/html' href='https://git.mfoi.dev/tagg-frontend.git/commit/?id=15225564bbf56599dd44eaea45998059e7c54b13'/>
<id>urn:sha1:15225564bbf56599dd44eaea45998059e7c54b13</id>
<content type='text'>
* edit profile text now is back to black

* changed default style to card and added custom modal transitions

* resolved linter error</content>
</entry>
<entry>
<title>[TMA 446] Create category (#144)</title>
<updated>2020-12-22T16:50:27Z</updated>
<author>
<name>Ashm Walia</name>
<email>40498934+ashmgarv@users.noreply.github.com</email>
</author>
<published>2020-12-22T16:50:27Z</published>
<link rel='alternate' type='text/html' href='https://git.mfoi.dev/tagg-frontend.git/commit/?id=a954d6b6b88485dddc0ccfda634ffd102cb34ccd'/>
<id>urn:sha1:a954d6b6b88485dddc0ccfda634ffd102cb34ccd</id>
<content type='text'>
* Added welcome page

* Working code

* Small fix

* Some more cleanup

* Fixes

* Cleanup

* Fix again

* Use gradient for white bg as well

* Fixed type</content>
</entry>
<entry>
<title>[TMA - 426] Fix recent search + Add refresh control (#138)</title>
<updated>2020-12-15T00:02:09Z</updated>
<author>
<name>Ashm Walia</name>
<email>40498934+ashmgarv@users.noreply.github.com</email>
</author>
<published>2020-12-15T00:02:09Z</published>
<link rel='alternate' type='text/html' href='https://git.mfoi.dev/tagg-frontend.git/commit/?id=3b7bf256d83e1898642c2aab9072ffbeec8cc032'/>
<id>urn:sha1:3b7bf256d83e1898642c2aab9072ffbeec8cc032</id>
<content type='text'>
* Got rid of small lint errors before start

* Final push

* Final

* disable scroll first try / logic

* small change

* Try to make the cover photo consistent with different screen sizes

* Final change

* added RefreshControl

* removed scale effect

* Fix misorientation of cover

* remove more scale stuff

* fix userIDs for different views

* Mend refresh control

* white bg

Co-authored-by: hsalhab &lt;husam_salhab@brown.edu&gt;</content>
</entry>
<entry>
<title>[TMA - 398 AND TMA-430] Replace Providers with Redux Store (#125)</title>
<updated>2020-12-04T16:50:24Z</updated>
<author>
<name>Ashm Walia</name>
<email>40498934+ashmgarv@users.noreply.github.com</email>
</author>
<published>2020-12-04T16:50:24Z</published>
<link rel='alternate' type='text/html' href='https://git.mfoi.dev/tagg-frontend.git/commit/?id=0fd892ad288f2e1eaaa4fdf5e1fd6f15dbd45860'/>
<id>urn:sha1:0fd892ad288f2e1eaaa4fdf5e1fd6f15dbd45860</id>
<content type='text'>
* First

* WIP

* Thunk

* Some more comments

* sc

* recent searches and follounfollow

* Edit profile dummy

* Block / unblock and some cleanup

* Replace auth provider

* Sc

* Delete AP  after rebase

* Discover users

* Cleanup

* More cleanup

* Replace profile provider

* Fixed build failure

* Fixed a bug reported

* Prevent app crash when backend server is down</content>
</entry>
<entry>
<title>[TMA-382] Edit profile screen (#121)</title>
<updated>2020-11-18T02:06:14Z</updated>
<author>
<name>Shravya Ramesh</name>
<email>37447613+shravyaramesh@users.noreply.github.com</email>
</author>
<published>2020-11-18T02:06:14Z</published>
<link rel='alternate' type='text/html' href='https://git.mfoi.dev/tagg-frontend.git/commit/?id=713d169915a82edfcfe4b44622e3dce8c6adaf0c'/>
<id>urn:sha1:713d169915a82edfcfe4b44622e3dce8c6adaf0c</id>
<content type='text'>
* added more icon

* a less fat icon

* and the actual icon asset

* bottom drawer skeleton done

* removed warning, better code

* a more completed skeleton done

* bottom drawer done!

* Added content container,  sent birthday picker props, minor styling

* differenciating defined and undefined birthdate in birthdate, datepicker

* removed restricting width for TaggDropDown

* Added edit profile screen to navigator stack

* Add EditProfile view, refresh profile view on save

* Removes unnecessary import

* Stores gender and birthdate as part of ProfileType

* Added gender, birthdate, isEditProfile to AuthProv

* Conditional view applied for edit profile button

* Includes discarded changes in previous merge- BD

* removed unused icon

* resolved scary warnings

* added icon to drawer

* Small fix

* minor code improvement

* sc

* fixed birthday bug

* custom gender updation fixed

* small change to birthday default value

* missed something

* cleaned up types! Warnings gone!

* fixed another gender picker bug

* fixed gender bug and cleaned up logic

* removed warning, MUCH better code now

Co-authored-by: Ivan Chen &lt;ivan@thetaggid.com&gt;
Co-authored-by: Ashm Walia &lt;ashmwalia@outlook.com&gt;</content>
</entry>
<entry>
<title>[TMA-383] Added report button moment (#114)</title>
<updated>2020-11-11T19:13:48Z</updated>
<author>
<name>Shravya Ramesh</name>
<email>37447613+shravyaramesh@users.noreply.github.com</email>
</author>
<published>2020-11-11T19:13:48Z</published>
<link rel='alternate' type='text/html' href='https://git.mfoi.dev/tagg-frontend.git/commit/?id=9b4ba92df514ca8c5c92c4f9279144e2c9d49e36'/>
<id>urn:sha1:9b4ba92df514ca8c5c92c4f9279144e2c9d49e36</id>
<content type='text'>
* Added button on individual moment page to report an issue

* Report issue button disappears when clicked on and reappears when alert is
closed

* Small change

* Moved sendReport() to a ReportingService

* following user's report button now appears

* Update ReportingService.ts

Added alert

* Added back report button

* moved button back to the bottom

* Small change

Co-authored-by: Ashm Walia &lt;ashmwalia@outlook.com&gt;
Co-authored-by: Husam Salhab &lt;47015061+hsalhab@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>[FOR MASS REVIEW] Multiple contexts(Searched user gets replaced) (#97)</title>
<updated>2020-11-09T20:16:44Z</updated>
<author>
<name>Ashm Walia</name>
<email>40498934+ashmgarv@users.noreply.github.com</email>
</author>
<published>2020-11-09T20:16:44Z</published>
<link rel='alternate' type='text/html' href='https://git.mfoi.dev/tagg-frontend.git/commit/?id=f347ef180ece9235380f2225243beddaececa949'/>
<id>urn:sha1:f347ef180ece9235380f2225243beddaececa949</id>
<content type='text'>
* First commit towards clean code

* Tested things

* Some final touch

* View updates posts

* Cleaned up followers / following

* You won't believe but it works

* Pass avatar uri via props

* Small change

* Small change

* Removed unnecessary jargon

Co-authored-by: Ivan Chen &lt;ivan@thetaggid.com&gt;</content>
</entry>
<entry>
<title>blur background, realign comment count, reposition content (#110)</title>
<updated>2020-11-09T19:30:26Z</updated>
<author>
<name>Shravya Ramesh</name>
<email>37447613+shravyaramesh@users.noreply.github.com</email>
</author>
<published>2020-11-09T19:30:26Z</published>
<link rel='alternate' type='text/html' href='https://git.mfoi.dev/tagg-frontend.git/commit/?id=d7ed9541f47c22d93c43a32baf3bf33d68d823c8'/>
<id>urn:sha1:d7ed9541f47c22d93c43a32baf3bf33d68d823c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[TMA-344] Tabs bar margin, Social Taggs margin (#108)</title>
<updated>2020-11-06T03:13:49Z</updated>
<author>
<name>Ivan Chen</name>
<email>ivan@thetaggid.com</email>
</author>
<published>2020-11-06T03:13:49Z</published>
<link rel='alternate' type='text/html' href='https://git.mfoi.dev/tagg-frontend.git/commit/?id=96c46ac20f062aaf814f02184ce8c05ffc860a15'/>
<id>urn:sha1:96c46ac20f062aaf814f02184ce8c05ffc860a15</id>
<content type='text'>
* fixed margin for smaller screen

* fixed header avatar

* cleaned up code, improved logic

* yarn lint

* dynamically calculate avatar and header

* changed back tint color and use 1% for tabs bar margin

* last edit to avatar size

Co-authored-by: Husam Salhab &lt;47015061+hsalhab@users.noreply.github.com&gt;</content>
</entry>
</feed>
