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

104 - Create the files table UI [1/2] #133

Merged
merged 33 commits into from
Jul 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
07b6578
feat(FilesTable): add table with fake data
MellyGray Jun 16, 2023
a82528a
feat(FilesTable): add getFilesByDatasetPersistentId use case
MellyGray Jun 16, 2023
2a811b8
feat(DatasetFiles): refactor table
MellyGray Jun 26, 2023
04dad92
feat(DatasetFiles): add FileThumbnail component
MellyGray Jun 26, 2023
ab9cb03
feat(DatasetFiles): add FileTitle component to table
MellyGray Jun 27, 2023
203c1ec
feat(DatasetFiles): complete FileInfoCell with all the file info
MellyGray Jun 28, 2023
b954880
feat(DatasetFiles): add tests
MellyGray Jun 28, 2023
0274ca4
feat(DatasetFiles): add pagination to the table
MellyGray Jun 30, 2023
4437ae7
feat(Pagination): add story and tests to the design-system
MellyGray Jun 30, 2023
a92ba33
feat(DatasetFiles): add stories
MellyGray Jun 30, 2023
ca561f6
feat(DatasetFiles): add internationalization
MellyGray Jul 3, 2023
e0b4dc1
feat(DatasetFiles): add total number of files to table header
MellyGray Jul 3, 2023
9c460d9
fix(FilesTable): remove thumbnail shift
MellyGray Jul 3, 2023
ef3eb58
fix(CopyToClipboard): add text to the clickable area
MellyGray Jul 3, 2023
5d751b1
feat(FilesTable): add no files state to the table
MellyGray Jul 3, 2023
3d1a26c
feat(FileThumbnail): add tooltip to the file thumbnail
MellyGray Jul 4, 2023
1c2411a
Merge branch 'develop' of https://github.com/IQSS/dataverse-frontend …
MellyGray Jul 4, 2023
2289d6e
fix: chromatic deployment failing
MellyGray Jul 4, 2023
e394c80
fix(actions): dont remove package lock in the actions
MellyGray Jul 4, 2023
e7be4b4
fix(actions): restore chromatic script
MellyGray Jul 4, 2023
0fcd246
set fixed versions to package.json dependencies
MellyGray Jul 7, 2023
e6f2a43
fix: dont remove package-lock in github actions
MellyGray Jul 7, 2023
49d97ce
Merge branch '145-set-all-packagejson-dependencies-to-fixed-versions'…
MellyGray Jul 7, 2023
d8ca44e
fix(cypress action): update to v5
MellyGray Jul 12, 2023
87c4d0c
fix: test failing in github actions
MellyGray Jul 12, 2023
302d91b
fix: accessibility violation in files table
MellyGray Jul 14, 2023
7db27db
fix: dont show thumbnail if restricted with no access
MellyGray Jul 14, 2023
0862a76
fix(cypress): update version
MellyGray Jul 14, 2023
f836771
feat(FileThumbnailRestricted): add tooltips to restricted icons
MellyGray Jul 14, 2023
0abd965
Merge branch 'develop' of github.com:IQSS/dataverse-frontend into fea…
GPortas Jul 25, 2023
b1e28c1
Fixed: fixed version for vite-plugin-libcss
GPortas Jul 26, 2023
2dddb07
fix: remove absolute path from design system bootstrap imports
MellyGray Jul 31, 2023
c58dfd1
fix: set fixed package.json dependencies to fix storybook
MellyGray Jul 31, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ jobs:
run: npm run build

- name: Cypress run
uses: cypress-io/github-action@v4
uses: cypress-io/github-action@v5
with:
component: true

- name: Cypress run Design System
uses: cypress-io/github-action@v4
uses: cypress-io/github-action@v5
with:
project: packages/design-system
component: true
Expand Down
4 changes: 2 additions & 2 deletions merged-coverage/lcov.info
Original file line number Diff line number Diff line change
Expand Up @@ -488,14 +488,14 @@ DA:4,42
DA:5,216
BRDA:1,0,0,216
end_of_record
SF:packages/design-system/src/lib/components/tooltip/Tooltip.tsx
SF:packages/design-system/src/lib/components/tooltip/QuestionMarkTooltip.tsx
DA:1,1512
DA:11,216
DA:12,42
DA:19,216
BRDA:1,0,0,216
end_of_record
SF:packages/design-system/src/lib/components/tooltip/overlay-trigger/OverlayTrigger.tsx
SF:packages/design-system/src/lib/components/tooltip/overlay-trigger/Tooltip.tsx
DA:1,1368
DA:10,228
DA:11,114
Expand Down
Loading