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

style: 💄 show video mp4 #89

Merged
merged 1 commit into from
Dec 13, 2021
Merged

style: 💄 show video mp4 #89

merged 1 commit into from
Dec 13, 2021

Conversation

heldrida
Copy link
Member

No description provided.

@heldrida heldrida merged commit 0342cbb into develop Dec 13, 2021
@heldrida heldrida deleted the style/display-video branch December 13, 2021 13:37
heldrida added a commit that referenced this pull request Dec 14, 2021
* chore: 🤖 set the correct branch name (#61)

* chore: 🤖 target beta release

* refactor: 💡 moved pagination as component and other amends (#63)

* refactor: 💡 moved pagination as component and other amends

* chore: 🤖 target beta release

* chore: 🤖 add workflow target beta (#66)

* feat: 🎸 search basic (#68)

* chore: 🤖 add search input component

* fix: 🐛 typescript warnings and missing imports

* style: 💄 add magnifying glass icon to fleekon

* chore: 🤖 use magnifying glass fleekon

* style: 💄 add icon cross

* style: 💄 remove backgorund shadow for input

* style: 💄 use icon cross

* chore: 🤖 search filter user input placeholder

* chore: 🤖 canister keypair for search and filtering

* style: 💄 search suggestions should be on top

* refactor: 💡 all contract to metadata fetch handling

* chore: 🤖 on dab metadata, update the page data

* perf: ⚡preload page data images

* chore: 🤖 remove unused imports

* chore: 🤖 remove unused commented out code

* chore: 🤖 remove suggestion more from search

* chore: 🤖 reverse account name based by requested id

* fix: 🐛 amends icon arrow name (#69)

* chore: 🤖 pass the identity dab as a dependency of useMemo (#70)

* chore: 🤖 amend text (#71)

* fix: 🐛 should extend page data not overwrite (#72)

* feat: 🎸 tooltip for dab unknown (#73)

* chore: 🤖 added tooltip, texts and custom styles

* chore: 🤖 handles row indexing to avoid overlapping

* refactor: 💡 type definitions and increase timeout

* refactor: 💡 use simplified css tooltip version, remove tippyjs

* style: 💄 mobile amends

* style: 💄 tooltip should only by displayed on hover of unknown

* refactor: 💡 move tooltip as a separate component

* chore: 🤖 remove commented out dab link used for debugging

* fix: 🐛 tooltip hover close area (#75)

* chore: 🤖 add pseudo element to keep track of user cursor on hover

* style: 💄 on hover purple

* style: 💄 item cell attribute change to reuse style for tooltip

* fix: 🐛 pagination index computation (#77)

* chore: 🤖 create the pages, invert the order, use the ui page index

* refactor: 💡 show the formula for the inversed page computation

* feat: 🎸 item nft images (#76)

* chore: 🤖 downgrade to dfinity packages to 0.9.3

* chore: 🤖 request all items dab metadata

* chore: 🤖 initial app global store, fetch all nft handling

* chore: 🤖 on nft detail to table handling, displaying img

* chore: 🤖 show loading while waiting for the dab nft details

* chore: 🤖 add optionals to chain

* fix: 🐛 map metadata to page data

* refactor: 💡 include token standards from dab lib

* chore: 🤖 add todo comment

* refactor: 💡 contract key paired metadata and caching

* fix: 🐛 pagination next page should be computed

* fix: 🐛 remove unused used during dev

* perf: ⚡omit cached nft items

* refactor: 💡 explicit loading between page requests

* refactor: 💡 pagination next and previous handlers visibility

* chore: 🤖 remove http agent field from arg

* chore: 🤖 remove comment

* chore: 🤖 remove can next and can previous

* chore: 🤖 add some comments or notes

* chore: 🤖 improve use transaction store comments

* refactor: 💡 move the NFT details promise list handler to dab utils

* test: 💍 amend unit test runner required node env

* test: 💍 make handler testable by using a callback with same fn signature

* test: 💍 create nft details handler promise list

* test: 💍 organise on valid args and adds on false test

* test: 💍 update and fix failing tests caused by previous refactors

* refactor: 💡 map nft details promise results

* test: 💍 map nft details promises result

* test: 💍 when cached nft item details

* chore: 🤖 introduce get all nfts in app entry point

* fix: 🐛 type definition for token contract key paired standard

* chore: 🤖 upgrade dab-js to latest and lock files

* chore: 🤖 safe guard

* chore: 🤖 safe guard, standard

* chore: 🤖 comment reason why get all nfts is used

* refactor: 💡 pass standard from key pair store to app transactions

* chore: 🤖 remove all unused imports

* refactor: 💡 use config mainnet instead of hard typed url

* chore: 🤖 add some TODO comments and notes

* chore: 🤖 add comment for TODO on reset state

* fix: 🐛 on unknown dab metada, stop the loader

* fix: 🐛 learn more tooltip, link should open correct address (#78)

* fix: 🐛 learn more tooltip, link should open correct address

* chore: 🤖 control linking learn more and parent via js

* refactor: 💡 route control

* refactor: 💡 pointer events control

* style: 💄 splicit selector for colon (#79)

* chore: 🤖 add loading on component load (#80)

* chore: 🤖 add loading on component load, but show only for slow internet speeds

* perf: ⚡clear timeout

* style: 💄 add smooth transition

* chore: 🤖 add comment and notes

* chore: 🤖 webpack profiler (#81)

* chore: 🤖 create profiler script in dashboard, add to lerna

* docs: ✏️  explain profiler

* refactor: 💡 separate store (#82)

* refactor: 💡 add LoadingForLoadable and use on async imports for datatable (#83)

* refactor: 💡 dab collection as metadata provider (#85)

* refactor: 💡 use dab collection for the metadata lookup

* refactor: 💡 fetch dab collection in the store fetch handler

* refactor: 💡 get the dab collection immediately

* refactor: 💡 identity in dab change to collection type metadata

* fix: 🐛 amend overview page load state

* chore: 🤖 remove deprecated

* refactor: 💡 remove contract metadata pairing and related

* refactor: 💡 remove unsused imports

* fix: 🐛 breadcrumb storybook default data

* refactor: 💡 move parses as an util and include test

* chore: 🤖 add parsing TODO for account process

* fix: 🐛 import from wrong location

* refactor: 💡 moves dabStore to Overview to prevent App re-render

* refactor: 💡 add preloads in certain components coupled to the entry (#86)

* docs: ✏️  change the staging location to IC (#87)

* chore: 🤖 on transaction page landing data state handling (#88)

* chore: 🤖 on dev webpack with prod, use dev server

* chore: 🤖 control request process, loading state, etc

* chore: 🤖 add note explainer

* style: 💄 show video mp4 (#89)

* fix: 🐛 video should not have pointer events

* fix: 🐛 image fallback

* fix: 🐛 use DAB mainnet address during dev for now

* chore: 🤖 user timezone handling (#90)

* chore: 🤖 guess user timezone, modifies dateRelative

* chore: 🤖 chante date parser

* chore: 🤖 remove comments

* chore: 🤖 WIP offset time based in user timezone

* test: 💍 test the data computations

* test: 💍 use past time, not future time computations
@github-actions
Copy link

🎉 This PR is included in version 1.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant