Add offline transfer history and mobile app support
This commit is contained in:
5
front/src/lib/app-shell.ts
Normal file
5
front/src/lib/app-shell.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export const MOBILE_APP_MAX_WIDTH = 768;
|
||||
|
||||
export function shouldUseMobileApp(width: number) {
|
||||
return width < MOBILE_APP_MAX_WIDTH;
|
||||
}
|
||||
Reference in New Issue
Block a user