Commit Graph

70 Commits

Author SHA1 Message Date
Rijk van Zanten
bcac4b80c2 Fix perf regression in translations (#5041)
* Only translate extensions on language load

* Make table-row functional
2021-04-13 17:00:22 -04:00
Nitwel
c7f2b05c00 Fix drawer item title not showing data (#4940)
* fix drawer item title not showing data

* load template items relational

* Only render preview on first load

* Fix type issue

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-04-09 18:05:41 -04:00
Nitwel
93f8b7720c Fix translations not working on displays, modules... (#4734)
* generalyze extensions

* replace vue-i18n tranlslations

* replace vue-i18n tranlslations

* add missing commas

* replace translations recursive

* restructure translate

* remove unused i18n

* remove unused i18n

* remove unused i18n

* Remove i18n context in define

* Rename translate util file

* Fix type errors

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-04-08 16:36:55 -04:00
Nitwel
6f9b2cafcd Add page titles (#4775)
* restructure template rendering

* add useTitle composable

* Split up render-string-template from getFieldsFromTemplate

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-03-31 10:53:57 -04:00
Nitwel
07aff68532 add translation type to related collection (#4722) 2021-03-29 10:16:05 -04:00
Ngai Kam Wing
e9f18975d8 Reduced chunk vendor build size ( Parsed size from 3.48MB to 1.19MB ) (#4645)
Split out wysiwyg and markdown code into a separate chunk.
2021-03-24 12:09:11 -04:00
Ben Haynes
7599e0a7aa primary color and various design updates 2021-03-04 18:50:47 -05:00
Dominic Marcelino
fe0d81c86a Feature/markdown shortcuts (#4314)
* add shortcuts to markdown editor

* Update Tooltips

* remove comment

* Use meta in shortcut translation

* Correct spacing in heading dropdown

* Scope shortcuts to current interface instance

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-02-26 16:18:37 -05:00
rijkvanzanten
ce9a6c8cf6 Fix update permission check 2021-02-24 13:28:16 -05:00
rijkvanzanten
fab082b63f Fix revisions drawer detail when number of revisions > 100
Fixes #4187
2021-02-23 14:38:38 -05:00
YannickMol
cf261f4eb2 Show related values for M2A (#4196) 2021-02-22 11:24:05 -05:00
Rijk van Zanten
df22a58c6a Update in-app docs (#3989)
* Fix root redirect

* Fix html in headings

* Add graphql syntax mode

* Install markdown-it + plugins

* Fix file copying on mac

* Replace md rendering engine

* Fix wrong links in guides

* Scroll to top on every route change

* Update in-app links

* Fix home redirect

* Fix deep-linking paths

* Add to reference

* Fix nested group scoping

* Fix open path reference
2021-02-09 18:31:25 -05:00
Rijk van Zanten
f3cb3ddc2b Fix query param handling in file interface (#3977)
Fixes #3944
2021-02-08 17:44:36 -05:00
rijkvanzanten
d910c361a5 Render file type nicer in file library 2021-01-21 14:49:22 -05:00
rijkvanzanten
4ea6aa1f7c Add image picker to md interface 2021-01-19 12:11:16 -05:00
rijkvanzanten
05f0bc967e Turn hash into type
Fixes #3542
2021-01-12 17:08:19 -05:00
Nicola Krumschmidt
550927e04b Update readme of filters-to-query util 2020-12-01 22:21:35 +01:00
rijkvanzanten
21f430312c Fix preview situation 2020-11-18 11:44:59 -05:00
rijkvanzanten
0c72ee6b1d Fix deep filters in app, fix current-user/current-role in filters 2020-11-12 14:12:05 -05:00
rijkvanzanten
528112314d Remove outdated tests, fix imports 2020-11-09 12:29:01 -05:00
rijkvanzanten
dd803a915b Fix archive button permissions check
Fixes #900
2020-11-06 14:57:44 -05:00
rijkvanzanten
94c03b4d4a Use new error handler where we don't handle errors better 2020-11-05 17:24:27 -05:00
rijkvanzanten
44f926e911 Update/fix unexpected error dialog 2020-11-05 17:02:01 -05:00
rijkvanzanten
e416fbabff Add unexpected error util 2020-11-05 16:39:59 -05:00
rijkvanzanten
207d347b80 Add notify function 2020-11-05 16:34:32 -05:00
rijkvanzanten
4130337f7a Merge branch 'main' into error-handling 2020-11-05 16:16:44 -05:00
rijkvanzanten
39144a83a1 Override default value with preset in app
Fixes #825
2020-11-04 12:22:20 -05:00
rijkvanzanten
2f3e406022 Fix too strict update permission check
Fixes #817
2020-11-04 11:02:38 -05:00
Nicola Krumschmidt
c473918c29 Use _and operator when converting filters to query
This fixes using multiple filters with the same field.
2020-11-04 12:21:56 +01:00
rijkvanzanten
dca7df6fb2 Fix v-field-select dropdown
Ref #852
2020-11-03 15:16:07 -05:00
rijkvanzanten
6e4159e47b Check for current user/role in app side permissions check
Fixes #817
2020-11-02 16:56:45 -05:00
rijkvanzanten
4e54d9fe1e Improve consistency 2020-10-26 10:33:11 +01:00
Nitwel
c8653589b1 Merge branch 'main' into error-handling 2020-10-24 11:21:33 +02:00
Nitwel
f81771ef1c clean up error handling 2020-10-24 10:48:14 +02:00
e01
b00f0f4ddc Fix file upload 2020-10-23 17:04:24 +03:00
rijkvanzanten
0ba006c962 Cleanup file upload 2020-10-22 19:36:21 +02:00
Nitwel
2dd509e48a add proper error handling 2020-10-22 17:26:37 +02:00
Nitwel
d71acbb9f3 rename option 2020-10-21 18:48:24 +02:00
Nitwel
fb755efc4e fix ts errors 2020-10-21 09:51:34 +02:00
Nitwel
f11a8715fa Merge branch 'main' into file-replace 2020-10-19 19:53:54 +02:00
Nitwel
80f7ad7755 redo replacing of image 2020-10-19 19:46:24 +02:00
rijkvanzanten
6c0afa9651 Add userName util function to render user's name 2020-10-19 13:31:44 -04:00
rijkvanzanten
1f9328d3a8 Fix default interface for dateTime type
Fixes #664
2020-10-15 15:22:56 -04:00
rijkvanzanten
4295c3c488 Scope global file upload to file library
Fixes #399, fixes #262
2020-10-14 18:06:40 -04:00
rijkvanzanten
efe98c0188 Update advanced filter drawer detail to match filter query check 2020-10-14 15:37:18 -04:00
rijkvanzanten
58f4c944e0 Update filter structure 2020-10-01 18:08:45 -04:00
rijkvanzanten
41b6774c30 Fix M2M not rendering displays correctly
Fixes #406
2020-09-23 18:06:41 -04:00
Nitwel
614d656a2a use lib instead of own functions 2020-09-21 12:00:08 +02:00
rijkvanzanten
bed2332886 Move parseTypes function to utils 2020-09-17 14:50:04 -04:00
rijkvanzanten
6f201e72b0 Add webhooks browse 2020-09-10 14:44:55 -04:00