[ flox1an/nostube ] fix(hooks): detect mobile in landscape mode Removed screen width dependency from mobile detection. Now uses: - User agent string (contains mobile keywords) - Touch-primary with no hover capability (pointer: coarse + hover: none) This correctly detects mobile devices in both portrait and landscape. 🤖 Generated with [Claude Code]()
[ VincenzoImp/nostreum ] chore: update dependencies and yarn.lock Reinstalled dependencies with yarn to fix lockfile inconsistencies after npm audit fix. Updates various transitive dependencies.