feat: Neuigkeiten — der Stern wandert in die Kopfzeile und bekommt ein Popup
Der „Was ist neu?"-Knopf stand im Diagramm-Kopf und war verborgen, solange es nichts gab — er konnte also nur etwas über das offene Dokument sagen, und meistens sagte er gar nichts. Jetzt steht er permanent in der oberen Bedienleiste und öffnet ein Popup mit der Chronik der letzten Tage; je Tag führt ein Link die betroffenen Knoten im Diagramm vor (dieselbe gelbe Kranz-Ansicht wie D28, nur mit einer anderen Frage). Zwei Quellen, jede in ihrer Rolle: docs/CHANGELOG.md sagt, WAS geschehen ist (englisch — das Popup ist Oberfläche in neun Sprachen, die Commit-Betreffs sind deutsch); die git-Historie des mitgelieferten Plans sagt, WELCHE Knoten sich bewegt haben. Beides wird zur Bauzeit eingelesen (Vite-Plugin), zur Laufzeit lädt Werkbaum weiterhin nichts nach. Bernstein heißt ungesehen, Petrol heißt „wird gerade vorgeführt". Der Besuchsvergleich (D28) steht als abgesetzter Abschnitt zuoberst im Popup und trägt den „gesehen"-Knopf, den vorher der Knopf selbst war. SPEC §9 (Neuigkeiten) und D58; 20 neue Tests, davon einer auf der ausgelieferten CHANGELOG.md. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
71bfb62b35
commit
36154f6f68
@@ -80,6 +80,7 @@
|
||||
- [^] #ed.snaps.manual: Save a state by hand, before a larger change (XS) %% ten minutes is the wrong beat for that moment
|
||||
- [ ] #ed.files: Open and save .werkbaum files (S)
|
||||
+ [^] #ed.fresh: Show what is new since your last visit (S)
|
||||
- [x] #ed.fresh.news: A star in the header, with the last few days (S) %% see D58
|
||||
+ [?] #ed.percolor: A pastel colour per person (S)
|
||||
- [?] #ed.dates: Dates and milestones (M)
|
||||
| [?] #ed.dates.attr: An attribute in the line (S)
|
||||
@@ -555,6 +556,12 @@
|
||||
your last visit get a yellow halo. New means live, not "line added" — a line
|
||||
diff would be mostly noise.
|
||||
|
||||
#ed.fresh.news
|
||||
A star that is always in the header opens a popup with the changes of the
|
||||
last few days; every day can show its nodes in the diagram, in the very same
|
||||
halo view. Notes come from docs/CHANGELOG.md, the nodes from the plan's git
|
||||
history, both read at build time.
|
||||
|
||||
#ed.percolor
|
||||
Give every @name a colour derived from the name itself, so the same person
|
||||
is recognizable across the tree without looking anything up.
|
||||
|
||||
Reference in New Issue
Block a user