Commit Graph

16 Commits

Author SHA1 Message Date
4161ff9513 Fix spinner appearing every 5 secds 2026-03-08 18:23:20 -04:00
c034999d20 multiple-connection-handling (#3)
Reviewed-on: #3
2026-03-08 18:05:34 -04:00
56acf92f75 Added a workflow to let the agent automatically deploy frontend onto the esp32. 2026-03-08 15:19:17 -04:00
9388bf17af Remade side bar to work better on phone and tablet 2026-03-08 14:40:29 -04:00
72e031a99d removed the blinking light after connection as it was taking a lot of iteration time.
Made the sidebar icon use the famous burger
2026-03-07 23:55:43 -05:00
ac95358561 Separating users from tasks + fixing weird ota bug 2026-03-07 23:41:26 -05:00
e661e15bbf feat: Implement core frontend application with task management, user selection, and a collapsible sidebar. 2026-03-07 22:18:36 -05:00
2bee7dce43 Claude opus authored everything to make the user and task work. First iteration 2026-03-07 21:39:10 -05:00
0ec7f7f08a firmware-ota (#2)
Reviewed-on: #2
2026-03-03 22:47:03 -05:00
9bce74e027 frontend-ota (#1)
Reviewed-on: #1
2026-03-03 19:41:33 -05:00
cfe7332899 Clang format changes for more readability 2026-03-03 14:11:55 -05:00
2916ad9c99 Squashed commit of the following:
commit e8b53dc953
Author: Patedam <pgillen.pro@gmail.com>
Date:   Tue Mar 3 01:15:17 2026 -0500

    Updated backend to make sure it works properly with frontend. Fixed one frontend issue (free heap was not correctly named)

commit 3428808f83
Author: Patedam <pgillen.pro@gmail.com>
Date:   Tue Mar 3 00:36:01 2026 -0500

    Fixing various build errors. Activated minimal build

commit 59364ac22d
Author: Patedam <pgillen.pro@gmail.com>
Date:   Tue Mar 3 00:03:24 2026 -0500

    Added info and reboot api into the backend. Created the basics for a backend server.

commit 37291557eb
Author: Patedam <pgillen.pro@gmail.com>
Date:   Mon Mar 2 23:05:10 2026 -0500

    feat: Add API endpoints for system reboot and retrieving system information.

commit a010b0c352
Author: Patedam <pgillen.pro@gmail.com>
Date:   Mon Mar 2 22:56:13 2026 -0500

    Added AgentTasks into git ignore we will use it to store current tasks so we can createnew contexts chat when its too big

commit 75bab78137
Author: Patedam <pgillen.pro@gmail.com>
Date:   Mon Mar 2 22:42:29 2026 -0500

    feat: Initialize ESP-IDF project with core build configuration, component dependencies, and web frontend deployment.

commit bba4c63f93
Author: Patedam <pgillen.pro@gmail.com>
Date:   Mon Mar 2 22:21:52 2026 -0500

    docs: Add backend architecture documentation for the ESP32-S3 provider.
2026-03-03 01:17:31 -05:00
1d30773234 feat: Initialize Svelte frontend with Vite, Tailwind CSS, single-file build, and a gzip script for ESP32 deployment. 2026-03-02 20:47:52 -05:00
6d457e4744 feat: Add initial Svelte frontend for ESP32 system monitoring and reboot control. 2026-03-02 20:21:32 -05:00
9b4f94207c feat: Initialize Svelte frontend with Vite, TailwindCSS, custom theme, and a basic "Hello World" component. 2026-03-02 19:33:18 -05:00
e541ab94a4 chore: Install frontend dependencies and generate build assets. 2026-03-02 19:21:28 -05:00