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(table): add cell type number (#296) #298

Merged
merged 1 commit into from
Jun 7, 2023
Merged

Conversation

kiaking
Copy link
Member

@kiaking kiaking commented Jun 6, 2023

Add a cell for number type. Although there is a lot of code duplication with the 'text' cell, I'm leaving it as is for now because we might introduce more number-specific features in the future, and I want to maintain flexibility.

Also, I've largely refactored the docs and separated it into multiple sections.

Screenshot 2023-06-06 at 17 59 59

@kiaking kiaking added the enhancement New feature or request label Jun 6, 2023
@kiaking kiaking requested a review from brc-dd June 6, 2023 09:05
@kiaking kiaking self-assigned this Jun 6, 2023
@netlify
Copy link

netlify bot commented Jun 6, 2023

Deploy Preview for sefirot-docs ready!

Name Link
🔨 Latest commit dbfb3fa
🔍 Latest deploy log https://app.netlify.com/sites/sefirot-docs/deploys/647ef6ecc67e690008270158
😎 Deploy Preview https://deploy-preview-298--sefirot-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@netlify
Copy link

netlify bot commented Jun 6, 2023

Deploy Preview for sefirot-story ready!

Name Link
🔨 Latest commit dbfb3fa
🔍 Latest deploy log https://app.netlify.com/sites/sefirot-story/deploys/647ef6ece56ebe0008285ba4
😎 Deploy Preview https://deploy-preview-298--sefirot-story.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@codecov
Copy link

codecov bot commented Jun 6, 2023

Codecov Report

Patch coverage: 92.85% and project coverage change: +0.14 🎉

Comparison is base (c7443f7) 83.23% compared to head (dbfb3fa) 83.38%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #298      +/-   ##
==========================================
+ Coverage   83.23%   83.38%   +0.14%     
==========================================
  Files         122      123       +1     
  Lines       10310    10475     +165     
  Branches      566      566              
==========================================
+ Hits         8582     8735     +153     
- Misses       1728     1740      +12     
Impacted Files Coverage Δ
lib/components/STableCell.vue 50.74% <7.69%> (-4.63%) ⬇️
lib/components/STableCellNumber.vue 100.00% <100.00%> (ø)
lib/composables/Table.ts 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

brc-dd

This comment was marked as outdated.

@kiaking kiaking changed the title feat(table): add cell type number feat(table): add cell type number (#296) Jun 7, 2023
@kiaking kiaking merged commit 5ff4ee7 into main Jun 7, 2023
15 checks passed
@kiaking kiaking deleted the 296-table-add-number-cell branch June 7, 2023 00:33
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.

[Table] add "Number" type cell
2 participants