src/utils/data/generateUuid
Utility function for generating unique identifiers.
Remarksโ
Uses crypto.randomUUID in modern Electron/Node.js environments with a fallback to a timestamp-based ID with random characters for older environments. The fallback ensures the function works in all environments.