Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 4e91ed40

Přidáno uživatelem Dominik Poch před asi 2 roky(ů)

Annotation panel events

Added events that propagate changes between panels in the annotation view

Zobrazit rozdíly:

webapp/components/models/tag.tsx
1
import internal from 'stream';
2

  
3 1
export type Tag = {
4 2
    name: string;
5 3
    category: string;
4
    visible: boolean;
6 5
    occurrences: Occurrence[];
7 6
};
8 7

  

Také k dispozici: Unified diff