Commit Graph

115 Commits

Author SHA1 Message Date
Kiss Miklos 6955d948a7 export the componenet from the plugin
Signed-off-by: Kiss Miklos <miklos@roadie.io>
2022-06-13 10:13:53 +02:00
Kiss Miklos f6dfc61d27 add test
Signed-off-by: Kiss Miklos <miklos@roadie.io>
2022-06-13 10:00:22 +02:00
Kiss Miklos 14c0a579a5 add UserSettingsIdentityCard
Signed-off-by: Kiss Miklos <miklos@roadie.io>
2022-06-10 15:25:52 +02:00
Eric Peterson 37c8f8444c Better naming of providers, hooks, and types.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2022-05-23 15:37:45 +02:00
Eric Peterson da72da5dae Replace SidebarPinStateContext with versioned provider and hook.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2022-05-23 15:37:43 +02:00
Claudia Bressi 403793213e Provide alternative text
Signed-off-by: Claudia Bressi <cbressi@vmware.com>
2022-05-02 12:48:42 +02:00
Hamza El Aoutar af508a895e Fixed User-settings page ToggleButtonGroup overlapping text
Signed-off-by: Hamza El Aoutar <elaoutarhamza@gmail.com>
2022-04-06 10:35:50 +00:00
Ben Lambert ad55e2f005 Merge pull request #10041 from yousifalraheem/feat/extra-user-settings
Enable adding extra setting tabs
2022-04-05 15:14:01 +02:00
yousifalraheem 6df5070a52 fix the warning in user-settings api-report
Signed-off-by: Yousif Al-Raheem <yousifalraheem@gmail.com>
2022-04-04 17:23:23 +02:00
yousifalraheem de47ed71ef fix the warning in user-settings api-report
Signed-off-by: Yousif Al-Raheem <yousifalraheem@gmail.com>
2022-04-04 17:20:56 +02:00
yousifalraheem e7a2ed3f08 fix the warning in user-settings api-report
Signed-off-by: Yousif Al-Raheem <yousifalraheem@gmail.com>
2022-04-04 17:18:08 +02:00
yousifalraheem ff131b5fd3 fix SettingsPage tests
Signed-off-by: Yousif Al-Raheem <yousifalraheem@gmail.com>
2022-04-04 15:45:12 +02:00
yousifalraheem 0a0a4fa178 use attachComponentData instead of displayName in UserSettingsTab
Signed-off-by: Yousif Al-Raheem <yousifalraheem@gmail.com>
2022-04-04 14:40:03 +02:00
Yousif Al-Raheem 100a7e14dd Use custom UserSettingsTab component to render extra tabs in settings
Signed-off-by: Yousif Al-Raheem <yousifalraheem@gmail.com>
2022-03-23 14:25:17 +01:00
Marcus Crane cf647f6a72 Wire up OneLogin provider to be visible in the settings UI
Signed-off-by: Marcus Crane <marcus.crane@lightspeedhq.com>
2022-03-18 17:36:55 +13:00
Yousif Al-Raheem ad270bad13 revert back the api reports
Signed-off-by: Yousif Al-Raheem <yousifalraheem@gmail.com>
2022-03-16 11:55:00 +01:00
Yousif Al-Raheem b66ae2b542 use outlet to render extra tabs instead of tabs prop
Signed-off-by: Yousif Al-Raheem <yousifalraheem@gmail.com>
2022-03-16 11:44:40 +01:00
Yousif Al-Raheem 016c574b51 enable adding extra setting tabs
Signed-off-by: Yousif Al-Raheem <yousifalraheem@gmail.com>
2022-03-10 16:35:27 +01:00
Johan Haals 0ce1d75871 core-plugin-api: Remove generic auth APIs
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-02-25 14:00:07 +01:00
Andre Wanlin 12dd25c2a1 Updated EmptyFlags code example
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2022-02-15 06:19:26 -06:00
Philipp Hugenroth 2989c82825 Avoid breaking changes
Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
2022-01-13 10:35:33 +01:00
Philipp Hugenroth 0322c6fbb9 Merge branch 'master' into mobile-sidebar 2022-01-05 16:43:17 +01:00
Patrik Oldsberg 4ce51ab0f1 use precise imports of react-use
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-12-30 12:53:16 +01:00
Philipp Hugenroth 02338a6515 Improve documentation
- Fix tests

Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
2021-12-29 18:05:17 +01:00
Philipp Hugenroth 858b6e40c9 Merge branch 'master' into mobile-sidebar
Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
2021-12-28 18:39:03 +01:00
Philipp Hugenroth 545a26a0b6 Move 'isMobile' in Context
Optimize generated docs by labeling components with scope

Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
2021-12-28 18:07:26 +01:00
Colton Padden 5d6684f0df release-2021-11-18 packages/core-plugin-api/src/apis/definitions/AppThemeApi.ts:45
Signed-off-by: Colton Padden <colton.padden@fastmail.com>
2021-12-17 15:04:35 -05:00
Reinoud Kruithof 7e889bfb30 fix(user-settings): prevent using undefined value
Signed-off-by: Reinoud Kruithof <2184455+reinoudk@users.noreply.github.com>
2021-12-17 15:12:59 +01:00
Reinoud Kruithof 375ed38b16 feat(user-settings): use useAsync and return loading status
Signed-off-by: Reinoud Kruithof <2184455+reinoudk@users.noreply.github.com>
2021-12-17 11:41:01 +01:00
Reinoud Kruithof 2a374057f5 fix(user-settings): use non-deprecated IdentityApi methods
This fixes the undefined identity error that is being thrown on the user-settings page.

