-
Notifications
You must be signed in to change notification settings - Fork 605
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
teams -> enterprise #5508
base: develop
Are you sure you want to change the base?
teams -> enterprise #5508
Conversation
WalkthroughThis pull request removes the entire Changes
Suggested labels
Suggested reviewers
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
README.md (1)
482-482
: Accessibility Improvement: Add Alternate Text for ImageThe header image for the "FiftyOne Enterprise" section lacks an
alt
attribute. For improved accessibility and to satisfy markdown linting (MD045), consider adding an alt attribute such asalt="FiftyOne Enterprise logo"
. For example:-<img src="https://user-images.githubusercontent.com/25985824/106288517-2422e000-6216-11eb-871d-26ad2e7b1e59.png" height="20px"> +<img src="https://user-images.githubusercontent.com/25985824/106288517-2422e000-6216-11eb-871d-26ad2e7b1e59.png" alt="FiftyOne Enterprise logo" height="20px">🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
482-482: Images should have alternate text (alt text)
null(MD045, no-alt-text)
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
README.md
(3 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
README.md
482-482: Images should have alternate text (alt text)
null
(MD045, no-alt-text)
⏰ Context from checks skipped due to timeout of 90000ms (7)
- GitHub Check: test / test-python (ubuntu-latest-m, 3.11)
- GitHub Check: test / test-python (ubuntu-latest-m, 3.10)
- GitHub Check: test / test-python (ubuntu-latest-m, 3.9)
- GitHub Check: test / test-app
- GitHub Check: e2e / test-e2e
- GitHub Check: build / build
- GitHub Check: build
🔇 Additional comments (4)
README.md (4)
42-44
: Branding Update in Promotional MessageThe promotional message has been updated to "FiftyOne Enterprise 🚀" from the previous reference. Please double-check that this change is intentional and consistent with the new "Enterprise" branding.
459-461
: Consistent Update in Additional Resources TableThe additional resources table now lists "FiftyOne Enterprise" as the first entry. This update looks consistent with the overall branding change. Please verify that any other related references have been updated similarly.
480-480
: HTML Element ID UpdateThe HTML
<div>
has been updated fromid='fiftyone-teams'
toid='fiftyone-enterprise'
. Ensure that any CSS, JavaScript, or other selectors previously referencing the old identifier are updated accordingly.
486-486
: Link Text ConsistencyThe updated link in the header now reads "FiftyOne Enterprise". This change is consistent with the overall update. Please verify that the URL and link styling align with your documentation standards.
@@ -2,7 +2,7 @@ import { useFirstExistingUri, usePanelEvent } from "@fiftyone/operators"; | |||
import { usePanelId } from "@fiftyone/spaces"; | |||
import { useCallback } from "react"; | |||
|
|||
const IS_OSS = true; // false in fiftyone-teams | |||
const IS_OSS = true; // false in fiftyone-enterprise |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should still be teams since we aren't renaming the repos?
Summary by CodeRabbit
These changes streamline the user experience and provide a consistent, updated message reflecting our current product branding.