Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LM-11158] API Key Switcher #45

Merged
merged 5 commits into from
Apr 29, 2024

Conversation

jaixchaudhary
Copy link
Contributor

@jaixchaudhary jaixchaudhary commented Apr 29, 2024

Description

Features

  • Api key switcher

What kind of change does this PR introduce? (check at least one)

  • Bug fix (non-breaking change which fixes an issue)
  • Hotfix (fixes a breaking changes)
  • New Feature (non-breaking change which adds functionality)
  • Other, please describe:

Author Checklist

  • Assignee added
  • Reviewer added
  • Description added
  • Unit test cases added

Reviewer Checklist

  • PR title starts with Jira ticket number prefix
  • If hotfix, Add Hotfix as prefix in PR title
  • Label added
  • Commit messages follows standard format (added, changed, removed, code commented and chore)
  • Description about the Feature/ Bugs added

@jaixchaudhary jaixchaudhary self-assigned this Apr 29, 2024
@jaixchaudhary jaixchaudhary added the enhancement New feature or request label Apr 29, 2024
example/App.tsx Outdated
Comment on lines 139 to 153
// const themeStyles = {
// fontTypes: {
// LIGHT: 'SofiaPro-Light',
// MEDIUM: 'SofiaPro-Medium',
// SEMI_BOLD: 'SofiaPro-SemiBold',
// BOLD: 'SofiaPro-Bold',
// BLACK: 'SofiaPro-Black',
// },
// };

const themeStyles = {
// fontColor: 'black',
// primaryColor: '#B7D340',
// secondaryColor: '#B7D340',
// lightBackgroundColor: 'hsl(161, 67%, 91%)',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove unused code

@jaixchaudhary jaixchaudhary merged commit 7170899 into release/v1.0.3 Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants