Improvements for events in info panel (#72)

* Improved visuals of events panel, handle family events

* Create separate package for details panel

* Improved handling of multiple event notes
This commit is contained in:
czifumasa
2021-10-26 12:49:18 +02:00
committed by GitHub
parent c55c71b746
commit f3d98338cb
11 changed files with 539 additions and 267 deletions

View File

@@ -1,6 +1,6 @@
import {createMedia} from '@artsy/fresnel';
/** Defines the breakpoints at which to show different UI variants. */
/** Defines the breakpoints at which to show different UI variants.*/
const AppMedia = createMedia({
breakpoints: {
small: 320,