Fase 3 (islas): historiales de seguridad y transacciones en React/TSX
Tabla genérica reutilizable HistoryTable (columnas por data-columns, filas por json_script) + entry history_table: - security_history: intentos de conexión (username/status/ip/fecha). Se elimina la caja "actividad" duplicada. Las vistas pasan login_attempts_data serializable. - trans_history: historial de transacciones (StripeLog) con transactions_data. Datos embebidos con json_script (sin endpoint extra). Verificado: check OK, ambas plantillas renderizan la isla con datos. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -29,6 +29,7 @@ export default defineConfig({
|
||||
transfer_character: resolve(__dirname, 'src/entries/transfer_character.tsx'),
|
||||
rename_guild: resolve(__dirname, 'src/entries/rename_guild.tsx'),
|
||||
vote_points: resolve(__dirname, 'src/entries/vote_points.tsx'),
|
||||
history_table: resolve(__dirname, 'src/entries/history_table.tsx'),
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user