feat: add boardVotes and showLog functionalities

This commit includes the addition of a 'boardVotes' functionality in the electionAdminCharts.js file, and a 'showLog' functionality in the nostrApp.js file. This update provides enhanced interactivity and data handling for the charts and logs respectively.
This commit is contained in:
fsociety
2024-10-02 12:40:42 +02:00
parent ee0598515a
commit c21a46a870
4 changed files with 421 additions and 317 deletions

View File

@@ -2,6 +2,7 @@ export default (livewireComponent) => ({
isAllowed: livewireComponent.entangle('isAllowed', true),
signThisEvent: livewireComponent.entangle('signThisEvent'),
showLog: livewireComponent.entangle('showLog', true),
init() {
// on change of signThisEvent, call the method