trypost/resources/js
Paulo Castellano bec831fec6 ci: fix tests workflow and clear pre-existing lint errors
- Add `php artisan passport:keys --force` step to tests workflow
  so the OAuth2 server keys exist before tests run. Without them
  every API test failed with `LogicException: Invalid key supplied`
  from `vendor/league/oauth2-server/src/CryptKey.php`.

- Clear 4 pre-existing unused-variable lint errors that were
  blocking this PR's CI (auth/GoogleAuthButton, billing/Subscribe,
  posts/editor/CommentsTab, posts/editor/TikTokSettings).

- `eslint --fix` also reordered imports alphabetically in 11 other
  files — pure cosmetic.
2026-05-04 12:03:44 -03:00
..
components ci: fix tests workflow and clear pre-existing lint errors 2026-05-04 12:03:44 -03:00
composables ci: fix tests workflow and clear pre-existing lint errors 2026-05-04 12:03:44 -03:00
data feat: media gallery picker, custom emoji picker, preview tabs, real platform logos 2026-05-01 14:53:49 -03:00
enums feat: replace legacy AI assistant with modular post content generation, review, and template management system 2026-05-03 09:36:50 -03:00
layouts ci: fix tests workflow and clear pre-existing lint errors 2026-05-04 12:03:44 -03:00
lib feat: implement consolidated authentication settings including session management and social provider integration 2026-05-03 17:42:44 -03:00
pages ci: fix tests workflow and clear pre-existing lint errors 2026-05-04 12:03:44 -03:00
types refactor: unify social analytics, reorganize workspace settings, and implement content validation rules 2026-05-02 12:22:42 -03:00
utils feat: add PostCommentCreated broadcast event 2026-04-15 20:11:36 -03:00
app.ts fix: resolve all TypeScript errors 2026-03-31 09:34:39 -03:00
date.ts refactor: reorganize billing language keys and implement AccountPolicy for subscription management 2026-05-03 17:26:55 -03:00
dayjs.ts refactor: reorganize billing language keys and implement AccountPolicy for subscription management 2026-05-03 17:26:55 -03:00
debounce.ts fix: resolve all TypeScript errors 2026-03-31 09:34:39 -03:00
posthog.ts chore: posthog, ui, features and more 2026-03-30 21:18:07 -03:00
ssr.ts chore: first commit 2026-01-14 22:13:44 -03:00