Commit graph

7 commits

Author SHA1 Message Date
Kailash Nadh
b8ba782cf3 Refactor web frontend and remove unnecessary dependencies.
- Eliminate frontend JS build step completely:
  (remove dep: NodeJS, npx, tailwind, postcss, autoprefixer)

- Declutter and cleanup index.html (8.49 KB to 3.4 KB) = ~60% savings.

- Replace tailwind with custom CSS (10.64 KB to 1.96 KB) = ~81% savings.

- Remove Google font (~100 KB) as there is very little text on the page.

- Refactor and cleanup main.js and remove tailwind styling logic.
  (2.82 KB to 1.12 KB) = ~60% savings.

- Net static asset reduction = 21.95 KB to 6.48 KB = ~70% savings
  apart from the 100+ KB elimination of Google fonts.
2021-03-11 00:29:22 +05:30
Karan Sharma
0dc61ac8ec feat: remove redundant map for nameserver 2021-03-10 16:41:55 +05:30
Karan Sharma
d985ecd1b4 feat: Remove VueJS and rewrite in vanilla JS 2021-03-04 20:35:44 +05:30
Karan Sharma
06bee3f09c feat: Add DOH option 2021-03-03 10:15:41 +05:30
Karan Sharma
b17d162c24 fix: vue loading issues 2021-03-02 20:13:43 +05:30
Karan Sharma
7ecd7c78d0 chore: load vue on DOMContentLoaded 2021-03-02 19:55:59 +05:30
Karan Sharma
6e0ce47f91 feat: UI design 2021-03-02 18:59:55 +05:30