SimonGschnell
|
f695d8b66a
|
update(Dashboard Widget Drag): shows hidden widget when dragging the widget on the dashboard
|
2025-08-18 10:21:18 +02:00 |
|
SimonGschnell
|
e46f46c95b
|
update(Dashboard grid): doesnt allow the user to drag a widget outside of the grid boundaries
|
2025-08-14 15:07:38 +02:00 |
|
SimonGschnell
|
645da5a5bf
|
fix(Dashboard drag&drop): ensures dragend events trigger correctly in chrome
|
2025-08-13 12:09:34 +02:00 |
|
SimonGschnell
|
3e69495842
|
fix(Dashboard drag&drop): behavior of dragged widgets when they exceed the grid limits, and ensures all widget clones are always deleted
|
2025-08-12 09:53:45 +02:00 |
|
Harald Bamberger
|
8494033bda
|
CIS4 Dashboard: add workaround for chrome fireing event dragend when styles are manipulated during dragging
|
2025-08-07 13:35:47 +02:00 |
|
chfhtw
|
132ab686c9
|
get rid of Dashboard warnings
|
2025-07-23 09:24:16 +02:00 |
|
SimonGschnell
|
83d3f515de
|
refactor(Modals and z-index): ensures dashboard modals are in the forground
|
2025-06-10 13:18:31 +02:00 |
|
SimonGschnell
|
a786dec9c1
|
fix(Dashboard grid):emit dragged item on resize and adjust z-index for overlay and dragged item
|
2025-06-10 10:23:28 +02:00 |
|
SimonGschnell
|
2821339c0a
|
refactor(Dashboard dragging): removes dragging flag from the draggable state
|
2025-06-05 11:42:21 +02:00 |
|
SimonGschnell
|
ad8963e5b5
|
refactor(Dashboard touch events): allows to scroll on mobile over widgets, fixes dragging bug on mobile
|
2025-05-23 11:33:58 +02:00 |
|
SimonGschnell
|
4a10faeb25
|
update(Dashboard custom Section & additionalRow): the additional row is not removed when moving widgets and the custom section gets also created when created user_overrides
|
2025-05-19 10:28:15 +02:00 |
|
SimonGschnell
|
875a788476
|
update(Dashboard rows and columns): additional row is not removed when going out with the mouse
|
2025-05-16 09:54:05 +02:00 |
|
SimonGschnell
|
ed2a467926
|
refactor(Dashboard additional row): changes the UI and behavior to add an additional row to the grid
|
2025-05-12 13:51:20 +02:00 |
|
SimonGschnell
|
a94b52dbc6
|
refactor(Dashboard touch events): fixes the touch event behaviors for the widgets and the dashboard
|
2025-05-12 11:44:27 +02:00 |
|
Johann Hoffmann
|
91910ef538
|
Merge remote-tracking branch 'origin/feature-25999/C4_cleanup' into feature-25999/C4_cleanup
# Conflicts:
# application/libraries/dashboard/DashboardLib.php
# public/js/components/Dashboard/Dashboard.js
# public/js/components/Dashboard/Section.js
|
2025-04-23 12:49:16 +02:00 |
|
SimonGschnell
|
8c00158d04
|
refactor(Dashboard Database data structure): changes how the data for the dashboard is structured in the database, instead of having a global widgets property, each section has its own widgets property where additional properties like description can be stored
|
2025-04-22 09:52:07 +02:00 |
|
SimonGschnell
|
c98d0a9c45
|
refactor(Dashboard Section description): updates the database structure for the dashboard information to add information about the description of a section
|
2025-04-17 08:52:21 +02:00 |
|
SimonGschnell
|
19f169aca2
|
feature(Dashboard Grid): adds a red border to the widget if the user tries to resize the widget over its max width/height or under its min width/height
|
2025-04-15 13:55:02 +02:00 |
|
SimonGschnell
|
fc0a09180a
|
update(Dashboard pinned animation): also triggers the pinned animation when the target area of a drag action contains a pinned widget
|
2025-04-15 11:16:20 +02:00 |
|
SimonGschnell
|
d4ae8b0f91
|
fix(Dashboard Grid Height): a bug was removed where the grid height was not correct when adding a new widget and the widget was not correctly displayed when adding a new widget
|
2025-04-14 14:33:49 +02:00 |
|
SimonGschnell
|
54bbfacf86
|
remove(Dashboard debugging):removes a debugging print statment
|
2025-04-14 11:42:03 +02:00 |
|
SimonGschnell
|
59ebd33ba6
|
feature(Dashboard resize):adds overlays to the elements when resizing widgets on the dashboard
|
2025-04-14 11:28:13 +02:00 |
|
SimonGschnell
|
a0a2ac41bf
|
refactor(Dashboard Grid): updates replace logic when moving widgets and fixes position detection between mousemove and mousedown
|
2025-04-11 12:00:38 +02:00 |
|
SimonGschnell
|
9b9b8b1532
|
feature(CIS Dashboard gridsystem): allows to pin widgets in the grid and changes how widgets are positioned in different viewports
|
2025-04-09 10:50:19 +02:00 |
|
SimonGschnell
|
97e34948e5
|
refactor(WidgetIcon for Dashboard dragging): puts the hidden dashboard icons for the dragging image in the section component so that each section has its relative clientX and clientY positions
|
2025-04-02 11:23:25 +02:00 |
|
SimonGschnell
|
33f800fa28
|
fix(Dashboard Mobile Touch Events): fixes the behaviour of the touch event for the dashboard grid
|
2025-04-01 13:06:23 +02:00 |
|
SimonGschnell
|
702a84a25d
|
update(Dashboard Grid Item):makes a widget only draggable if the dragAction is defined
|
2025-04-01 09:28:29 +02:00 |
|
SimonGschnell
|
232da256ac
|
fix(Dashboard Drag Placeholder): doesn't allow placeholder items to be dragged anymore and keeps the height and width of a widget when resizing the grid of the dashboard
|
2025-03-31 14:56:50 +02:00 |
|
SimonGschnell
|
727b951bbc
|
update(Dashboard Grid): does not show the overlay when resizing the widget and adds different grid sizes for different viewports
|
2025-03-26 14:59:28 +01:00 |
|
SimonGschnell
|
b52993f7cc
|
refactor(Grid Widgets drag): shows a placeholder item in the space where the new widget position would be when dragging a widget on the dashboard
|
2025-03-26 13:02:48 +01:00 |
|
SimonGschnell
|
1cdf89e405
|
fix(Dashboard drag event): fixes bug where widget wouldn't drag to new position
|
2025-03-25 13:18:00 +01:00 |
|
SimonGschnell
|
7936e08d3d
|
refactor(Dasboard Item): adds container for actions events from Dashboard widgets
|
2025-03-21 12:49:29 +01:00 |
|
Harald Bamberger
|
9bcd566bee
|
fix TransitionGroup children have to be keyed and duplicate attribute v-bind
|
2025-02-12 17:57:53 +01:00 |
|
Johann Hoffmann
|
c1918726df
|
Stundenplan Week Page smaller breakpoints style handling; searchbar emit action finished on default link click; month stundenplan past days use opacity-50 class; Day page height fix of right col;
|
2025-01-31 14:09:05 +01:00 |
|
SimonGschnell
|
1336860ecd
|
feature(Dashboard Transitions): uses Vue's built-in Transition component to add transitions to the widget config elements
|
2024-11-29 13:23:51 +01:00 |
|
Harald Bamberger
|
8e51071997
|
readd v-bind item removing it breaks dashboard customize view instead of plus signs a ghost widget is shown
|
2024-11-22 14:50:16 +01:00 |
|
Johann Hoffmann
|
61728f3044
|
dashboard & widgets: template cleanup; property definiton cleanup; delete unwrapInjectedRef -> resolved since vue3.3;
|
2024-11-21 15:43:35 +01:00 |
|
Johann Hoffmann
|
d8af18673c
|
always show card header of widgets as in editMode but enable certain tools only when actually in editMode. editMode is active for dashboard not for section; less paddings overall in dashboard; deleted Section headers and put cog besides personal greeting; reformatted name var for greeting into generic viewData property;
|
2024-11-19 17:07:05 +01:00 |
|
SimonGschnell
|
f159d6e2a7
|
fix(Grid CSS): remove unused css rules and css classes
|
2024-11-14 11:07:58 +01:00 |
|
Johann Hoffmann
|
85bec1e0e3
|
section spacing; dashboard widgets section backgrounds; set scrollbar width css variable via new helper in FhcApp (Dashboard); WIP stundenplan alle Termine einer LV -> c4 link in bfi addon adapted;
|
2024-11-11 15:49:03 +01:00 |
|
Harald Bamberger
|
44b81d9dff
|
Merge branch 'feature-25999/C4' into feature-25999/C4_cleanup
|
2024-10-18 15:44:39 +02:00 |
|
SimonGschnell
|
236c4bbdfc
|
adds placeholders to the empty dashboard fields, that can be used to add new widgets to the dashboard
|
2024-10-18 11:18:36 +02:00 |
|
Harald Bamberger
|
d4494836b1
|
fix file permissions erroneously commited as a21a292da6
|
2024-10-17 15:34:00 +02:00 |
|
Harald Bamberger
|
7491b9c1b0
|
try to fix mobile dashboard view
|
2024-06-03 11:35:11 +02:00 |
|
SimonGschnell
|
a21a292da6
|
dokument upload
|
2024-01-29 16:48:41 +01:00 |
|
cgfhtw
|
d54868070f
|
29006: Dashboard verbesserungen
|
2023-05-08 12:39:25 +02:00 |
|