Commit Graph

26 Commits (3e706867e93973fae3e84e74080268ced30ddc58)

Author SHA1 Message Date
Luciano Righetti 1bc44f5b0d fix: add type dropdown in all generic forms. 2021-06-24 16:01:56 +02:00
mokaddem 0be447a02d
fix: [dashboard:update_settings] Added missing view 2021-06-04 16:41:23 +02:00
mokaddem 7b3be9362b
fix: [dashboard] Saving an invalid JSON when importing templates shows an error 2021-02-19 15:53:00 +01:00
Jakub Onderka 7eb011517a
Merge pull request #6948 from JakubOnderka/fix-passed-args
fix: [UI] passedArgs should be JSON encoded
2021-02-06 16:26:11 +01:00
Jakub Onderka a368e3196f chg: [internal] Optimise fetching trending tags widget 2021-02-03 20:16:13 +01:00
Jakub Onderka 3e2ba7d76e fix: [UI] passedArgs should be JSON encoded 2021-02-03 17:22:31 +01:00
Jakub Onderka 700536086a fix: [UI] Remove duplicate request for quick filter 2020-10-06 14:15:17 +02:00
mokaddem 8e6cf31bd4
chg: [widgets:ui] Added possibility to listen to widget-resize events 2020-03-24 12:24:23 +01:00
mokaddem 27c6477046
chg: [widgets:multiline] Layout, UI and interactivity improvements - WiP 2020-03-23 18:36:36 +01:00
mokaddem ac678e7e48
chg: [scopedCSS] Simplified usage and added documentation 2020-03-20 08:27:22 +01:00
mokaddem 4633d25418
new: [helper:scopedCSS] Moved implementation in a helper 2020-03-19 14:39:52 +01:00
mokaddem f9ae0bef48
chg: [widgets] Added support of scoped CSS 2020-03-19 14:05:37 +01:00
iglocska 91a8390e5a
chg: [cleanup] removed alert 2020-03-10 11:36:01 +01:00
iglocska f1faa7845f
fix: [dashboard] grid scope fix 2020-03-10 11:34:30 +01:00
iglocska 9d3476cb6c
fix: [dashboard] several small fixes
- fixed issue of first few updates failing right after adding a self updating widget
- don't try to reload a removed widget
- fixed the internal random parametrised widget refresh to something more sane
2020-03-10 10:58:41 +01:00
iglocska bebc70a012
chg: [dashboard] show owner email of template to site owners and the owner themselves 2020-03-09 00:14:59 +01:00
iglocska bf2694c490
new: [dashboard] added template delete functionality 2020-03-09 00:08:23 +01:00
iglocska 8d02332b31
new: [dashboard] persistence package
- export dashboard state
- import dashboard state
- save dashboard state
  - make it available to others on the instance on demand
  - admins can set a default password for users that don't have anything configured yet
  - load another template based on what the community has shared
- added Whoami widget which was an outcome of the ESDC training
- various improvements, new fields for genericElements, etc
2020-03-08 23:36:27 +01:00
iglocska 60640f4916
fix: [js] fixed invalid defaults passed from php 2020-03-05 10:16:10 +01:00
iglocska 5e56e7dfc7
new: [dashboard] various fixes / improvements
- simple list now accepts arrays for values
- fixed margin issues
- fixed empty sync test issues
2020-03-05 10:08:15 +01:00
iglocska c0e25c28ad
chg: [dashboard] cleanup
prevent @mokaddem's and @rommelfs's eyes from bleeding
2020-03-04 15:08:18 +01:00
iglocska 218ea0333c
new: [dashboard] added a way to auto reload widgets
- has to be defined in the code of the widget
2020-03-04 14:46:01 +01:00
iglocska 6d3801d43b
fix: [dashboard] Some widget visualisation fixes 2020-03-03 06:54:37 +01:00
iglocska 183812756f
new: [widget] World map widget added 2020-03-02 23:09:10 +01:00
iglocska 1c915cd077
chg: [dashboard] views for widgets updated 2020-03-02 23:07:23 +01:00
iglocska 0d4df7c98b
new: [Dashboard] system
- Dashboard
  - modular similar to restSearch
  - build your own widgets
  - use a set of visualisation options (more coming!)
  - full access to internal functions for queries
  - auto discover core and 3rd party widgets
  - rearrange / configure widgets for each user individually
  - rearrange / resize widgets
  - settings can be configured by a site-admin on behalf of others
  - modules have a self-explain mode to guide users
  - caching mechanism for the modules / org

- set homepage / user
- various other fixes
2020-03-01 18:05:21 +01:00