aboutsummaryrefslogtreecommitdiff
path: root/src/components
AgeCommit message (Collapse)Author
2021-07-15Temp fix for tracker.Michael
2021-07-15Try to fix tracker issue. Still not working perfectly.Michael
2021-07-15Remove redundant import.Michael
2021-07-15Incorporate trimming into the old moment flow with the cropping functionality.Michael
2021-07-15Incorporate trimmer with zoom/crop component. Can toggle on and off with a ↵Michael
boolean prop on the trimmerPlayer component.
2021-07-14Hide the trimmer.Michael
2021-07-14Incorportated the trimmer component on the zoom inn croppper page. Trimmer ↵Michael
is hidden. Will incorporate trimmer soon.
2021-07-14Merged with newer master containing the cropper.Michael
2021-07-14Clean up code round 2Brian Kim
2021-07-14Update src/components/comments/ZoomInCropper.tsxbrian-tagg
Co-authored-by: Ivan Chen <ivan.if.chen@gmail.com>
2021-07-14Working on code cleanupBrian Kim
2021-07-13Fix lintBrian Kim
2021-07-13Merge with masterBrian Kim
2021-07-13Merged with new master.Michael
2021-07-13Extremely rough workingBrian Kim
2021-07-13Cleaned up comments and added hideTrimmer functionalityMichael
2021-07-09Add tap to view to dismiss keyboard, Add flatlist paramShravya Ramesh
2021-07-09Merge pull request #491 from IvanIFChen/tma969-new-caption-screenIvan Chen
[TMA-969] New Caption Screen
2021-07-09Allow preselect category from profile screenIvan Chen
2021-07-09Merge pull request #499 from shravyaramesh/tma961-thumbnail-size-notificationsIvan Chen
[TMA-961] Resize moment thumbnail on notifications
2021-07-09Fix cropping bug. Updated the source to be the correct higher res video.Michael
2021-07-09Fix mention box padding issueIvan Chen
2021-07-09Fix mention box position, Fix image flickeringIvan Chen
2021-07-09Lint, Update service code to allow category editionIvan Chen
2021-07-09Add logic to create custom category actionIvan Chen
2021-07-09Hook up navigation to custom category creationIvan Chen
2021-07-09Remove moment post button, Update to use square buttonIvan Chen
2021-07-09Add post buttonIvan Chen
2021-07-09Add navigation to camera tab with big blue plusIvan Chen
2021-07-09Cleanup tabbar visibility statusIvan Chen
2021-07-09Refactor moment category icon logicIvan Chen
2021-07-09Remove old plus, Fix wrong upload click bugIvan Chen
2021-07-09Remove title, Cleanup caption screen route props, Add new screenIvan Chen
2021-07-09Adjust most styling for caption screenIvan Chen
2021-07-09Resize moment thumbnail on notificationsShravya Ramesh
2021-07-08Fixed boundariesBrian Kim
2021-07-08Fix lintBrian Kim
2021-07-08Respond to comments, simplify boundaries, place calculations within useEffectBrian Kim
2021-07-07Merge branch 'master' into tma968-new-moment-taggingBrian Kim
2021-07-07Basic functionalityBrian Kim
2021-07-07Merge pull request #485 from sotech117/tma931-remove-search-on-bottom-navbarIvan Chen
[TMA-931] Remove Search on Bottom Navbar
2021-07-06Merge with new masterMichael
2021-07-02Removed deadcodeIvan Chen
2021-07-02Remove black plus iconIvan Chen
2021-07-02Support picking video from galleryIvan Chen
2021-07-02Remove comments added from pr review. Also, clean some code that was ↵Michael
suggested from pr review.
2021-07-02Add new upload button in the middle on the nav bar and shifting the older ↵Michael
icons to new positions. Follow Blessing's design by enlargining it and making the other icons a bit smaller. Also, add the navigation that goes to the camera screen from the upload icon. Ending the rebase from master.
2021-07-01Remove TODOs and commentsIvan Chen
2021-07-01Merge branch 'master' into poc-videoIvan Chen
# Conflicts: # Makefile # ios/Frontend/Info.plist # src/components/camera/GalleryIcon.tsx # src/components/camera/SaveButton.tsx # src/components/moments/Moment.tsx # src/screens/moments/CameraScreen.tsx # src/utils/camera.ts
2021-07-01Merge pull request #482 from IvanIFChen/tma953-camera-screen-merged-with-masterIvan Chen
[TMA-953] Camera Screen from Master to PoC Video Branch