mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Merge branch 'master' into ogerly-patch-2
This commit is contained in:
commit
5bbc6a6147
@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d
|
||||
|
||||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||
|
||||
#### [1.8.3](https://github.com/gradido/gradido/compare/1.8.2...1.8.3)
|
||||
|
||||
- Checkbox [`#1894`](https://github.com/gradido/gradido/pull/1894)
|
||||
- fix: Count Deprecated Links as Well [`#1892`](https://github.com/gradido/gradido/pull/1892)
|
||||
|
||||
#### [1.8.2](https://github.com/gradido/gradido/compare/1.8.1...1.8.2)
|
||||
|
||||
> 12 May 2022
|
||||
|
||||
- Release 1.8.2 [`#1890`](https://github.com/gradido/gradido/pull/1890)
|
||||
- Update README.md [`#1878`](https://github.com/gradido/gradido/pull/1878)
|
||||
- fix: Unique Previous Column in Transactions Table [`#1879`](https://github.com/gradido/gradido/pull/1879)
|
||||
- fix: Up and Down Migrations for Older SQL Versions [`#1861`](https://github.com/gradido/gradido/pull/1861)
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
"description": "Administraion Interface for Gradido",
|
||||
"main": "index.js",
|
||||
"author": "Moriz Wahl",
|
||||
"version": "1.8.2",
|
||||
"version": "1.8.3",
|
||||
"license": "MIT",
|
||||
"private": false,
|
||||
"scripts": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gradido-backend",
|
||||
"version": "1.8.2",
|
||||
"version": "1.8.3",
|
||||
"description": "Gradido unified backend providing an API-Service for Gradido Transactions",
|
||||
"main": "src/index.ts",
|
||||
"repository": "https://github.com/gradido/gradido/backend",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gradido-database",
|
||||
"version": "1.8.2",
|
||||
"version": "1.8.3",
|
||||
"description": "Gradido Database Tool to execute database migrations",
|
||||
"main": "src/index.ts",
|
||||
"repository": "https://github.com/gradido/gradido/database",
|
||||
|
||||
33
docu/Style/Images/Checkbox_aktiv.svg
Normal file
33
docu/Style/Images/Checkbox_aktiv.svg
Normal file
@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#047006;}
|
||||
.st1{fill:none;stroke:#F5F5F5;stroke-width:2;stroke-linecap:round;}
|
||||
.st2{display:none;}
|
||||
.st3{display:inline;}
|
||||
.st4{fill:#FFFFFF;}
|
||||
.st5{fill:none;stroke:#707070;}
|
||||
.st6{fill:none;stroke:#F5F5F5;stroke-width:2;stroke-linecap:round;stroke-opacity:0;}
|
||||
</style>
|
||||
<g id="Ebene_1">
|
||||
<g id="Gruppe_4989" transform="translate(-772 -261.959)">
|
||||
<circle id="Ellipse_17" class="st0" cx="782.16" cy="271.95" r="9.5"/>
|
||||
<line id="Linie_20" class="st1" x1="777.46" y1="271.95" x2="780.54" y2="275.47"/>
|
||||
<line id="Linie_21" class="st1" x1="780.54" y1="275.47" x2="787.53" y2="268.44"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Ebene_2" class="st2">
|
||||
<g id="Gruppe_4989_00000034808020233716670080000006186173982805041337_" transform="translate(-772 -261.959)" class="st3">
|
||||
<g id="Ellipse_17_00000100354317347125335040000001067099806688704903_" transform="translate(772 261.959)">
|
||||
<circle class="st4" cx="10.16" cy="9.99" r="9.5"/>
|
||||
<circle class="st5" cx="10.16" cy="9.99" r="9"/>
|
||||
</g>
|
||||
|
||||
<line id="Linie_20_00000062902523139473969010000009779348807157657532_" class="st6" x1="777.46" y1="271.95" x2="780.54" y2="275.47"/>
|
||||
|
||||
<line id="Linie_21_00000005969448249974932320000012316677830959789444_" class="st6" x1="780.54" y1="275.47" x2="787.53" y2="268.44"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
33
docu/Style/Images/Checkbox_deaktiv.svg
Normal file
33
docu/Style/Images/Checkbox_deaktiv.svg
Normal file
@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{display:none;}
|
||||
.st1{display:inline;}
|
||||
.st2{fill:#047006;}
|
||||
.st3{fill:none;stroke:#F5F5F5;stroke-width:2;stroke-linecap:round;}
|
||||
.st4{fill:#FFFFFF;}
|
||||
.st5{fill:none;stroke:#707070;}
|
||||
.st6{fill:none;stroke:#F5F5F5;stroke-width:2;stroke-linecap:round;stroke-opacity:0;}
|
||||
</style>
|
||||
<g id="Ebene_1" class="st0">
|
||||
<g id="Gruppe_4989" transform="translate(-772 -261.959)" class="st1">
|
||||
<circle id="Ellipse_17" class="st2" cx="782.16" cy="271.95" r="9.5"/>
|
||||
<line id="Linie_20" class="st3" x1="777.46" y1="271.95" x2="780.54" y2="275.47"/>
|
||||
<line id="Linie_21" class="st3" x1="780.54" y1="275.47" x2="787.53" y2="268.44"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Ebene_2">
|
||||
<g id="Gruppe_4989_00000034808020233716670080000006186173982805041337_" transform="translate(-772 -261.959)">
|
||||
<g id="Ellipse_17_00000100354317347125335040000001067099806688704903_" transform="translate(772 261.959)">
|
||||
<circle class="st4" cx="10.16" cy="9.99" r="9.5"/>
|
||||
<circle class="st5" cx="10.16" cy="9.99" r="9"/>
|
||||
</g>
|
||||
|
||||
<line id="Linie_20_00000062902523139473969010000009779348807157657532_" class="st6" x1="777.46" y1="271.95" x2="780.54" y2="275.47"/>
|
||||
|
||||
<line id="Linie_21_00000005969448249974932320000012316677830959789444_" class="st6" x1="780.54" y1="275.47" x2="787.53" y2="268.44"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bootstrap-vue-gradido-wallet",
|
||||
"version": "1.8.2",
|
||||
"version": "1.8.3",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "node run/server.js",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gradido",
|
||||
"version": "1.8.2",
|
||||
"version": "1.8.3",
|
||||
"description": "Gradido",
|
||||
"main": "index.js",
|
||||
"repository": "git@github.com:gradido/gradido.git",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user