Commit Graph

412 Commits

Author SHA1 Message Date
rijkvanzanten
8a95c82583 Fix typo 2021-04-08 17:40:49 -04:00
Ben Haynes
7e2e1c2c7e Adjust divider for note spacing 2021-04-08 17:06:14 -04:00
Ben Haynes
d03d9f01af Button link colors more prominent 2021-04-08 17:06:03 -04:00
Ben Haynes
c503d128cf Slider y offset 2021-04-08 17:05:19 -04:00
Rijk van Zanten
6b742b8cb5 Fix root path in extensions fetching (#4919)
Fixes #4733
2021-04-08 17:04:18 -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
Valentino Stillhardt
408096ed14 Fixed routes with missing end slash (#4911) 2021-04-08 14:40:53 -04:00
Justin H
ebae74b87c fix: deselect button not shown in m2m file interface for non-admin users (#4913) 2021-04-08 14:39:16 -04:00
Ben Haynes
611d5be382 Interface background colors 2021-04-08 13:44:11 -04:00
Ben Haynes
70fa15351c Clean markdon hr style 2021-04-08 13:42:43 -04:00
Nitwel
bf484d39ae fix text overflow on m2o (#4720) 2021-04-07 12:25:04 -04:00
Nitwel
3a1530ea89 Fix edits not being found in o2m (#4877)
* fix searching edits via pk

* Update app/src/interfaces/one-to-many/one-to-many.vue

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-04-07 11:55:07 -04:00
Nitwel
db77727cd3 Only allow to en/disable own tfa (#4854)
* remove non existing fields

* only edit own tfa
2021-04-07 11:53:56 -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
020f2c7294 fix wysiwyg dropdown styles (#4771) 2021-03-31 09:39:25 -04:00
Nitwel
4518ec8886 add display template option (#4758) 2021-03-30 12:21:33 -04:00
Nitwel
8808d19a3e Restyle hr in wysiwyg (#4755)
* make hr look normal in wysiwyg

* dont use fixed value
2021-03-30 10:54:06 -04:00
Nitwel
8ecb65cf74 fix v-if not updating (#4748) 2021-03-30 08:52:14 -04:00
Rijk van Zanten
b562ceeb0c Add Tree-View Interface (#4602)
* Fix local type extraction

* Render basic tree in tree-view

* Render drawer-item in tree-view-group

* Retrieve nested draggable changes

* Default sort query to configured sortField

* Store nested group / sort to API

* Allow updating item values

* Figure out a dropzone approach on preview

* Finish editable tree view

* Set sort value based on sort field in relation

* Add create-new / add-existing

* Respect previously made nested edits

* Add description in setup

* Fix fetching level of o2m sort field

* Remove min height on empty root

* Remove unused types

* Add notice for invalid relationship type

* Allow recursive o2m in setup

* Styling tweak

* Revert changes in v-list

* Revert changes in groupable
2021-03-26 17:12:55 -04:00
Jian Liao
6389e468f2 Fixed Issue-4660 (#4661)
* add more ignore pattern for git

* revert the change for api/.gitignore

* fix #4660

Co-authored-by: Jian Liao <jianliao@adobe.com>
2021-03-25 09:33:52 -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
rijkvanzanten
ac223d2137 Fix deselect not showing up in m2m in certain contexts
Fixes #4572
2021-03-17 21:52:38 -04:00
rijkvanzanten
23817ad1fa Fix clear buttons on disabled m2m
Fixes #4527
2021-03-15 11:11:10 -04:00
rijkvanzanten
cc9c5e367d Don't show X on disabled datetime
Fixes #4484
2021-03-11 18:49:47 -05:00
Ben Haynes
870cd5ec9a fixes #4402
adds background-input variable to differentiate from page
updates repeater to use card styling
2021-03-08 15:13:53 -05:00
Nitwel
f2f6de949c Adding and removing collections from m2a (#4271)
* add adding and removing collections from m2a

* warn when the collection has been deleted

* simplify nonExistent items check

* Cleanup

* Remove unnecessary continue

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-03-04 19:02:32 -05:00
Ben Haynes
7599e0a7aa primary color and various design updates 2021-03-04 18:50:47 -05:00
rijkvanzanten
a878fa9aad Fix datetime readonly interactivity
Fixes #4387
2021-03-04 17:08:09 -05:00
rijkvanzanten
f63edc266d Fix dnd in safari
Fixes #4345
2021-03-04 10:32:41 -05:00
rijkvanzanten
bd80c3e14d Fix disabled states of files/slider
Fixes #4370
2021-03-03 19:17:15 -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
d8432df75f Only show loader if there's no preview yet 2021-02-26 16:04:20 -05:00
Jian Liao
d1a6a61a16 Fix issue 4280 by initializing sortField when create new item (#4294)
* add more ignore pattern for git

* revert the change for api/.gitignore

* fix #4288 initialize sortField when create new item

* init the maxSort counter as -1

* use more reliable way to check if sortField exists or not

* reverted unexpected file changes

* Use local previewValues for start sort index

Co-authored-by: Jian Liao <jianliao@adobe.com>
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-02-26 16:04:04 -05:00
Rijk van Zanten
db30acbb8a Move sortField to relationship setup (#4304)
* Add migration

* Add sort field to relation types

* Remove sortfield options in favor of relationship

* Add sort field configuration to relational setup

* Save m2a sortfield on the correct row

* Add default sort field to system data
2021-02-25 19:13:36 -05:00
YannickMol
9e1b185c13 Show dialog text in tox in dark mode (#4302)
Fix #4289
2021-02-25 17:13:32 -05:00
MiniDigger | Martin
01ecf994d4 wysiwyg: set the default link protocol to https (#4291)
See https://www.tiny.cloud/docs/plugins/opensource/link/#link_default_protocol

when you don't enter a protocol, and tinyemc thinks you entered an external link, it will prompt you to add https
2021-02-25 11:59:49 -05:00
Nitwel
b69fcec3a4 Add download buttons to files interface (#4287)
* add download button to files interface

* Update app/src/interfaces/files/files.vue

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-02-25 10:01:32 -05:00
Nitwel
4ab1d76b2f change order of toggle icons (#4284) 2021-02-25 09:55:06 -05:00
rijkvanzanten
340b240f0f Fix responsiveness of radio-buttons / checkboxes
Fixes #4275
2021-02-24 19:02:45 -05:00
Nitwel
c2e7c85bbd Update documentation of app (#4222)
* move component docs to documentation

* update app docs tables for components

* update docs

* Add components to docs sidebar

* fix generated tables

* fix tables

* rename transitions

* update tables

* update nested components

* update tables

* update tables

* update tables

* update v-table table

* add basic documentation to each component

* remove all stories of storybook

* add missing documentation

* undate tables

* update tables

* update docs sidebar

* update app docs

* remove unused references

* add general readme

* update docs

* make reference titiles smaller

* add reference tag

* improve docs

* update order of tabs in sidebar

* remove all readmes and stories from interfaces/displays

* Cleanup menu

* Remove storybook

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-02-24 17:48:19 -05:00
rijkvanzanten
5b12e1c85c Show errors on 2fa disable
Fixes #4156
2021-02-24 16:18:39 -05:00
Jian Liao
545b6a03f6 Fix Issue 4188 (#4200)
* add more ignore pattern for git

* fix #4188 by applying a special flag for unsaved item and build a predictable sort

* revert the change for api/.gitignore

* Rely on editsAtStart in value check instead of unsaved flag

Co-authored-by: Jian Liao <jianliao@adobe.com>
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-02-23 15:18:23 -05:00
rijkvanzanten
f0ed48d344 Use db-safe for repeater field option
Closes #3391
2021-02-22 20:11:43 -05:00
Nitwel
3cedef6d13 allow setting primary key in o2m (#4218) 2021-02-22 10:07:51 -05:00
Nitwel
de528f261d fix-z-height on wysiwyg in drawer (#4177) 2021-02-19 11:06:52 -05:00
Jian Liao
b9cc5ec8b3 Fix issue-4005 [M2A] Item order changed after parent object save (#4167)
* add more ignore pattern for git

* revert gitignore change for api

Co-authored-by: Jian Liao <jianliao@adobe.com>
2021-02-19 10:43:15 -05:00
Jian Liao
a4932a099e Fix issue 4146 - Warning message while rendering M2A builder (#4158)
* add more ignore pattern for git

* fix #4146 by waiting until junctionRowMap got filled

* fix #4146 by waiting until junctionRowMap got filled

* revert local gitingore change

Co-authored-by: Jian Liao <jianliao@adobe.com>
2021-02-18 18:13:14 -05:00
Adrian Dimitrov
ca8d0e3dc0 Actions presentation interface (#3677)
* Adding actions interface

* Do not use v-button-group

* Add open in new window; Use injected values instead of $parent

* Simplify and rename interface

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-02-18 16:37:53 -05:00
Nitwel
32fabbd2ee fix repeater type not being able to be set (#4149) 2021-02-18 11:22:57 -05:00
Nitwel
84c52feb71 Reset value of interface interface when type gets changed (#4125) 2021-02-17 11:03:38 -05:00