merlyn/server
Timothy Carambat 6b1b8bbc94
4595 refactor PWA (#4664)
* feat: add web app manifest and mobile PWA meta tags

* feat: serve dynamic manifest.json with custom branding for pwa

* feat: add ios status bar theming for pwa

* fix: prevent overscroll behavior for mobile

* fix: prevent ios safari auto-zoom on chat input

* fix: remove theme-color meta tags conflicting with ios status bar

* fix: add missing apple-mobile-web-app-capable meta tag for ios pwa

* fix: move catch-all route after manifest endpoint to prevent interception

* feat: add pwa detection helper and conditional styling for standalone mode

* PWA refactor

* undo changes to native CSS

* class fix

* proper response obj

* fix patch for import

* fix manifest errors

---------

Co-authored-by: Christian De Santis <christian.constantino98@gmail.com>
2025-11-19 16:08:09 -08:00
..
__tests__ Agent workspace system prompt with variable expansion (#4526) 2025-10-15 13:32:50 -07:00
endpoints fix: unhelpful error message for invite link user creation (#4621) 2025-11-19 13:37:37 -08:00
jobs Fix issue where filenames with spaces could be marked as orphaned and pruned from threads they are attached to - resulting in the model not seeing a file during chat after the backend boots 2025-09-30 14:35:14 -07:00
middleware Add HTTP request/response logging middleware for development mode (#4425) 2025-09-29 13:33:15 -07:00
models feat: Allow email addresses as usernames (#4619) 2025-11-19 13:43:28 -08:00
prisma Workspace Chat with documents overhaul (#4261) 2025-08-11 09:26:19 -07:00
storage Sync models from remote for FireworksAI (#4475) 2025-10-02 12:34:05 -07:00
swagger patch folder name GET request response (#4395) 2025-09-17 13:05:11 -07:00
utils 4595 refactor PWA (#4664) 2025-11-19 16:08:09 -08:00
.env.example Microsoft Foundry Local LLM provider & agent provider (#4435) 2025-10-01 20:04:13 -07:00
.flowconfig devcontainer v1 (#297) 2024-01-08 15:31:06 -08:00
.gitignore Update .gitignore (#4507) 2025-10-07 16:32:32 -07:00
.nvmrc Implement Chroma Support (#1) 2023-06-07 21:31:35 -07:00
index.js 4595 refactor PWA (#4664) 2025-11-19 16:08:09 -08:00
jsconfig.json devcontainer v1 (#297) 2024-01-08 15:31:06 -08:00
nodemon.json Full developer api (#221) 2023-08-23 19:15:07 -07:00
package.json 1.9.0 tag 2025-10-09 15:11:59 -07:00
yarn.lock Reimplement Cohere models for basic chat (#4489) 2025-10-03 18:28:20 -07:00