Commit Graph

2 Commits

Author SHA1 Message Date
Pablo Aragón 76b208093c
add schema.org events to head (#3385)
* add schema.org events to head

* fix lint

* lint fix

* [WIP] events from schemaorgs

* move schemaOrg to composable

* add list of events

* move events schema to events/index

* remove qiskit schema composable

* add eventschema to all event pages

* add schema.org events to head

* fix lint

* lint fix

* [WIP] events from schemaorgs

* move schemaOrg to composable

* add list of events

* move events schema to events/index

* remove qiskit schema composable

* add eventschema to all event pages

* fix import

* [WIP]

* move reusable code to utils/

* add schema.org events to head

* fix lint

* lint fix

* [WIP] events from schemaorgs

* move schemaOrg to composable

* add list of events

* move events schema to events/index

* remove qiskit schema composable

* add eventschema to all event pages

* add schema.org events to head

* fix lint

* [WIP] events from schemaorgs

* move schemaOrg to composable

* add list of events

* move events schema to events/index

* remove qiskit schema composable

* fix import

* [WIP]

* move reusable code to utils/

* fix lint

* Apply suggestions from code review

Co-authored-by: Eddybrando Vásquez <eddybrando.vasquez@gmail.com>

* [WIP] fixing PR requests

* fix: add EventSchemaOrg type

* chore: DRY sort events

* fix: useSchemaOrg fix

* resolve PR conversations

* chore: remove unused layout

---------

Co-authored-by: Yaiza <yaiza.garcia.mm@gmail.com>
Co-authored-by: Eddybrando Vásquez <eddybrando.vasquez@gmail.com>
2023-08-01 16:36:01 +02:00
Eddybrando Vásquez d68ef74438
fix(ui-cta): logic and UI for external and internal links (#3436)
* fix(ui-cta): logic and UI for external and internal links

External links from the same domain (qiskit.org) should look like internal links and open in the same window. Other external links should open in a new window and show the respective icon.

* refactor(ui-cta): simpler check for URL protocol

* chore(ui-link): remove redundant `undefined` values

* refactor: avoid `else` after `return` statements

---------

Co-authored-by: Yaiza <yaiza.garcia.mm@gmail.com>
2023-07-25 12:29:35 +02:00