This commit is contained in:
@@ -3,28 +3,6 @@
|
|||||||
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
||||||
|
|
||||||
|
|
||||||
todo: update front end report processor javascript libs for market and dompurify
|
|
||||||
|
|
||||||
todo: breaking change in latest vuetify with integer bound to v-text-field have kept this version awaiting fix, reported
|
|
||||||
https://github.com/vuetifyjs/vuetify/pull/12451
|
|
||||||
If not fixed in a timely manner can downgrade to the build before this one
|
|
||||||
|
|
||||||
todo: Update marked library to latest, view breaking changes first
|
|
||||||
https://github.com/markedjs/marked/releases
|
|
||||||
|
|
||||||
todo: move typeface roboto to new source or see how vue cli is handling it etc
|
|
||||||
https://github.com/KyleAMathews/typefaces/tree/master/packages/roboto
|
|
||||||
|
|
||||||
todo: JWT Decode major updated version
|
|
||||||
potentially breaking changes
|
|
||||||
https://github.com/auth0/jwt-decode#readme
|
|
||||||
|
|
||||||
todo: Monaco editor and webpack plugin update
|
|
||||||
https://github.com/microsoft/monaco-editor/blob/master/CHANGELOG.md
|
|
||||||
https://github.com/Microsoft/monaco-editor-webpack-plugin#readme
|
|
||||||
|
|
||||||
|
|
||||||
todo: Postgres 13?
|
|
||||||
|
|
||||||
todo: when it's a general notification in the timeline the button to open the subscription should not be there since it goes to an uneditable default built in subscription
|
todo: when it's a general notification in the timeline the button to open the subscription should not be there since it goes to an uneditable default built in subscription
|
||||||
|
|
||||||
@@ -47,8 +25,12 @@ todo: DataListFilter UI pretty shitty
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
todo: breaking change in latest vuetify with integer bound to v-text-field have kept this version awaiting fix, reported
|
||||||
|
https://github.com/vuetifyjs/vuetify/pull/12451
|
||||||
|
If not fixed in a timely manner can downgrade to the build before this one
|
||||||
|
|
||||||
### BIG ITEMS ###
|
### BIG ITEMS ###
|
||||||
|
todo: Postgres 13?
|
||||||
|
|
||||||
todo: export from grid to xls, csv etc.
|
todo: export from grid to xls, csv etc.
|
||||||
I'm thinking perhaps also a secondary ability to make report templates that are actually intended for export to xls or whatever as an additional feature
|
I'm thinking perhaps also a secondary ability to make report templates that are actually intended for export to xls or whatever as an additional feature
|
||||||
|
|||||||
@@ -16,11 +16,6 @@
|
|||||||
$ay.t("PickListTemplates")
|
$ay.t("PickListTemplates")
|
||||||
}}</v-list-item-title>
|
}}</v-list-item-title>
|
||||||
</v-list-item>
|
</v-list-item>
|
||||||
|
|
||||||
<!-- <v-subheader>{{ $ay.t("Server") }}</v-subheader>
|
|
||||||
<v-list-item>
|
|
||||||
<v-list-item-title>{{ $ay.t("Notifications") }}</v-list-item-title>
|
|
||||||
</v-list-item> -->
|
|
||||||
</v-list>
|
</v-list>
|
||||||
</v-card>
|
</v-card>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -36,9 +36,12 @@
|
|||||||
|
|
||||||
<v-card-actions>
|
<v-card-actions>
|
||||||
<v-btn text @click="deleteItem(i)">{{ $ay.t("Delete") }}</v-btn>
|
<v-btn text @click="deleteItem(i)">{{ $ay.t("Delete") }}</v-btn>
|
||||||
<v-btn text @click="openSubscription(i)">{{
|
<v-btn
|
||||||
$ay.t("NotifySubscription")
|
text
|
||||||
}}</v-btn>
|
@click="openSubscription(i)"
|
||||||
|
v-if="i.eventType != 27"
|
||||||
|
>{{ $ay.t("NotifySubscription") }}</v-btn
|
||||||
|
>
|
||||||
<v-btn text @click="openItem(i)" v-if="i.objectId != 0">{{
|
<v-btn text @click="openItem(i)" v-if="i.objectId != 0">{{
|
||||||
$ay.t("Open")
|
$ay.t("Open")
|
||||||
}}</v-btn>
|
}}</v-btn>
|
||||||
|
|||||||
Reference in New Issue
Block a user