Skip to content

Use truncate instead of slicestr for shortening the summary

Phu Nguyen requested to merge work/summary into master

truncate is better than slicestr: it doesn't cut words, and also automatically adds an ellipsis.

I also use the max length value of 160 instead of 80 since length of 80 seems too short. With 160 it looks like this

Screenshot_20230816_194807.jpg

Merge request reports