Files
IronCalc/webapp/app.ironcalc.com/frontend
Daniel González-Albo f2da24326b update: Add a left drawer to improve workbook management (#453)
* update: add leftbar to app

* style: a few cosmetic changes

* update: allow pinning workbooks

* style: show ellipsis button only on hover

* update: add basic responsiveness

* style: use active state when file and help menus are open

* style: increase transition time

* update: allow duplication of workbooks

* chore: standardize menus
2025-10-19 10:20:31 +02:00
..
2025-02-01 17:18:02 +01:00

IronCalc application

This is the front end deployed at https:://app.ironcalc.com

To build for production:

npm install
npm run build

A development build:

npm run dev