Commit graph

14 commits

Author SHA1 Message Date
ImgBotApp
319bfce4a8
[ImgBot] Optimize images
*Total -- 1,332.87kb -> 1,212.73kb (9.01%)

/frontend/src/assets/logo/github.png -- 1.17kb -> 0.74kb (36.59%)
/frontend/src/assets/hyd_trend.png -- 158.32kb -> 126.40kb (20.16%)
/frontend/public/favicon.png -- 226.11kb -> 184.81kb (18.26%)
/frontend/src/assets/goa_trend.png -- 137.96kb -> 117.88kb (14.56%)
/frontend/bits-logo.svg -- 131.66kb -> 124.01kb (5.81%)
/frontend/public/bits-logo.svg -- 131.66kb -> 124.01kb (5.81%)
/frontend/public/vite.svg -- 1.46kb -> 1.42kb (2.81%)
/frontend/src/assets/team/Golden-purple.png -- 330.67kb -> 322.92kb (2.34%)
/frontend/src/assets/team/PranavU-Coder.png -- 209.82kb -> 206.50kb (1.58%)
/frontend/src/assets/react.svg -- 4.03kb -> 4.02kb (0.15%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2026-02-13 19:58:55 +00:00
d791c4e5b7 Make more minimalist 2026-02-14 00:25:31 +05:30
1b3b4e9f75 minor changes 2026-02-13 15:18:38 +05:30
pranav
d18a0fb3b6
migration & deployment on cloudflare pages and huggingface spaces (#3)
* migrations: switching over from pip to uv as pkg-manager & adding wrangler.toml file for cloudflare deployment-ease

* fix: resolving mismatch in name in wrangler.toml file

* fix: downgrading required-python version && updating to current date in wrangler.toml file for latest-runtime capabilities

* fix: removing uvicorn as a server-service from deployment

* migrations: refactored frontend to use bun as default pkg-manager over npm, downsized plotly to use minimum number of components to aptly reduce bundling space & dockerfile and sdk on huggingspace for backend logic

* fix: removed buildinfo files, removed unnecessary tsconfig settings which was previously used in bun build to check local builds, resolving components in Header.tsx, resetting isLoaded state in GraphPlot.tsx file
2026-02-13 01:24:16 +05:30
Arkadeep
a44ba5552c
merge: major overhaul from javascript to typescript & separating frontend and backend logic with dynamic plotting and tabulations (#2)
* changed from jsx to tsx

* connected frontend and backend
got interactive plotly graph working

* Added Table of Predictions component (rough)

* Added proper plotting function for GraphPlot component
Improved dropdown menu design with the DynamicDropdownForm component
Added interactive page numbers to the table

* added backend and frontend safety measures
made the prediction csvs load once into an array

* error handling in case of empty 'dfs' list

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* error handling in case csv file is not found

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* making page buttons sub-component scalable

not necessary at all but whatever

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2026-02-12 00:47:51 +05:30
PranavU-Coder
d96261f341 fixed profile-card on about page 2026-01-09 17:40:25 +05:30
PranavU-Coder
3dba85a654 added major typescript additions and typesettings, added about page showing the contributors of the project. 2026-01-09 17:22:23 +05:30
PranavU-Coder
7849c9b67b updating font-style, prediction value logic, ordering of tab in flexbox, added apt license and a readme, updated all datasets. 2026-01-09 13:48:47 +05:30
Golden-purple
f76fde1cae Changed bg 2026-01-09 12:35:23 +05:30
Golden-purple
9f9ba1e8f3 Changed Prediction file 2026-01-09 12:10:10 +05:30
Golden-purple
df0f27ad72 Add v1 2026-01-09 12:00:26 +05:30
Golden-purple
08afece073 Add v1 2026-01-09 11:53:56 +05:30
Golden-purple
9b24d1ade8 Add v1 2026-01-09 11:36:45 +05:30
Golden-purple
2594976568 Add v1 2026-01-09 10:44:36 +05:30