yasithdev opened a new pull request, #227:
URL: https://github.com/apache/airavata-portals/pull/227

   ## Summary
   - **Fluid layout**: the main content area now uses the full viewport width — 
removes the `.main-content` 1200px cap that constrained every sidebar-less page 
(home, admin, experiment summary, create-experiment), and `home.html` 
`.container` → `.container-fluid`.
   - **Python deps → latest** (`uv lock --upgrade`): requests 2.25→2.34, 
requests-oauthlib 0.7→2.0, urllib3 1.26→2.7, cryptography 49, idna 3, 
chardet→charset-normalizer.
   - **Drop legacy JS deps for the stdlib**: `uuid` → `crypto.randomUUID()`; 
`clipboard.js` → `navigator.clipboard`; removed the dead `vue-resource` plugin.
   - **Experiment statistics**: render short state aliases (e.g. `COMPLETED`) 
instead of raw `EXPERIMENT_STATE_*` enum names, matching 
`ExperimentStatusBadge`.
   
   ## Test plan
   Verified in Chrome (no console errors): OAuth login round-trip, dashboard, 
create-experiment input editors, copy-ID links, `/admin/users`, and 
`/admin/experiment-statistics` (clean state labels). All pages now use full 
width.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to