aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss (follow)
Commit message (Collapse)AuthorAge
* 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
|
* Fix height when creating long events.Hugo Hörnquist2020-08-17
|
* Add TRANSPARENT support.Hugo Hörnquist2020-08-17
|
* Fix date output on long events.Hugo Hörnquist2020-08-17
|
* Move small-calendar css to own file.Hugo Hörnquist2020-08-16
|
* Change some variables to scss vars.Hugo Hörnquist2020-08-14
|
* Popup style improvement, add tab for repeats.Hugo Hörnquist2020-08-14
|
* Add popup dropshadows.Hugo Hörnquist2020-08-14
|
* Change static.css to scss.Hugo Hörnquist2020-08-13