Skip to content

Commit

Permalink
Merge pull request #94 from Armored-Dragon/feature/vote
Browse files Browse the repository at this point in the history
Voting
  • Loading branch information
JulianGro authored Nov 30, 2024
2 parents dd717ff + 29805a0 commit 857296c
Show file tree
Hide file tree
Showing 8 changed files with 1,697 additions and 0 deletions.
9 changes: 9 additions & 0 deletions applications/metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,15 @@ var metadata = { "applications":
"jsfile": "hmd3rdPerson/app-hmd3rdPerson.js",
"icon": "hmd3rdPerson/icon_inactive_white.png",
"caption": "3rd PERS"
},
{
"isActive": true,
"directory": "voting",
"name": "General Assembly Voting",
"description": "Vote in the General Assembly",
"jsfile": "voting/vote.js",
"icon": "voting/icon_white.png",
"caption": "VOTE"
}
]
};
Binary file added applications/voting/img/icon_black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added applications/voting/img/icon_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added applications/voting/img/trash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added applications/voting/sound/new_vote.mp3
Binary file not shown.
Loading

0 comments on commit 857296c

Please sign in to comment.