aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss (unfollow)
Commit message (Collapse)Author
2022-10-16Minor cleaup.Hugo Hörnquist
2022-06-16Add TODO about CSS foreground color.Hugo Hörnquist
2022-06-16Move CSS background-color to body element.Hugo Hörnquist
This ensures it applies to the entire page. Previously the parts of .root which overflowed lacked the background.
2022-04-23Introduce component date-jump.Hugo Hörnquist
2022-04-23Scroll-behavior: smooth for siderbar.Hugo Hörnquist
This make scrolling to event visually apparent (mostly used when JavaScript is disabled).
2022-04-23Repair and rewrote sliders in HTML.Hugo Hörnquist
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.
2022-04-05Made sidebar date headings sticky.Hugo Hörnquist
2021-12-12Correctly show recur indicator.Hugo Hörnquist
2021-12-10Add create event button!Hugo Hörnquist
2021-12-10'.btn' no longer contains div.Hugo Hörnquist
Previously I generated buttons on the form <a><div/></a> & <button><div/></button>, which was invalid for button tags. This removes the inner div, with the only cost being that the hitbox for the button is slightly wonky if pressed at the top left where the button isn't when it's depressed, since I move it.
2021-12-10Repair event position in week.Hugo Hörnquist
2021-12-10Major move from week to calendar meta-view. Also repairs month view.Hugo Hörnquist
2021-12-10Remove popup.ts, migrating all functionality elsewhere.Hugo Hörnquist
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.
2021-12-10Better handling of popup visibility.Hugo Hörnquist
2021-12-09CSS to prevent event blocks from overflowing.Hugo Hörnquist
2021-11-30Rework tab system.Hugo Hörnquist
This sepparates popup-elements from their tabbed contents, allowing clearer sepparations of concerns, along with easier adding and removing of tabs to the tabset!
2021-11-26Display categories in event description.Hugo Hörnquist
2021-11-26Made vevent-dl prettier.Hugo Hörnquist
2021-11-21Rework popup components.Hugo Hörnquist
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
2021-11-15cleanupHugo Hörnquist
2021-11-08Major work on event creation.Hugo Hörnquist
2021-10-06Drive popup tabs through javascript.Hugo Hörnquist
2021-10-03workHugo Hörnquist
2021-10-03Further work, rework popup.Hugo Hörnquist
2021-08-20Make zero-length events be part of day flow.Hugo Hörnquist
Since not all zero-length events are at midnight/doesn't have a time component, they are now placed on the correct position of each day, with a dummy-length of 1 hour.
2021-08-15Render attachements to HTML frontend.Hugo Hörnquist
2021-07-07Templetize blue color.Hugo Hörnquist
2021-06-10Add marker on events with descriptions.Hugo Hörnquist
2021-05-17Rework date-time input to be cleaner + work again.Hugo Hörnquist
2021-05-11Add week indicator to week screen.Hugo Hörnquist
2021-01-13Add debug buttons in popup for dumping xcal and jcal.Hugo Hörnquist
2021-01-12Add animations to popup tab labels.Hugo Hörnquist
2020-11-06Add most of form for editing rrule:s.Hugo Hörnquist
2020-11-06Add view calendar button on search page.Hugo Hörnquist
2020-11-05Move category css from .event to .popup.Hugo Hörnquist
2020-10-23Work on generalizing multi-input lists.Hugo Hörnquist
2020-09-28Groundwork for adding new fields from frontend.Hugo Hörnquist
2020-09-28Made timeinput checkbox needlesly fancy.Hugo Hörnquist
2020-09-27Add fancy editing of tag list.Hugo Hörnquist
2020-09-27Input cleaned up.Hugo Hörnquist
2020-09-27Add new edit tab.Hugo Hörnquist
2020-09-09HTML Better RRULE formatting.Hugo Hörnquist
2020-08-27Propagate errors to HTML search page.Hugo Hörnquist
2020-08-27Add search field.Hugo Hörnquist
2020-08-23Add rendering of standalone small-cal.Hugo Hörnquist
2020-08-17Move tab positioning to stylesheet.Hugo Hörnquist
2020-08-17stuff.Hugo Hörnquist
2020-08-17Selected event now glows.Hugo Hörnquist
2020-08-17Fix height when creating long events.Hugo Hörnquist
2020-08-17Add TRANSPARENT support.Hugo Hörnquist