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

feat: Update FileNameInput component with latest colors and design #531

Merged
merged 2 commits into from
Sep 11, 2023

Conversation

sehyod
Copy link
Collaborator

@sehyod sehyod commented Sep 11, 2023

This updates the input for file names (when renaming) with the new semantic colors.
This adds all semantic colors as CSS variables
And this also removes old CSS and tailwind variables.
NB: The RewriteWidget component still uses some of the removed tailwind classes, but the component will be removed in #514

Screen.Recording.2023-09-11.at.10.53.32.mov

Closes #530

@sehyod sehyod requested a review from cguedes September 11, 2023 09:57
@codecov
Copy link

codecov bot commented Sep 11, 2023

Codecov Report

Merging #531 (65d4e56) into main (39baccd) will increase coverage by 0.00%.
The diff coverage is 90.00%.

@@           Coverage Diff           @@
##             main     #531   +/-   ##
=======================================
  Coverage   81.81%   81.81%           
=======================================
  Files         218      218           
  Lines       12104    12105    +1     
  Branches     1197     1197           
=======================================
+ Hits         9903     9904    +1     
  Misses       2187     2187           
  Partials       14       14           
Files Changed Coverage Δ
...otionBlock/plugins/collapsiblePlaceholderPlugin.ts 76.36% <0.00%> (ø)
src/components/FileNameInput.tsx 96.72% <100.00%> (+0.05%) ⬆️
src/features/ai/settings/OpenAiSettingsPane.tsx 100.00% <100.00%> (ø)
...or/components/tipTapNodes/citation/CitationNode.ts 100.00% <100.00%> (ø)
...pTapNodes/notionBlock/plugins/placeholderPlugin.ts 100.00% <100.00%> (ø)
...pTapNodes/sentenceCompletion/SentenceCompletion.ts 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@cguedes cguedes merged commit 485cbd1 into main Sep 11, 2023
11 checks passed
@cguedes cguedes deleted the 530-file-rename-input branch September 11, 2023 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change colors of input when renaming files
2 participants