comparison design_system/main.c @ 252:7a7581f040e8

[ui] Add scoped notification component Co-authored-by: Copilot <[email protected]>
author MrJuneJune <me@mrjunejune.com>
date Tue, 04 Aug 2026 11:57:16 -0700
parents 117c4d53c9a4
children 2b6e732087ff
comparison
equal deleted inserted replaced
251:117c4d53c9a4 252:7a7581f040e8
74 Seobeo_Router_Register("GET", "/components", Get_Component_Catalog); 74 Seobeo_Router_Register("GET", "/components", Get_Component_Catalog);
75 Seobeo_Router_Register("GET", "/components/button", Get_Component_Catalog); 75 Seobeo_Router_Register("GET", "/components/button", Get_Component_Catalog);
76 Seobeo_Router_Register("GET", "/components/card", Get_Component_Catalog); 76 Seobeo_Router_Register("GET", "/components/card", Get_Component_Catalog);
77 Seobeo_Router_Register("GET", "/components/alert", Get_Component_Catalog); 77 Seobeo_Router_Register("GET", "/components/alert", Get_Component_Catalog);
78 Seobeo_Router_Register("GET", "/components/field", Get_Component_Catalog); 78 Seobeo_Router_Register("GET", "/components/field", Get_Component_Catalog);
79 Seobeo_Router_Register("GET", "/components/notifications", Get_Component_Catalog);
79 Seobeo_Router_Register("GET", "/components/stack", Get_Component_Catalog); 80 Seobeo_Router_Register("GET", "/components/stack", Get_Component_Catalog);
80 81
81 const char *port = getenv("DESIGN_SYSTEM_PORT"); 82 const char *port = getenv("DESIGN_SYSTEM_PORT");
82 if (!port || port[0] == '\0') 83 if (!port || port[0] == '\0')
83 port = "6980"; 84 port = "6980";