plezanje-net / web

Angular website frontend
https://www.plezanje.net/
GNU General Public License v3.0
6 stars 1 forks source link

#356 Latest comments #439

Closed NejcS closed 1 year ago

NejcS commented 1 year ago

356

This PR adds a list of latest comments to the home page and it adds page "/pregledi/komentarji" to the statistics pages similar to the ones for ascents and difficulty votes.

Please test together with the matching API PR https://github.com/plezanje-net/api/pull/147

Example of new component on home page:

image

Comments history page:

image
salamca commented 1 year ago

Not sure why a guest and a logged in user get completely different latest comments displayed on homepage 🤔 (these are not hidden crags...)

image
NejcS commented 1 year ago

Not sure why a guest and a logged in user get completely different latest comments displayed on homepage 🤔 (these are not hidden crags...)

image

I made some changes on the API and now I get the same comments when viewing as an authenticated and nonauthenticated user (except for the hidden crags comments). Can you check again when you get the chance?