Commit Graph

35 Commits

Author SHA1 Message Date
Tommy Le 108c28f5ba add test
Signed-off-by: Tommy Le <tommy_8786@hotmail.com>
2024-01-09 10:40:25 +01:00
Tommy Le 3a7deeef92 fix: api returns questions with relevant tags
Signed-off-by: Tommy Le <tommy_8786@hotmail.com>
2024-01-04 10:35:27 +01:00
Patrik Oldsberg 58141224d3 plugins: update all other plugins to fit new frontend system naming patterns
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-12-13 19:31:28 +01:00
Patrik Oldsberg 36c94b8462 plugins: refactor DI extension IDs
Co-authored-by: Camila Belo <camilaibs@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-11-28 16:24:49 +01:00
Camila Belo 8a7f1ba2a5 docs(stack-overflow): add note about missing hompage card extension
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2023-10-19 12:05:19 +02:00
Camila Belo b148cdc8db feat(stackoverflow): migrate to new frontend system
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2023-10-19 09:29:35 +02:00
blam 018553e29f chore: remove cross-fetch dep from plugins
Signed-off-by: blam <ben@blam.sh>
2023-06-13 16:25:53 +02:00
Oleg S 74b216ee4e set PropsWithChildren as explicit type on components
Signed-off-by: Oleg S <97077423+RobotSail@users.noreply.github.com>
2023-05-24 12:47:27 +02:00
Malikah Montgomery 838267c68c deprecated createCardExtension in plugin-home and updated stack-overflow to use new plugin-home-react package
Signed-off-by: Malikah Montgomery <malikah.montgomery@thoughtworks.com>
2023-05-19 08:29:25 -04:00
Zach Hammer 0a59de68db Fix ae-forgotten-export
// Warning: (ae-forgotten-export) The symbol
"StackOverflowSearchResultListItemProps" needs to be exported by the
entry point index.d.ts

Signed-off-by: Zach Hammer <zhammer@seatgeek.com>
2023-04-18 17:26:38 -04:00
Zach Hammer 12b4e4d765 Match implementation of other search result items for stack overflow
Allow for empty result

Signed-off-by: Zach Hammer <zhammer@seatgeek.com>
2023-04-18 16:21:43 -04:00
Patrik Oldsberg 2898b6c8d5 fixes for TypeScript 5.0
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-03-29 12:24:19 +02:00
Emma Indal 3ef5fb09ca fix broken stack overflow stories - mock stack overflow api
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2023-03-10 15:55:59 +01:00
Fredrik Adelöw d9c8720dd4 just some comment cleanup
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-02-01 13:52:06 +01:00
Carlos Esteban Lopez 2bdd1f92c1 fix: Add paragraph prop for bottom margin
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
2023-01-10 16:08:53 -05:00
Carlos Esteban Lopez e75f39e603 feat: Lint paragraphs except in test files & fix
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
2023-01-10 16:08:53 -05:00
Eric Peterson c981e83612 Add highlighting to StackOverflow result list item
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2022-12-06 14:32:22 +01:00
Jonathan Sundquist a19cffbeed fix(search): update to only link title in search results
Signed-off-by: Jonathan Sundquist <jonathan.sundquist@factset.com>
2022-11-14 10:16:44 -06:00
Emma Indal 4043f4c6cf accept result rank prop
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-11-14 10:50:59 +01:00
Emma Indal bab2ae85a5 write test for capturing rank prop
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-11-14 10:42:15 +01:00
Brian Fletcher 68ff05fbe5 make stack overflow api constructor private
Signed-off-by: Brian Fletcher <brian@roadie.io>
2022-08-30 15:44:57 +01:00
Brian Fletcher 83d83eb882 add fromConfig to stack overflow api
Signed-off-by: Brian Fletcher <brian@roadie.io>
2022-08-30 14:02:21 +01:00
Brian Fletcher c2ecdf60b0 fix qs import
Signed-off-by: Brian Fletcher <brian@roadie.io>
2022-08-25 10:32:52 +01:00
Brian Fletcher 5d8f0b0485 Remove unused qs import
Signed-off-by: Brian Fletcher <brian@roadie.io>
2022-08-25 10:04:18 +01:00
Brian Fletcher 447f2b8aac Merge branch 'master' into stack-overflow-api 2022-08-25 08:59:46 +01:00
Brian Fletcher 7107d2907c add stackoverflow api implementation
Signed-off-by: Brian Fletcher <brian@roadie.io>
2022-08-22 20:55:16 +01:00
Brian Fletcher a720c44070 unescape html entities from stackoverflow api response
Signed-off-by: Brian Fletcher <brian@roadie.io>
2022-08-22 20:03:52 +01:00
Emma Indal 5907499e67 update api report
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-06-15 19:42:12 +02:00
Emma Indal 8d9f6bbe81 add storybook example of stack overflow search result with icon
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-06-15 19:42:12 +02:00
Emma Indal c9ca0e917d add support for icon property for StackOverflowQuestions homepage component
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-06-15 19:42:12 +02:00
Emma Indal 07c0610557 feedback fixes
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-03-25 13:55:17 +01:00
Emma Indal 140cf15341 add api reports
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-03-25 11:25:22 +01:00
Emma Indal 90965cb56a fixups
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-03-25 11:25:22 +01:00
Emma Indal f80f3a7bc9 create stack-overflow backend plugin and move collator there
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-03-25 11:25:22 +01:00
Emma Indal e4d77a9c54 add new stack overflow plugin
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-03-25 11:19:08 +01:00