Gerome Meyer

Results 2 comments of Gerome Meyer

As far as I understand we would need to change a line in `website/src/components/Messages/MessageTableEntry.tsx`. There is the following line: ```html {t("open_new_tab_action")} ``` Here we'd somehow need to add the current...

I found a solution that works but (in my opinion) might not be very clean. (I haven't asked the web-team yet) ```typescript // Existing code for refrence (around line 177)...