Refactor project-support forms: add admin-only fields, improve Flux form components, and enhance layout for consistency. 🛠️ Remove redundant NostrAuth methods and streamline authorization logic.

This commit is contained in:
HolgerHatGarKeineNode
2026-01-20 00:49:28 +01:00
parent 28b755575f
commit a6c8fb6435
11 changed files with 459 additions and 227 deletions

View File

@@ -35,6 +35,8 @@ class ProjectProposal extends Model implements HasMedia
protected $casts = [
'id' => 'integer',
'einundzwanzig_pleb_id' => 'integer',
'accepted' => 'boolean',
'sats_paid' => 'integer',
];
protected static function booted() {}