aboutsummaryrefslogtreecommitdiff
path: root/static/components (follow)
Commit message (Collapse)AuthorAge
* Repair labels in HTML.Hugo Hörnquist2022-10-17
| | | | | | At commit bbecd2476ebddb2731065aad2f3895c5074c9ecb the code changed from generating valid labels backend to generating them frontend. I however forgot to attach the labels to the DOM...
* Fix that events where submitted twice.Hugo Hörnquist2022-10-16
|
* Minor cleanup in TS files.Hugo Hörnquist2022-08-01
|
* Change JS formatters interface.Hugo Hörnquist2022-07-10
| | | | | | Now the application of formatters are centralized. It also allowed me to easily suround stuff in try-catch, since I otherwise had problems with formatters failing, and nothing showing up.
* Extend javascript formatters to also take VEvent.Hugo Hörnquist2022-07-07
|
* Change to proper javascript privates.Hugo Hörnquist2022-06-16
|
* Replace some .tagName with instanceof.Hugo Hörnquist2022-06-13
|
* Stop using with-label.Hugo Hörnquist2022-06-12
|
* Change boolean attribute value to itself.Hugo Hörnquist2022-06-12
|
* Change element types for tabs.Hugo Hörnquist2022-06-12
|
* Fix spelling of aria-labelledby.Hugo Hörnquist2022-06-12
|
* Follow all instances of tagName with toLowerCase.Hugo Hörnquist2022-06-12
| | | | | A HTML document returns tag names as upper case, while xml documents return them as lower case (or possibly their original case).
* Introduce component date-jump.Hugo Hörnquist2022-04-23
|
* Repair and rewrote sliders in HTML.Hugo Hörnquist2022-04-23
| | | | | | The old ones where broken since i accidentally removed setVar, instead of reintrocuding that, I rewrote slider-inputs as web components, which frees us of having some hacky javascript in the html code.
* Fix edit popups not auto opening.Hugo Hörnquist2022-04-12
| | | | | Depending an the exact text of an translatable string seems like a bad idea.
* Introduce concept of VEvent formatters in frontend.Hugo Hörnquist2022-03-15
|
* Popup created events now don't take seconds.Hugo Hörnquist2022-03-15
|
* Made VEventComponent template optional.Hugo Hörnquist2021-12-13
|
* Merge draggable into popup-element.Hugo Hörnquist2021-12-12
|
* Correctly show recur indicator.Hugo Hörnquist2021-12-12
|
* Broke out setup of popup on event creation.Hugo Hörnquist2021-12-10
|
* Repair <date-time-input/>Hugo Hörnquist2021-12-10
|
* Popup maximize now procedure.Hugo Hörnquist2021-12-10
|
* Add various type specifiers.Hugo Hörnquist2021-12-10
|
* Major move from week to calendar meta-view. Also repairs month view.Hugo Hörnquist2021-12-10
|
* Remove popup.ts, migrating all functionality elsewhere.Hugo Hörnquist2021-12-10
| | | | | | | | | | | | | | | | | | | | The simple procedures - close_popup - open_popup - toggle_popup - find_popup Were mostly here for legacy. The procedures - popup_from_event - event_from_popup where holdovers from the old way of finding popups, and should be done through the VEvent objects now. close_all_popups was used only once, so the code was moved inline. Finally, moving the last hovered over popup to the top, along with tab switch keybings were restored, and moved to propper places.
* Close popup on event creation.Hugo Hörnquist2021-12-10
|
* Better handling of popup visibility.Hugo Hörnquist2021-12-10
|
* Propagate recurring events to frontend.Hugo Hörnquist2021-12-09
| | | | | | | This handles each instance of a recurring event as its own unique event, which allows us to properly send it to the frontend. It's currently not possible to submit the repeating events back, but that is probably a underlying problem.
* Add fullscreen button to popups.Hugo Hörnquist2021-12-07
|
* Add basic changelog viewHugo Hörnquist2021-12-02
|
* Rework tab system.Hugo Hörnquist2021-11-30
| | | | | | This sepparates popup-elements from their tabbed contents, allowing clearer sepparations of concerns, along with easier adding and removing of tabs to the tabset!
* Change UID resolve.Hugo Hörnquist2021-11-29
|
* Display categories in event description.Hugo Hörnquist2021-11-26
|
* Remove default ComponentVEvent redraw.Hugo Hörnquist2021-11-26
|
* Fix datetime becomming dateonly when hitting midnight.Hugo Hörnquist2021-11-26
|
* Got categories working.Hugo Hörnquist2021-11-26
|
* Fix <textarea/> being ignored when editing event.Hugo Hörnquist2021-11-22
|
* Change innerHTML to textContent.Hugo Hörnquist2021-11-22
| | | | Also changed some innerText to textContent
* Rework popup components.Hugo Hörnquist2021-11-21
| | | | | | | | | | | | | | Previously popups were driven through some CSS hacks, which used labels with specific positioning, and z-index changes. This never really worked, and led the rest of the tree to be unmanagable. This commit replaces that system with a simpler one, which is being driven by javascript. This also allowed a much simpler tree, which allowed us to - make the popups rezisable (with a resize anchor) - move the window handle to above (configurable) - Add and remove tabs without having manually reflow where all labels are
* Add basic rrule tab.Hugo Hörnquist2021-11-19
|
* Add input-list custom element.Hugo Hörnquist2021-11-19
|
* vevent-dl formats rrules.Hugo Hörnquist2021-11-19
|
* Change popup tabs interface.Hugo Hörnquist2021-11-18
|
* Restore remove event functionality.Hugo Hörnquist2021-11-18
|
* Minor fixes.Hugo Hörnquist2021-11-18
|
* Remove .interactive, fix date-time checkbox.Hugo Hörnquist2021-11-18
|
* Various fixes <date-time-input/>Hugo Hörnquist2021-11-18
|
* Fix calendar for popup.Hugo Hörnquist2021-11-15
|
* Rework some drawing and how calendar is accessed.Hugo Hörnquist2021-11-15
|