MicroFish/frontend
karesansui 18ba979c8d Fix silent data loss when platform defaults to reddit for Twitter-only simulations
The API retrieval layer hardcoded reddit as the default platform in 11+ locations. When a Twitter-only simulation was run, all data retrieval APIs silently returned empty results because they looked for reddit_simulation.db which did not exist. This commit reads the simulation enable_twitter/enable_reddit config to determine the correct default platform.

Fixes #150
2026-03-12 02:48:58 +09:00
..
public Remove outdated README.md and update favicon in index.html 2025-12-16 20:58:48 +08:00
src Fix silent data loss when platform defaults to reddit for Twitter-only simulations 2026-03-12 02:48:58 +09:00
.gitignore Add project status report and frontend documentation 2025-12-10 14:49:11 +08:00
index.html Update font styles across the application to include 'Noto Sans SC' for improved typography consistency. 2025-12-26 17:35:09 +08:00
package-lock.json Initialize project with version 0.1.0 and update package configurations 2025-12-18 18:30:29 +08:00
package.json feat(docker): add Docker support with Dockerfile, docker-compose.yml, and .dockerignore; update README for Docker deployment instructions 2026-01-22 14:35:41 +08:00
vite.config.js Add project status report and frontend documentation 2025-12-10 14:49:11 +08:00