Commit Graph
1182 Commits
Author SHA1 Message Date
tdgao 44ffcf5a37 feat: invalidate moderation thread upon submit project redirect 2026-09-04 14:10:38 -06:00
tdgao 3427ed20d2 feat: improve validation message component 2026-09-04 13:57:42 -06:00
tdgao cea2c59573 fix: slug not filled on project create modal 2026-09-04 13:47:33 -06:00
tdgao 0ab81c01da pnpm prepr 2026-09-04 10:11:45 -06:00
tdgao 47f550b18d feat: hide validation error when field has been edited 2026-09-03 16:20:00 -06:00
tdgao aa33e15cf5 pnpm prepr 2026-09-03 14:30:57 -06:00
tdgao cb94b5acc8 fix: unsaved changes not accounting for trim 2026-09-03 13:56:52 -06:00
tdgao cb6c80458a feat: persisted publishing checklist open state, better slug fetch calls, and fix unsaved changes not closing 2026-09-03 13:18:44 -06:00
tdgao f9e69f2556 Merge branch 'main' into truman/content-moderation 2026-09-03 11:52:08 -06:00
tdgao ef22521072 refactor: moderation package left over stuf 2026-09-03 11:35:32 -06:00
tdgao 9d282be2fe feat: skip project ids that 404 and add array format for moderate by ids 2026-09-03 11:24:12 -06:00
tdgao 6e6ca3302c refactor: no slugs util 2026-09-03 11:17:43 -06:00
tdgao 6c7d40fbd9 fix: types 2026-09-03 11:10:05 -06:00
tdgao 5bf9bd89b2 feat: move validation logic to use labrinth 2026-09-03 10:51:16 -06:00
tdgao 15fbe1328e feat: add publishing checklist storybok 2026-09-02 14:13:19 -06:00
Michael H. ec5824331e chore: remove usage of cdn-raw (#7405) 2026-09-02 02:03:02 +02:00
tdgao 621097bcf3 feat: add check for html formatting in disclosures 2026-09-01 14:58:48 -06:00
ThatGravyBoatandProspector 6b5f5e8065 feat: add project status and target filters to reports (#7345)
* feat: add project status and target filters

* prepr

---------

Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com>
2026-09-01 00:10:01 +00:00
ProspectorandGravy Boat 19dc819821 tech review qa part 2 (#7377)
* feat: per file slicer button, with custom target

* chore: move slicer link to file card instead of issue card

* chore: move slicer link to file card instead of issue card

* tech rev part 2

* finish merge issues

* alternative host link settings

* QA changes

* prepr

* remove duplicate key

* tech rev qa 3

* report consistency + loading state to fix jumping

* fix error + queue consistency pt 2

---------

Co-authored-by: Gravy Boat <gravy@thatgravyboat.tech>
2026-08-31 16:52:58 -07:00
tdgao d3aa96e617 fix: nag link overflow 2026-08-31 12:42:02 -06:00
tdgao a01b5c7b70 Merge branch 'main' into truman/content-moderation 2026-08-31 10:46:50 -06:00
Blodhgarm 876308516e feat: Add /version/{version} redirect (#7357)
feat: Add `/version/{version}` redirect to `{project_type}/{slug}/version/{version}` using global middleware
2026-08-31 07:19:03 +00:00
ThatGravyBoat 66c73755d6 feat: per file slicer button, with custom target (#7364)
* feat: per file slicer button, with custom target

* chore: move slicer link to file card instead of issue card
2026-08-30 20:11:00 -07:00
Michael H. 769bde8c0b Reapply "fix: i18n nuxt context error"
This reverts commit 0ab9100c46.
2026-08-29 15:35:13 +02:00
Michael H. 17aaf06590 fix: projects not loading 2026-08-29 13:07:55 +02:00
Michael H. a5895381fb feat: served-by header 2026-08-29 12:56:59 +02:00
Michael H. bcf469ef91 fix: generatedstate memory leak & bump ts query 2026-08-29 12:26:46 +02:00
Michael H. 1bee2f83d8 fix: tanstack query memory leak 2026-08-29 02:31:35 +02:00
Michael H. 7823f83d04 fix: tailscale ssh user 2026-08-29 01:30:30 +02:00
Michael H. a6a9139019 chore: set tailscale hostname to magic container hostname 2026-08-29 01:05:40 +02:00
Michael H. b9c3b363e8 chore: frontend debug 2026-08-29 00:48:43 +02:00
tdgao 725b851dcc feat: add show validation message with debounce 2026-08-28 12:54:52 -06:00
tdgao d7442e8760 feat: clean up link detection in summary and description 2026-08-28 12:10:19 -06:00
Michael H. 0ab9100c46 Revert "fix: i18n nuxt context error"
This reverts commit a1b73d089e.
2026-08-28 16:30:32 +02:00
Michael H. a1b73d089e fix: i18n nuxt context error 2026-08-28 15:30:55 +02:00
Michael H. ff4c9be910 fix: 404 handling but actually 2026-08-28 15:14:47 +02:00
Truman Gao 98f8bbcad9 fix: 404 always logs error (#7341)
* fix: error page

* fix: nuxt always logs console error on 404

* Revert "fix: error page"

This reverts commit ec15bf3b40.
2026-08-28 13:27:54 +02:00
tdgao 18c1f31514 refactor: centralize project validation and nags into validation rules 2026-08-27 22:03:04 -06:00
Prospector a9b774005b fix error pages (#7338) 2026-08-28 01:48:14 +00:00
tdgao 1f3f37c86c refactor: links validator 2026-08-27 13:39:50 -06:00
Prospector ffd864a9e2 fix moderation collapsibles & do a consistency pass (#7330)
* fix moderation collapsibles & do a consistency pass

* extract tech review sources

* improve buttons

* buttn

* improve markdown styling

* fix nested details

* save filters + fix reports reloading

* prepr
2026-08-27 18:46:13 +00:00
Calum H.andtdgao 7c67cca7a7 feat(instance-sync): screenshots sync (#7218)
* pnpm prepr

* feat(instance-sync): screenshots sync

* fix: prepr + fmt

* fix: qa

* feat: screenshit editor

* feat: screenshot* editor qa

* fix: qa

* fix: lint

* fix: aecsocket rev

* qa: a11y tab navigation focus is cut off

* qa: Change “Edited” badge to be bg-highlight-green

* qa: friends list input style wrong

* qa: toolbar width + labels

* qa: multiselect changes

* qa: anim changes

* qa: card hover colors

* qa: copy feedback

* qa: hide date

* qa: instance icon in overflow/contextmenu

* qa: spacing

* qa: group empty state text

* qa: drag preview badge

* qa: group deletion skip warning if no screenshots

* qa: redesign editor

* qa: remove screenshot parent/edited badge stuff

* qa: control font size consistency

* qa: viewer copy control

* qa: editor fixes

* qa: redirect on disable screenshot sync

* qa: margin police

* fix: crop

* fix: qa

* feat: initial start on basic instance file syncing (#7220)

* qa: final

* qa: final 2

* fix: lint + prepr

* fix: copy

* fix: screenshot editing outside of app causing ghost files in db + sync fail rollback impl

* chore: split up

* fix: fmt

---------

Co-authored-by: tdgao <mr.trumgao@gmail.com>
2026-08-27 16:49:46 +00:00
Michael H. 25fb06ce27 fix: set NODE_ENV in wrangler 2026-08-27 13:55:40 +02:00
Michael H. e0cd019869 chore: get rid of debug logs on prod 2026-08-27 13:44:29 +02:00
tdgao b7b276cf51 feat: change project id filter to moderate by id 2026-08-26 19:21:02 -06:00
Prospector b68a199814 menu refactor + web account switcher (#7307)
* add account switcher, migrate context menus to overflow menu system, update version filter controls, only pad instance icons

* app account switcher, improve some context menus, theme stuff

* prepr

* handle reauthentication

* fix a couple sign in issues, admin page cleanup, fix org status badges, fix official account badge, open in local keybind, publish plus icons

* rename generic menus to ButtonMenu (& types)

* fix hydration issue w/ dropdowns + middleware error
2026-08-27 00:35:34 +00:00
tdgao 5dcd66f27f feat: change links in summary to be a blocking error and combined with formatting nag, banned links in description are also blocking 2026-08-26 18:16:55 -06:00
tdgao ed859272d3 feat: remove loader detection from project name and set version as required not allowed 2026-08-26 17:48:20 -06:00
tdgao 6b0ae54352 fix: grab cursor when nothing to drag 2026-08-26 17:27:50 -06:00
tdgao b1d33373fe fix: less false positives in profanity and fix gallary nag 2026-08-26 16:55:29 -06:00