mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-11-26 01:58:35 +00:00
since the backend sorts emojis by name length when a query is present, the normal pagination with `sinceId` / `untilId` would not work reliably `offsetMode` is better in this case, although it will produce non-stable results if custom emojis that match the query are added or removed while we paginate |
||
|---|---|---|
| .. | ||
| .storybook | ||
| .vscode | ||
| @types | ||
| assets | ||
| lib | ||
| public | ||
| src | ||
| test | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| package.json | ||
| tsconfig.json | ||
| vite.config.local-dev.ts | ||
| vite.config.ts | ||
| vite.json5.ts | ||
| vue-shims.d.ts | ||