feat: copyable eid string
feat: share file after save logs
feat: if profile delete confirm text is mismatched then show toast
refactor: certificate issuer detecting
feat: copyable eid string
Please do not commonize strings for copy operations. This is in general not great for i18n.
I am also planning to un-commonize some of the strings that were commonized before.
feat: share file after save logs
Share should only be triggered when a separate button is pressed. It is confusing if save also triggers share unconditionally.