Skip to content

Commit

Permalink
[topic] add categories (#1427)
Browse files Browse the repository at this point in the history
Add categories (container of blocks)
Formatting updates for that
Add a left-hand nav menu
Fix webdriver test
Add provenance for bar charts
Fix spacing for ranking charts
Hide page selector (temporarily)
Enable topic page in prod
  • Loading branch information
beets authored Jan 29, 2022
1 parent 087cefe commit aaae2f9
Show file tree
Hide file tree
Showing 18 changed files with 1,099 additions and 838 deletions.
8 changes: 7 additions & 1 deletion server/config/topic_page.proto
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,13 @@ message Block {
repeated StatVarMetadata stat_var_metadata = 5;
}

message Category {
string title = 1;
string description = 2;
repeated Block blocks = 3;
}

message TopicPageConfig {
PageMetadata metadata = 1;
repeated Block blocks = 2;
repeated Category categories = 2;
}
Loading

0 comments on commit aaae2f9

Please sign in to comment.