Signed-off-by: Reinoud Kruithof <2184455+reinoudk@users.noreply.github.com>
2021-12-16 16:50:35 +01:00
Philipp Hugenroth 5f1db7a43a Merge branch 'master' into mobile-sidebar
Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
2021-12-07 11:10:41 +01:00
Mike Cripps 4cadc97a56 Use theme.title instead of theme.variant in the theme switcher
Signed-off-by: Mike Cripps <mike.cripps@footballradar.com>
2021-12-01 13:30:21 +00:00
Patrik Oldsberg 8a96019a39 Merge branch 'master' into rugvip/test-port 2021-11-22 17:33:10 +01:00
Patrik Oldsberg 29ef695410 packages,plugins: migrate to using TestApiProvider and Registry
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-11-18 11:28:46 +01:00
blam 8b21788e96 chore: added some more deprecation fixes for the routeRefs
Signed-off-by: blam <ben@blam.sh>
2021-11-17 20:26:01 +01:00
blam 1332a98a01 chore: fixing deprecation warnings for all the things that are in the monorepo
Signed-off-by: blam <ben@blam.sh>
2021-11-17 20:24:20 +01:00
Philipp Hugenroth 439b07e3e4 Merge branch 'master' into mobile-sidebar
Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
2021-11-15 15:50:14 +01:00
Philipp Hugenroth 746af79164 Align to current screen size
Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
2021-11-10 14:26:54 +01:00
Philipp Hugenroth d5f08f4b03 Adjust display style & selected behaviour
Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
2021-11-10 14:20:59 +01:00
Philipp Hugenroth cbebaa841b Refactored select behaviour to be better readable
- Remove header from Search & Settings on mobile

Co-authored-by: Tejas Kumar <tejas@tejas.qa>
Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
2021-11-10 14:11:35 +01:00
Dede Hamzah 4891a8f2e6 Add Props Icon for Sidebar Item SidebarSearchField and Settings
Signed-off-by: Dede Hamzah <dehamzah@gmail.com>
2021-11-03 16:08:27 +07:00
Daniel Deloff cfbe1b97f6 Merge branch 'master' into atlassian-auth
Signed-off-by: Daniel Deloff <44780793+rv-ddeloff@users.noreply.github.com>
2021-10-20 22:10:37 -04:00
Juan Pablo Garcia Ripa ff63d65363 use InfoCard Variant instead of styles
Signed-off-by: Juan Pablo Garcia Ripa <sarabadu@gmail.com>
2021-10-18 13:33:41 +02:00
Samira Mokaram ab94b6e1dc align grid height
Signed-off-by: Samira Mokaram <samiram@spotify.com>
2021-10-18 13:33:40 +02:00
Daniel Deloff 037447efd3 adds atlassian auth provider
Signed-off-by: Daniel Deloff <44780793+rv-ddeloff@users.noreply.github.com>
2021-10-11 15:05:21 -04:00
Patrik Oldsberg c2512887a6 Merge pull request #7308 from FilipSwiatczak/bitbucket-auth
Bitbucket cloud authentication
2021-10-05 17:06:42 +02:00
Eric Peterson 81a41ec249 Apply extension-names codemod to monorepo.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-10-04 19:29:43 +02:00
Patrik Oldsberg ca0559444c avoid usage of to*Case + add project lint rule
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-10-02 18:43:11 +02:00
Patrik Oldsberg 174c574311 Merge branch 'master' into feature/techdocs-e2e
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-28 11:12:31 +02:00
Filip Swiatczak 74534f6d39 Bitbucket cloud authentication client added
Signed-off-by: Filip Swiatczak <filip.swiatczak@gmail.com>
2021-09-23 17:17:10 +01:00