martinalong
|
754b9ff058
|
Merge pull request #875 from filecoin-project/@aminejv/fix-file-deletion-bug
Fix: a bug where objects reappearing after deletion
|
2021-08-16 21:48:20 -07:00 |
|
Martina
|
d031162617
|
remove screenshotting from external link api and patch node_env issue
|
2021-08-16 19:53:41 -07:00 |
|
martinalong
|
123c59850a
|
Merge pull request #872 from filecoin-project/@aminejv/remove-slate-layout
Chore: Remove Slate Layout
|
2021-08-16 17:06:31 -07:00 |
|
martinalong
|
0518a390ab
|
Merge pull request #865 from filecoin-project/@aminejv/preview-tweaks
Update: Object and Collection previews tweaks
|
2021-08-16 15:59:09 -07:00 |
|
Aminejv
|
79be77787f
|
fix(delete-files-by-ids): delete files from the likes table
|
2021-08-13 20:40:43 +01:00 |
|
Aminejv
|
3243e217ac
|
fix(Dataview): add _handleDeleteFilesFromCollection
|
2021-08-13 20:39:36 +01:00 |
|
Aminejv
|
08b45a7bf7
|
fix(env): add NODE_ENV back because NEXT_PUBLIC doesn't work with dotenv
|
2021-08-12 19:59:26 +01:00 |
|
Aminejv
|
4b7b2498ac
|
feat(DataView): update to support CollectionScene
|
2021-08-12 18:12:13 +01:00 |
|
Aminejv
|
8e0838b3c3
|
chore(SlateLayout): replace SlateLayout with DataView
|
2021-08-12 18:12:11 +01:00 |
|
Aminejv
|
d6a7265208
|
chore(SlateLayout): remove layouts from other endpoints
|
2021-08-12 18:11:41 +01:00 |
|
Aminejv
|
3ff94ca857
|
chore(SlateLayout): remove SlateLayout and SlateLayoutMobile
|
2021-08-12 18:11:39 +01:00 |
|
Aminejv
|
377115128f
|
chore(SlateLayout): remove update-layout
|
2021-08-12 18:11:13 +01:00 |
|
dependabot[bot]
|
a5ba109ca0
|
chore(deps): bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-11 02:13:59 +00:00 |
|
martinalong
|
c3d0b488ac
|
Merge pull request #852 from filecoin-project/@aminejv/browser-env
Chore: Use NEXT_PUBLIC format for env variables
|
2021-08-10 19:12:58 -07:00 |
|
Aminejv
|
9870195035
|
fix(LinkPreview): fallback size
|
2021-08-09 20:48:46 +01:00 |
|
Aminejv
|
283b288788
|
fix(Previews): popup overflow
|
2021-08-09 20:42:53 +01:00 |
|
Aminejv
|
1c2104a080
|
feat(LinkPreview): adjust ImgPreview style depending on its width
|
2021-08-09 20:32:43 +01:00 |
|
Aminejv
|
4c4bfe7aa9
|
feat(LinkPreview): add fallback for link favicon
|
2021-08-09 20:09:20 +01:00 |
|
Aminejv
|
b3fea9734e
|
feat(previews): disable description popup on mobile
|
2021-08-09 18:31:46 +01:00 |
|
Aminejv
|
7aa1039482
|
chore(env): update knex config to match NODE_ENV values
|
2021-08-09 16:41:31 +01:00 |
|
Aminejv
|
4f1b0d951c
|
feat(env): add NEXT_PUBLIC_NODE_ENV
|
2021-08-09 16:03:52 +01:00 |
|
Aminejv
|
edbd3b5e5a
|
chore(env): remove EXTERNAL_RESOURCES and use new envs
|
2021-08-09 14:51:51 +01:00 |
|
Aminejv
|
ed1888d5b1
|
feat(env): move external servers env to NEXT_PUBLIC format
|
2021-08-09 14:45:10 +01:00 |
|
Aminejv
|
321140a08a
|
feat(CollectionPreview): display popup when only hovering over title and description
|
2021-08-09 09:59:20 +01:00 |
|
Aminejv
|
c16c8af3ae
|
feat(ObjectPreview): display popup when only hovering over title and description
|
2021-08-09 09:59:04 +01:00 |
|
Aminejv
|
32edc1a218
|
fix(LinkObject): show placeholder when link preview is broken
|
2021-08-09 09:56:41 +01:00 |
|
Martina
|
1b0cd2cb49
|
removing user filecount
|
2021-08-07 19:58:28 -07:00 |
|
Martina
|
3faf4ee961
|
removed likes
|
2021-08-07 15:41:18 -07:00 |
|
Martina
|
df193fcf44
|
remove explore slates
|
2021-08-07 14:29:12 -07:00 |
|
martinalong
|
d8a51ab42b
|
Merge pull request #845 from filecoin-project/update/file-privacy
Update: File privacy
|
2021-08-06 18:44:14 -07:00 |
|
Martina
|
ee410ba042
|
adding forgotten privacy update upon save copy and add to collection
|
2021-08-06 18:43:47 -07:00 |
|
Martina
|
c86a738266
|
modified backend to recalculate file privacy upon add/remove from public collection
|
2021-08-06 18:13:45 -07:00 |
|
Aminejv
|
eb84d50c32
|
feat(CollectionPreview): update title
|
2021-08-06 22:34:50 +01:00 |
|
Aminejv
|
cff50aade2
|
feat(ObjectPreview): reduced delay between animations
|
2021-08-06 22:29:46 +01:00 |
|
Aminejv
|
f09194a747
|
fix(LinkObject): update link's hover color
|
2021-08-06 22:16:09 +01:00 |
|
Aminejv
|
92a4191882
|
feat(LinkPreview): add fallback support to more edge cases
|
2021-08-06 21:52:55 +01:00 |
|
martinalong
|
d9c355cabe
|
Merge pull request #864 from filecoin-project/@aminejv/preview-tweaks
Update: Object and Collection previews tweaks
|
2021-08-06 13:41:41 -07:00 |
|
Aminejv
|
c54d4b34cc
|
feat(CollectionPreview): improve hover animation
|
2021-08-06 16:45:28 +01:00 |
|
Aminejv
|
f4bf3a7b04
|
feat(ObjectPreview): improve hover animation
|
2021-08-06 16:44:54 +01:00 |
|
Aminejv
|
ac0ea217ce
|
fix(ObjectPreviews): tweak description
|
2021-08-05 21:21:47 +01:00 |
|
Aminejv
|
50dbbfdf59
|
fix(hooks): add useIsomorphicLayoutEffect to remove next warnings
|
2021-08-05 20:45:52 +01:00 |
|
Aminejv
|
f1620d984d
|
feat(CollectionPreview): update hover animation to use transforms
|
2021-08-05 20:08:10 +01:00 |
|
Aminejv
|
e5fd28ac9c
|
chore(CollectionPreview): move Preview component into its own component
|
2021-08-05 20:07:20 +01:00 |
|
Aminejv
|
ec7341b5b7
|
feat(ObjectPreview): update hover animations to use transforms
|
2021-08-05 19:03:41 +01:00 |
|
Aminejv
|
227d337e1e
|
feat(ObjectPreview): update placeholders ratio
|
2021-08-05 19:03:05 +01:00 |
|
Aminejv
|
563403d1a8
|
feat(LinkPreview): add support visit link from preview
|
2021-08-05 19:01:43 +01:00 |
|
Aminejv
|
62d4dd8441
|
feat(PreviewPlaceholders): add link placeholder
|
2021-08-05 18:59:36 +01:00 |
|
Aminejv
|
02f745ecc2
|
fix(ObjectPreview): update boxShadow and shape
|
2021-08-05 13:36:31 +01:00 |
|
Aminejv
|
005981e48d
|
fix(LinkObject): add text ellipses to the tag
|
2021-08-05 13:35:26 +01:00 |
|
Martina
|
cb697088b0
|
remove visibility toggle in sidebar
|
2021-08-04 17:55:03 -07:00 |
|