ente/web/apps
Manav Rathi e16834e52e
Remove unused styled jsx tag
This caused the lint to fail on CI

    > auth
    $ /home/runner/work/ente/ente/web/node_modules/.bin/tsc
    Error: src/pages/auth/index.tsx(125,20): error TS2322: Type '{ children: string; jsx: true; }' is not assignable to type 'ClassAttributes<HTMLStyleElement> & StyleHTMLAttributes<HTMLStyleElement> & { css?: Interpolation<Theme>; }'.
      Property 'jsx' does not exist on type 'ClassAttributes<HTMLStyleElement> & StyleHTMLAttributes<HTMLStyleElement> & { css?: Interpolation<Theme>; }'.
    error Command failed with exit code 2.

From reading the code, this CSS doesn't seem to be coming into effect. Then I
also did a test to verify that the auth app is correctly switching to a 2 column
layout even without this.
2024-04-05 21:39:52 +05:30
..
accounts Fix more leftover issues 2024-04-05 21:18:26 +05:30
auth Remove unused styled jsx tag 2024-04-05 21:39:52 +05:30
cast lint-fix 2024-04-05 20:48:23 +05:30
payments Initial-scale=1 is still recommended 2024-04-05 09:36:18 +05:30
photos Fix more leftover issues 2024-04-05 21:18:26 +05:30
staff fetch 2024-04-04 16:19:46 +05:30