hippofish/packages
naskya 45d070b544 Merge branch 'noteHeaderDateFormat' into 'develop'
fix(client): use app locale for note header date

Co-authored-by: Eana Hufwe <eana@1a23.com>

See merge request firefish/firefish!11130
2024-07-11 05:20:09 +00:00
..
backend Merge branch 'renovate/aws-sdk-2.x' into 'develop' 2024-07-11 00:40:59 +00:00
backend-rs chore (backend-rs): add comment 2024-07-11 02:54:46 +09:00
client fix(client): use app locale for note header date 2024-07-11 02:31:27 +00:00
firefish-js chore(deps): update dependency ts-jest to v29.2.2 2024-07-10 20:05:25 +00:00
macro-rs meta (backend-rs, macro-rs): set Rust version and edition in root 2024-07-09 18:36:45 +09:00
sw Merge branch 'develop' into iceshrimp_mastodon 2024-07-10 08:15:59 +09:00
README.md refactor: Iceshrimp’s Mastodon API implementation with original extensions 2024-05-29 23:39:22 +09:00

Packages

This directory contains all of the packages Firefish uses.

  • backend: Main backend code written in TypeScript for NodeJS
  • backend-rs: Backend code written in Rust, bound to NodeJS by NAPI-RS
  • macro-rs: Procedural macros for backend-rs
  • client: Web interface written in Vue3 and TypeScript
  • sw: Web Service Worker written in TypeScript
  • firefish-js: TypeScript SDK for both backend and client