You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently working on this issue in #188. I came to the conclusion that it only makes sense to extract shared values (currently only API-URLs are shared).
Thoughts?
Here are all occurrences of static values, which may be better kept in a separate configuration file:
https://github.com/mensatt/frontend/blob/1ed0682580b2309c733a761f65b5a2ed3cdc4ef7/src/apollo/cache.ts#L38-L47
https://github.com/mensatt/frontend/blob/1ed0682580b2309c733a761f65b5a2ed3cdc4ef7/src/apollo/client.ts#L14
https://github.com/mensatt/frontend/blob/1ed0682580b2309c733a761f65b5a2ed3cdc4ef7/src/components/navigation/language-switcher/LanguageSwitcher.tsx#L9-L12
https://github.com/mensatt/frontend/blob/1ed0682580b2309c733a761f65b5a2ed3cdc4ef7/src/hocs/route-guard/RouteGuard.tsx#L20-L21
https://github.com/mensatt/frontend/blob/aac4aae1a2d06b7a794f5db7c652e50aad44e6f9/src/components/occurrence/Occurrence.tsx#L35-L39
https://github.com/mensatt/frontend/blob/aac4aae1a2d06b7a794f5db7c652e50aad44e6f9/src/components/occurrence/review-modal/ReviewModal.tsx#L32
The text was updated successfully, but these errors were encountered: