SimonGschnell
|
b1b0d5edd0
|
remove(Calendar Week Page Style): removes not needed style check in component
|
2025-03-04 12:05:24 +01:00 |
|
cgfhtw
|
825ccfcc37
|
Calendar: Get rid of Warnings
|
2025-03-04 11:15:51 +01:00 |
|
Johann Hoffmann
|
9b68bfd336
|
focus day highlight css animation
|
2025-02-27 11:49:57 +01:00 |
|
SimonGschnell
|
973b011f36
|
merge C4 cleanup
|
2025-02-26 14:42:52 +01:00 |
|
SimonGschnell
|
bad19ccde7
|
feature(Calendar Scroll Behavior): only scrolls an entire hour at the time when scrolling with the mouse wheel
|
2025-02-26 09:40:42 +01:00 |
|
SimonGschnell
|
ebbec03de4
|
feature(Calendar Moodle): adds moodle svg and adopts month page view for moodle events
|
2025-02-21 14:21:38 +01:00 |
|
Johann Hoffmann
|
844c31885e
|
defined row min height & event max height props; month event click opens lv modal; fixed off by one date state;
|
2025-02-20 16:25:57 +01:00 |
|
Johann Hoffmann
|
3d467524e4
|
change Stundenplan/Rauminfo currentDay on prev/next event by certain offset and update url/browser history
|
2025-02-20 12:59:28 +01:00 |
|
SimonGschnell
|
400ba2d7f9
|
fix(Calendar All Day Events): positions the all day Events in its own container above the events
|
2025-02-20 12:10:48 +01:00 |
|
SimonGschnell
|
40f64cc979
|
feature(Calendar Moodle): adds and modifies the week and day view for moodle events
|
2025-02-19 14:52:51 +01:00 |
|
SimonGschnell
|
e086da2274
|
feature(Calendar Moodle Events): displays moodle events as allDayEvents in the Calendar
|
2025-02-18 14:23:56 +01:00 |
|
Johann Hoffmann
|
d45a41b949
|
defined new CI routes to differentiate between 5 cases CI doesnt handle anymore but vue router does; define Stundenplan/:lv_id? route for old links to redirect to new route Stundenplan/:mode/:focus_date/lv_id; new route with props route param handling to put them into viewData to always check for the same object; define day as allowed init mode; WIP same thing for raum calendar page;
|
2025-02-18 10:18:39 +01:00 |
|
SimonGschnell
|
c960b4832d
|
test
|
2025-02-17 14:40:24 +01:00 |
|
Johann Hoffmann
|
e901d414a0
|
lane overlay div up to certain % instead of all day opaque or not; defined hours length and calculating accurate lane width from that;
|
2025-02-05 17:02:21 +01:00 |
|
Johann Hoffmann
|
b8823052f5
|
deactivate old month page css for day number and events in favor of new computed style (can be redesigned but is being handled in js instead of css class); save & inject/provide observed resize from already existing ResizeObserver to be able to access concrete container width/height values we already had all the time anyway; added some comment to 2year old TODO concerning calendar breakpoints; check if navbar is showing before toggling programmatically; remove some unused code; week time line spawns in dayLane which is representing today to avoid caluclating left/right offsets -> WIP accurately retrieving lane width somehow else, currently approximated;
|
2025-02-05 16:03:20 +01:00 |
|
Johann Hoffmann
|
d70cd58698
|
past shadow on day page if it is today; current time line on day & week page; mobile checkup; close lvInfoModal on stundenplan unmount;
|
2025-02-04 18:04:41 +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
|
bd3eeff684
|
update(Stundenplan Style): changes the background/color styles for Calendar events in the different views
|
2025-01-28 13:22:57 +01:00 |
|
SimonGschnell
|
516554c1e3
|
update(CalendarDate.js): uses phrasen.user_locale for calculations and watches for changes on the user_locale
|
2025-01-14 11:43:50 +01:00 |
|
SimonGschnell
|
478588aef0
|
fix(Calendar Date Issues):fixes a variety of user_locale calendar bugs
|
2025-01-10 13:46:24 +01:00 |
|
SimonGschnell
|
26348bed80
|
update(FHC_JS_DATA_STORAGE_OBJECT/Sprachen.js): adds server_languages and their locale to FHC_JS_DATA_STORAGE_OBJECT and updates Sprachen.js accordingly
|
2025-01-08 11:15:55 +01:00 |
|
SimonGschnell
|
574301d9e2
|
fix(Calendar Language): also update the tooltips of the calendar by using the client lannguage
|
2024-12-20 15:03:05 +01:00 |
|
SimonGschnell
|
114562909f
|
update(Calendar.js): uses the user_language for the different day formattings in the calendar views
|
2024-12-19 12:12:13 +01:00 |
|
Johann Hoffmann
|
82e7783259
|
stundenplan day layout fixed for scroll behaviour; max-height for stundenplan events to avoid escalating the grid width;
|
2024-12-11 16:59:35 +01:00 |
|
SimonGschnell
|
857d4d7282
|
refactor(Calendar indicator):adds Vue transition to the Calendar indicator through Vue's built-in component
|
2024-11-29 11:50:27 +01:00 |
|
SimonGschnell
|
4f8ca679fb
|
fix(Calendar/Week/Day/Page.js): removes the calendar indicator when moving the mouse outside of the calendar
|
2024-11-28 12:52:24 +01:00 |
|
SimonGschnell
|
36c129fcaf
|
reafactor(Calendar/Day/Page.js-Calendar/Week/Page.js): refactors styles of elements for easier readability
|
2024-11-25 11:41:22 +01:00 |
|
SimonGschnell
|
4aed321b5e
|
refactor(Calendar Tagesansicht): changes how the logic for opening a modal or showing the lvMenu next to the calendar is handled
|
2024-11-19 10:11:49 +01:00 |
|
SimonGschnell
|
fdcef8bdab
|
feature(Calendar): keeps track of the selected Event in a shared state and highlights the selected Event over different calendar views
|
2024-11-15 12:52:24 +01:00 |
|
SimonGschnell
|
65d0e89f06
|
refactor(Stundenplan events css): moves the class definitions of the events to the slot templates and adds little animations
|
2024-11-15 11:48:55 +01:00 |
|
SimonGschnell
|
3046c29ae2
|
fix(Calendar): does not display events on the calendar when sliding the carusel to avoid showing overlapping events
|
2024-11-12 09:57:10 +01:00 |
|
SimonGschnell
|
6cf7a8e35e
|
fix(Calendar scroll): extends the id of the scroll anchor to include hour/day/week and changes the logic to search for the anchor depend on the week or day view
|
2024-11-12 09:48:03 +01:00 |
|
SimonGschnell
|
094a3ed56a
|
feature(Calendar): scrolls to the first event of the day if the prop scrollTime is passed to Calendar component
|
2024-11-11 15:46:09 +01:00 |
|
SimonGschnell
|
b7e89ab557
|
fix(Stundenplan hour lines): fixes the hour lines from disapearing on smaller viewports by using a box-shadow instead
|
2024-11-11 11:27:23 +01:00 |
|
SimonGschnell
|
ca7ded38d2
|
refactor(Stundenplan indicator): uses a 5 minute interval for the Stundenplan indicator
|
2024-11-08 16:08:08 +01:00 |
|
SimonGschnell
|
b9690988e5
|
refactor(Stundenplan): uses named slots for week-view template
|
2024-11-08 10:53:02 +01:00 |
|
Harald Bamberger
|
d4494836b1
|
fix file permissions erroneously commited as a21a292da6
|
2024-10-17 15:34:00 +02:00 |
|
SimonGschnell
|
4f9591fc3b
|
fix the z-index of the week stundenplan header
|
2024-10-14 10:36:46 +02:00 |
|
SimonGschnell
|
c444e27d0d
|
adds more styling and fixes little bug in the currentHour Stundenplan indicator
|
2024-10-14 10:34:01 +02:00 |
|
SimonGschnell
|
f9e72832c9
|
adds time inidication on stundenplan on mouse position
|
2024-10-11 12:33:06 +02:00 |
|
SimonGschnell
|
5359539a09
|
makes Stundenplan query BLAZINGLY fast
|
2024-10-10 20:59:55 +02:00 |
|
SimonGschnell
|
d2ed82cb37
|
calculates the total amout of hours with an array filter instead of statically inserting all hours
|
2024-10-10 13:27:26 +02:00 |
|
SimonGschnell
|
f3fa2fa2dd
|
adds the hour gutter for the stundenplan with absolute positioned divs instead of a linear gradient
|
2024-10-10 13:12:01 +02:00 |
|
SimonGschnell
|
bf8085f642
|
starts the stundenplan from hour 7 instead of hour 0
|
2024-10-10 11:24:26 +02:00 |
|
SimonGschnell
|
79c8edc6cf
|
makes the calendar week mode header align and highlights the week or day in the Month view depenedent if there is a week view available
|
2024-10-08 13:20:06 +02:00 |
|
SimonGschnell
|
e75872adaa
|
lets the user change the view of the calendar in the header with a select and highlights the date fields to change the view of the current calendar
|
2024-10-07 14:49:02 +02:00 |
|
SimonGschnell
|
563f5e5f9e
|
merging C4
|
2024-07-24 14:37:16 +02:00 |
|
SimonGschnell
|
63f089dc27
|
changes the layout of the Stundenplan Events
|
2024-06-24 13:50:13 +02:00 |
|
SimonGschnell
|
77cd3bb02d
|
removes the z-index from the calendar header so that it doesn't show over the menu when used in mobil view
|
2024-06-24 13:11:55 +02:00 |
|
SimonGschnell
|
008847e490
|
adds a sql query for the grouping algorithm
|
2024-06-24 13:08:44 +02:00 |
|