Closed haiyingweng closed 4 years ago
Currently, each view that uses UserPreviewView calculates the width required for it individually. The code is redundant and prone to error if one of the calculations changes. Would be nice to move the width calculation to UserPreviewView
Addressed by #52
Currently, each view that uses UserPreviewView calculates the width required for it individually. The code is redundant and prone to error if one of the calculations changes. Would be nice to move the width calculation to UserPreviewView