-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
fix: improve import button visibility during loading state #11285
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
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. 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
CodeRabbit Configuration File (
|
|
I've made the requested changes to improve the import button visibility during loading state:
These changes have been pushed to your PR branch. The button now maintains its blue color during loading (from your original PR) while also keeping a consistent width and showing a more prominent loader. You can see the changes in this commit: 2a8d9b14fa Let me know if you'd like any further adjustments to the styling! 💻 View my work • React 👍 or 👎 |
Uffizzi Ephemeral Environment Deploying☁️ https://app.uffizzi.com/github.com/nocodb/nocodb/pull/11285 ⚙️ Updating now by workflow run 14832453356. What is Uffizzi? Learn more! |
Hey! 👋 I see one of the checks failed. I am on it! 🫡 |
✅ Fixed failing check in this commit. The issue was trailing whitespace in the CSS that needed to be removed. 💻 View my work • React 👍 or 👎 |
Changes
This PR improves the visibility of the "Import" button in the CSV/Excel import modal during the loading state.
Current behavior
New behavior
Implementation details
getBtnText
function to return an empty string when in loading stateThis change applies to both the pre-import button on the initial screen and the import button in the template editor modal.
Fixes the issue where the "Importing..." text was barely visible on the button during the import process.
💻 View my work • About Codegen