Files
2026-04-16 10:45:00 +02:00
..
2026-04-14 14:31:21 +02:00
2026-04-16 10:45:00 +02:00
2026-02-06 10:57:38 +01:00
2026-02-06 10:57:38 +01:00
2026-02-06 10:57:38 +01:00
2026-02-06 10:57:38 +01:00
2026-02-06 10:57:38 +01:00
2026-02-06 10:57:38 +01:00
2026-04-14 14:31:21 +02:00
2026-04-14 14:31:21 +02:00
2026-02-06 10:57:38 +01:00
2026-04-14 14:31:21 +02:00
2026-02-15 12:44:14 +01:00
2026-02-21 15:17:36 +01:00

preview

Seanime Web

Main interface for web and desktop clients

React + Rsbuild + Tanstack Router

.
└── seanime-web/
    ├── public
    └── src/
        ├── api/
        │   ├── client
        │   ├── generated
        │   └── hooks
        ├── app/
        │   └── (main)/
        │       ├── _atoms
        │       ├── _electron
        │       ├── _features
        │       ├── _hooks
        │       ├── _listeners
        │       ├── auth
        │       └── ...
        ├── components
        ├── hooks
        ├── lib
        ├── routes/	
        │   ├── _main
        │   └── ...
        └── types