This is an automated email from the ASF dual-hosted git repository.
gstein pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/steve.git
from 3f167e6 Add endpoints to open/close an Election.
new 2d28e4f also fetch Bootstrap icons for local serving
new af21501 need more files for the fonts
new 7a98775 add favicon
new 93634fe load up the icons
new 62c9612 Initial work on YNA voting on issues.
new 6bd89b8 oop. add the CSS to support vote-on.ezt
new 06813c3 Set open/close times at state transition.
new 87643cc Fix names/id to use IID. Fix interpolation.
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
v3/.gitignore | 2 +
v3/queries.yaml | 10 +-
v3/server/bin/fetch-bootstrap.sh | 35 +-
v3/server/pages.py | 4 +
v3/server/static/css/bootstrap-icons.css | 2106 ++++++++++++++++++++++
v3/server/static/css/fonts/bootstrap-icons.woff | Bin 0 -> 180288 bytes
v3/server/static/css/fonts/bootstrap-icons.woff2 | Bin 0 -> 134044 bytes
v3/server/static/css/steve.css | 7 +
v3/server/static/favicon.ico | Bin 0 -> 15406 bytes
v3/server/templates/header.ezt | 1 +
v3/server/templates/vote-on.ezt | 132 +-
11 files changed, 2290 insertions(+), 7 deletions(-)
create mode 100644 v3/server/static/css/bootstrap-icons.css
create mode 100644 v3/server/static/css/fonts/bootstrap-icons.woff
create mode 100644 v3/server/static/css/fonts/bootstrap-icons.woff2
create mode 100644 v3/server/static/favicon.ico