aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss (follow)
Commit message (Collapse)AuthorAge
* Minor cleaup.Hugo Hörnquist2022-10-16
|
* Add TODO about CSS foreground color.Hugo Hörnquist2022-06-16
|
* Move CSS background-color to body element.Hugo Hörnquist2022-06-16
| | | | | This ensures it applies to the entire page. Previously the parts of .root which overflowed lacked the background.
* Introduce component date-jump.Hugo Hörnquist2022-04-23
|
* Scroll-behavior: smooth for siderbar.Hugo Hörnquist2022-04-23
| | | | | This make scrolling to event visually apparent (mostly used when JavaScript is disabled).
* 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.
* Made sidebar date headings sticky.Hugo Hörnquist2022-04-05
|
* Correctly show recur indicator.Hugo Hörnquist2021-12-12
|
* Add create event button!Hugo Hörnquist2021-12-10
|
* '.btn' no longer contains div.Hugo Hörnquist2021-12-10
| | | | | | | | 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.
* Repair event position in week.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.
* Better handling of popup visibility.Hugo Hörnquist2021-12-10
|
* CSS to prevent event blocks from overflowing.Hugo Hörnquist2021-12-09
|
* 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!
* Display categories in event description.Hugo Hörnquist2021-11-26
|
* Made vevent-dl prettier.Hugo Hörnquist2021-11-26
|
* 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
* cleanupHugo Hörnquist2021-11-15
|
* Major work on event creation.Hugo Hörnquist2021-11-08
|
* Drive popup tabs through javascript.Hugo Hörnquist2021-10-06
|
* workHugo Hörnquist2021-10-03
|
* Further work, rework popup.Hugo Hörnquist2021-10-03
|
* Make zero-length events be part of day flow.Hugo Hörnquist2021-08-20
| | | | | | 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.
* Render attachements to HTML frontend.Hugo Hörnquist2021-08-15
|
* Templetize blue color.Hugo Hörnquist2021-07-07
|
* Add marker on events with descriptions.Hugo Hörnquist2021-06-10
|
* Merge branch 'jcal'Hugo Hörnquist2021-05-17
|\
| * Rework date-time input to be cleaner + work again.Hugo Hörnquist2021-05-17
| |
* | Add week indicator to week screen.Hugo Hörnquist2021-05-11
|/
* Merge branch 'edit-rrule'Hugo Hörnquist2021-02-01
|\
| * Add animations to popup tab labels.Hugo Hörnquist2021-01-12
| |
* | Add debug buttons in popup for dumping xcal and jcal.Hugo Hörnquist2021-01-13
|/
* Add most of form for editing rrule:s.Hugo Hörnquist2020-11-06
|
* Add view calendar button on search page.Hugo Hörnquist2020-11-06
|
* Move category css from .event to .popup.Hugo Hörnquist2020-11-05
|
* Work on generalizing multi-input lists.Hugo Hörnquist2020-10-23
|
* Groundwork for adding new fields from frontend.Hugo Hörnquist2020-09-28
|
* Made timeinput checkbox needlesly fancy.Hugo Hörnquist2020-09-28
|
* Add fancy editing of tag list.Hugo Hörnquist2020-09-27
|
* Input cleaned up.Hugo Hörnquist2020-09-27
|
* Add new edit tab.Hugo Hörnquist2020-09-27
|
* HTML Better RRULE formatting.Hugo Hörnquist2020-09-09
|
* Propagate errors to HTML search page.Hugo Hörnquist2020-08-27
|
* Add search field.Hugo Hörnquist2020-08-27
|
* Add rendering of standalone small-cal.Hugo Hörnquist2020-08-23
|
* Move tab positioning to stylesheet.Hugo Hörnquist2020-08-17
|
* stuff.Hugo Hörnquist2020-08-17
|
* Selected event now glows.Hugo Hörnquist2020-08-17
|