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

Wallet Connect for Dapp use on MetaMask #1020

Closed
jonsnowpt opened this issue Jan 26, 2023 · 8 comments · Fixed by #1068
Closed

Wallet Connect for Dapp use on MetaMask #1020

jonsnowpt opened this issue Jan 26, 2023 · 8 comments · Fixed by #1068
Assignees
Labels
🌟 [A] enhancement New feature or request 📣 [A] high priority Something that needs attention and accelerated resolving

Comments

@jonsnowpt
Copy link
Contributor

🐛 Introduction:

The MetaMask wallet connection is working on the Desktop version but does not work on the MetaMask app has a Dapp. It seems that to get this working; we need to add Wallet Connect into the loop.

📝 Details:

The goal is to allow the Dapp to work on the MetaMask App; for this, we have the following resources:

https://forum.moralis.io/t/authentication-in-mobile-app/20949/2

https://docs.moralis.io/authentication-api/how-to-sign-in-with-walletconnect

This requirement was confirmed by the Moralis support guys.

🔍 Steps to Reproduce:

Enter the MetaMask App, and using the browser, try to access scores. Betarena and then Connect.

🤔 Expected Behavior:

Connect the MetaMask wallet.

💥 Actual Behavior:

Nothing happens.

💡 Additional Information:

We already have an account on Wallet Connect and a Betarena Project. Access details are available upon request.

@jonsnowpt jonsnowpt converted this from a draft issue Jan 26, 2023
@jonsnowpt jonsnowpt added 🌟 [A] enhancement New feature or request 📣 [A] high priority Something that needs attention and accelerated resolving labels Jan 26, 2023
@jonsnowpt jonsnowpt assigned jonsnowpt and unassigned migbash Feb 1, 2023
@jonsnowpt jonsnowpt moved this from Todo to Backlog in Betarena Scores Feb 1, 2023
@jonsnowpt jonsnowpt moved this from Backlog to Icebox in Betarena Scores Feb 1, 2023
@jonsnowpt jonsnowpt moved this from Icebox to Todo in Betarena Scores Feb 1, 2023
@jonsnowpt jonsnowpt assigned migbash and unassigned jonsnowpt Feb 1, 2023
@migbash migbash moved this from Todo to In Progress in Betarena Scores Feb 8, 2023
@migbash migbash moved this from In Progress to Testing in Betarena Scores Feb 8, 2023
@migbash migbash moved this from Testing to In Progress in Betarena Scores Feb 14, 2023
@migbash migbash moved this from In Progress to Todo in Betarena Scores Feb 16, 2023
@migbash
Copy link
Collaborator

migbash commented Feb 16, 2023

NOTES

WalletConnect not working with the tutorial from Moralis.

Depreciated packages and not working npm modules from WalletConnect with a V2 migration are required to get the code working, however, no NEW🎖️ guide exists on V2 Wallet connect support.

Image

Asking around forums discord-link and other sources, can't seem to get it working either.

Aim to get this sorted with mobile connection, and find a solution.

@jonsnowpt
Copy link
Contributor Author

@migbash

Did you submit a request to Moralis support?

@migbash
Copy link
Collaborator

migbash commented Feb 16, 2023

@jonsnowpt Yes, but no response as of yet. I will follow up.

@jonsnowpt
Copy link
Contributor Author

@migbash

You have a chat available on the client area. They were very fast with me.

@migbash
Copy link
Collaborator

migbash commented Feb 16, 2023

@jonsnowpt yes, but no response yet. Waiting to hear - used the chat feature also.

@migbash
Copy link
Collaborator

migbash commented Feb 17, 2023

NOTES

DEPENDENCY npm package | WEB3-PROVIDER
GUIDE | moralis - authetication V1
GUIDE | walletconnect - wallet | V2
GUIDE | walletconnect - html modal | V2

HOW-TO | connect web3 mobile (1)
HOW-TO | connect web3 mobile (2)
HOW-TO | connect web3 mobile (3)


UPDATE [#1]

Root of the issue identified as the SvelteKit & vite compiler issue - that do not work with the npm packages of WalletConnect. Raising issues on deployment, with errors like such as:

Module "buffer" has been externalized for browser compatibility. Cannot access "buffer.Buffer" in client code.

Discord Moralis Ticket Discussion

MY OPENED ISSUE | vitejs/vite#12102 Opened an issue with VITE

FROM VITE: We recommend avoiding Node.js modules for browser code to reduce the bundle size, although you can add polyfills manually. If the module is imported from a third-party library (that's meant to be used in the browser), it's advised to report the issue to the respective library. source-error

🛠️ Possible solution(s):

✅❗️ Fix applied (of-sorts) 19/02 solution


UPDATE [#2]

New issue detected after solving the previous issue of the Vite compiler issue not importing and crashing the #1 issue (above).

Now the WalletConnect works and opens the connection for the QR-code scanning on (desktop) and the MetaMask mobile application on (mobile). However, on (mobile), both in V1 and V2 of the WalletConnect SDK the MetaMask does nothing after the intent of opening the application - and does not prompt to sign in the user and neither redirects the user back to the website.

This is a very common issue and has been reported and seen many times - with no response from WalletConnect since many months. (check discord link below).

Discord | Issue Raised Link

Moving away from WalletConnect as the testing of both the MetaMask connection for mobile application using V1 and V2 does not work, and no fix is looking to be in place. Instead the official | BETA version of the MetaMask SDK is used to access the MetaMask application and retrieve the users wallet address and log them in.

❗️Has its own issues => IOS user must have the MetaMask application open in the background and signed in for the MetaMask SDK to work every-time on Mobile

@migbash migbash moved this from Todo to In Progress in Betarena Scores Feb 19, 2023
@migbash migbash moved this from In Progress to Todo in Betarena Scores Feb 20, 2023
@migbash migbash moved this from Todo to In Progress in Betarena Scores Feb 20, 2023
@migbash migbash moved this from In Progress to Testing in Betarena Scores Feb 20, 2023
@jonsnowpt
Copy link
Contributor Author

@migbash

Not working on Connect wallet in the user settings section.

@jonsnowpt jonsnowpt moved this from Testing to Todo in Betarena Scores Feb 21, 2023
@migbash migbash moved this from Todo to Testing in Betarena Scores Feb 21, 2023
@jonsnowpt
Copy link
Contributor Author

@migbash

The Button size is now incorrect:

Image

@jonsnowpt jonsnowpt moved this from Testing to Todo in Betarena Scores Feb 21, 2023
@migbash migbash moved this from Todo to In Progress in Betarena Scores Feb 21, 2023
migbash added a commit that referenced this issue Feb 21, 2023
migbash added a commit that referenced this issue Feb 21, 2023
migbash added a commit that referenced this issue Feb 21, 2023
migbash added a commit that referenced this issue Feb 21, 2023
migbash added a commit that referenced this issue Feb 21, 2023
migbash added a commit that referenced this issue Feb 21, 2023
* `update` Makefile

* chore: update gitignore

* chore: update makefile

* chore: update template svelte widget;

* feat: add firestore; add firebase-storage;

* feat: add menu-widget on profile;

* feat: add profile widget assets;

* feat: update app.css;

* feat: add account widget; add dashboard widget;

* feat: update debug func;

* feat: add username-gen method;

* feat: update hasura types on profile_trans;

* feat: create new file for main component func.

* feat: add types - query - route profile data get;

* feat: profile page layout; profile page pre-load;

* chore: update tsconfig; update ref-readme;

* feat: update app.css;

* feat: update menu-widget cross-platform;

* feat: update app.css;

* feat: update platform-functions;

* feat: update assets for profile page components;

* feat: account widget responsivness;

* feat: polishing for main menu widget styles;

* feat: dashboard responsivness;

* feat: update platform main user-settings stores;

* doc: updating README;

* doc: renaming widgets files;

* feat: settings modals; settings profile cropper;

* feat: renaming dashboard widget; rename others (+)

* feat: new assets added;

* feat: layout for profile change to grid;

* feat: update auth-widget;

* doc: rename main header;

* feat: profile navbar create;

* doc: clear up code in +layout.svelte;

* feat: update for danger btn; add primary btn fade;

* feat: added menu opt hover effects;

* fix: #940

* fix: #944

* fix: #945

* fix: #565

* fix: #286

* fix: #998

* fix: #998

* fix: #993

* fix: #1008

* chore: aesthetic tournament/incident widget;

* doc: updated debug functions;

* fix: #1009

* fix: #1000 - 5XX page; #1000 - images to png;

* doc: update eslint; update prettier;

* doc: update prettier; update README;

* doc: update /+layout.ts aesthetics;

* doc: update /+layout.svelte aesthetics;

* doc: update prettier;

* doc: update package.json for removal bull bullmq;

* doc: update hooks.server.ts;

* doc: update README-DEV;

* feat: aesthetic app.html; add %lang% to app.html;

* doc: update prettier;

* feat: update hooks.server.ts for lang detection;

* doc: update README-DEV;

* fix: remove +layout.svelte use of <html lang={}>;

* feat: enhance debug.ts of platform in preload msg;

* feat: +layout.ts docs - aesth - promises;

* feat: clean/update (en) +page.ts - +page.svelte;

* doc: hooks.server.ts

* feat: prettier on widget-main; update types;

* chore: clean up leagues-table / best-goalscorers;

* feat: update profile-modal select for mobile;

* chore: update package.json scripts;

* chore: formatting with prettier;

* chore: update packages @sveltekit - vite - adnode;

* fix: #1000 - images width-heigth;

* chore: duplicate /(en) for /(lang) pages;

* feat: update correct $page.route.id use;

* doc: update prettier;

* chore: update package.json for plugin removal;

* feat: update new data-preload for sveltekit 1.5.5;

* chore: update global-types;

* chore: update debug-logs;

* feat: update correct $page.route.id use;

* chore: update debug-logs master file control;

* doc: update prettier;

* doc: update prettier version;

* fix: #1000 - (scaled-down) images to png;

* chore: update debug-logs;

* feat: update cache endpoints for prob-h2h trans;

* doc: update types for fixture-pages-info;

* test: promises in load() and update widget data;

* test: all fixed - updating;

* chore: transfer copy to /lang/fixture w/promise;

* feat: console.log() to debug.ts cont. update;

* feat: update scripts-package.json

* feat: update for pealoading data intents sessions;

* chore: update debug-master file;

* chore: update fixture/+page.ts (count.) logs geo;

* test: add detached endpoint for client-server IP;

* test: add detached endpoint for client-server IP;

* test: add detached endpoint layout.server.ts init;

* test: add detached endpoint layout.server.ts mod;

* test: add detached endpoint layout.server.ts mod;

* test: add detached endpoint layout.server.ts mod;

* test: server-heroku.js / layout.server.ts mod;

* test: page.server.ts mod;

* test: server-heroku.js mod;

* test: layout to client mod; del page.server;

* test: layou.ts mod;

* doc: update README-DEV;

* feat: update AuthWidget get/check user firestore;

* feat: updae WidgetSettings username & doc update;

* feat: update lang urls for profile page;

* feat: update main-layout nav transaltions handle;

* feat: update /u/[profile] page layout & widgets;

* feat: add darkmode to profile page widgets;

* feat: update navbar correct ui for profile page;

* chore: footer update comments;

* feat: revert Moralis to it's current state of auth;

* feat: update header for side-nav on profile page;

* feat: dark mode modals + btn-hollow; pic-add nav;

* hot-fix: update darkmode colors on profile;

* feat: update user profile route title page;

* feat: update OpenGraph types in main;

* doc: update debug (file);

* doc: update debug logs handle func;

* feat: (major) remove duplicate route for a locale;

* feat: moving fixture page layout to components;

* fix: correct new route.id rename;

* feat: (major) remove duplicate route for a locale;

* doc: update for lang-platform detect func;

* feat: remove cache control from (layout);

* fix: #1041;

* chore: update debug logs;

* chore: update debug logs fixutre/vote;

* fix: #1007;

* chore: update commens fixture/+page.ts

* fix: #1042;

* feat: (tournaments) #1034;

* fix: #940;

* fix: #944;

* fix: #1044 | 1,2,3,5,7,8,9,0,10,11,12;

* chore: update makefile;

* fix: #1044 | 4,8 (update)

* doc: update debug logs;

* fix: #1044;

* fix: #998;

* fix: #1007;

* fix: #940

* hot-fix: tablet profile page menu cahnge overflow;

* fix: #1044 - picture-profile update events;

* fix: #1044;

* fix: #1044 cont.;

* fix: #1044 cont. - restriction on profile-route;

* fix: #1044 cont. - transaltions;

* fix: #1009;

* fix: #1044 (cont);

* fix: #1058;

* fix: #1044 (translations);

* fix: #1044 (translations);

* fix: #1058 (update);

* fix: #1058 (update);

* fix: #1044 (upload-limit);

* fix: #1060;

* chore: data reduce (fixture) revert;

* fix: #1020;

* doc: README-DEV update; TEMPLATE (comp);

* fix: #1040;

* fix: #1044;

* fix: #1020 (mobile);

* fix: #1061;

* fix: #1020 (mobile-detect);

* fix: #1061;

* fix: #1066;

* fix: #1020;

* fix: #1020;

* hot-fix: Dockerfile python V update;

* hot-fix: deepsource issues;

* doc: update vscode/settings.json

* doc: update secrets;
@migbash migbash mentioned this issue Feb 21, 2023
14 tasks
@github-project-automation github-project-automation bot moved this from In Progress to Done in Betarena Scores Feb 21, 2023
jonsnowpt pushed a commit that referenced this issue Mar 7, 2023
* `hot-fix` for #974

* 🔥hot fix/prod h2h issues (#982)

* `update` README.md

* `issue` #972 #976

* `issue` #972

* `deepsource` JS-0357

* `deepsource` JS-0128

* `deepsource` JS-0051

* `deepsource` JS-0116

* `deepsource` JS-0246

* `deepsource` JS-0241

* `deepsource` JS-0241

* `deepsource` JS-0123

* `deepsource` JS-0356

* Update/fixture odds status ns 2 (#985)

* `hot-fix` for #974 (#975)

* `🔥hot-fix` to PROD (#983)

* `hot-fix` for #974

* 🔥hot fix/prod h2h issues (#982)

* `update` README.md

* `issue` #972 #976

* `issue` #972

* `deepsource` JS-0357

* `deepsource` JS-0128

* `deepsource` JS-0051

* `deepsource` JS-0116

* `deepsource` JS-0246

* `deepsource` JS-0241

* `deepsource` JS-0241

* `deepsource` JS-0123

* `deepsource` JS-0356

* issue #957

* Enhance/feature docker deploy (#1011)

* `update` logs for `PROD` server

* `update` for `Makefile`

* `update` for `.dockerignore`

* `setup` of `Docker` development env

* `update` for `package.json` with `scripts:`

* `.gitignore` update

* `update` for `Docker` in `PROD` deployment

* `update` Makefile

* `update` for `README.md`

* `update` express server for `https`

* add `new` deploy script with `Github Actions`

* `update` github actions test

* `revert` for `http` only support

* `update` for `Makefile`

* `update` for `deploy.yml`

* `revert` for `http` only support

* `add` for `https` deploy

* `update` - `Makefile`

* `update` - `my-server.js`

* issue `990`

* issue `990` - `V1`

* issue #949

* `update` packages

* `update` for `github/actions`

* issue #986

* `logs` update

* `update` for `settings.json`

* `update` issue #986

* `update` for `mobile` view `auth`

* `revert` express for `heroku`

* `revert` express for `heroku`

* `revert` express for `heroku`

* `revert` for `DEV` test `heroku`

* `revert` for `DEV` test `heroku`

* `revert` for `DEV` test `heroku`

* `add` back `AuthWidget`

* issue #1004

* issue #1004

* issue #1004 `checkout`

* `update` example widget

* issue #1004

* issue #1004 `dark-mode` hovers

* issue #1004 `🐞 debug`

* issue #1004 `🐞 debug`

* issue #1004

* issue #1004 `🐞 debug update`

* `revert` to `PROD` of `express-server`

* `deepsource` JS-0239

* `deepsource` JS-0239

* `deepsource` JS-0242

* `deepsource` JS-T1001

* Enhance/translations and wallet issues and other (#1030)

* issue #1006 #1021

* `update` .github/deploy script

* issue #1019

* `renaming`

* `aesthetic` `doc`

* `update` for `docker:dev` + `package.json` scripts

* `update` with `main`

* `update` settings.json

* issue #951

* issue #951

* issue #951

* issue #951 `redundant` code

* issue #951

* issue #1028

* issue #951 `styles` update

* `deepsource` JS-0128

* `update` documentations

* issue #1018

* `update` Makefile

* `update` Makefile

* Feature/profile page/issue 1022/user profile page work (#1067)

* `update` Makefile

* chore: update gitignore

* chore: update makefile

* chore: update template svelte widget;

* feat: add firestore; add firebase-storage;

* feat: add menu-widget on profile;

* feat: add profile widget assets;

* feat: update app.css;

* feat: add account widget; add dashboard widget;

* feat: update debug func;

* feat: add username-gen method;

* feat: update hasura types on profile_trans;

* feat: create new file for main component func.

* feat: add types - query - route profile data get;

* feat: profile page layout; profile page pre-load;

* chore: update tsconfig; update ref-readme;

* feat: update app.css;

* feat: update menu-widget cross-platform;

* feat: update app.css;

* feat: update platform-functions;

* feat: update assets for profile page components;

* feat: account widget responsivness;

* feat: polishing for main menu widget styles;

* feat: dashboard responsivness;

* feat: update platform main user-settings stores;

* doc: updating README;

* doc: renaming widgets files;

* feat: settings modals; settings profile cropper;

* feat: renaming dashboard widget; rename others (+)

* feat: new assets added;

* feat: layout for profile change to grid;

* feat: update auth-widget;

* doc: rename main header;

* feat: profile navbar create;

* doc: clear up code in +layout.svelte;

* feat: update for danger btn; add primary btn fade;

* feat: added menu opt hover effects;

* fix: #940

* fix: #944

* fix: #945

* fix: #565

* fix: #286

* fix: #998

* fix: #998

* fix: #993

* fix: #1008

* chore: aesthetic tournament/incident widget;

* doc: updated debug functions;

* fix: #1009

* fix: #1000 - 5XX page; #1000 - images to png;

* doc: update eslint; update prettier;

* doc: update prettier; update README;

* doc: update /+layout.ts aesthetics;

* doc: update /+layout.svelte aesthetics;

* doc: update prettier;

* doc: update package.json for removal bull bullmq;

* doc: update hooks.server.ts;

* doc: update README-DEV;

* feat: aesthetic app.html; add %lang% to app.html;

* doc: update prettier;

* feat: update hooks.server.ts for lang detection;

* doc: update README-DEV;

* fix: remove +layout.svelte use of <html lang={}>;

* feat: enhance debug.ts of platform in preload msg;

* feat: +layout.ts docs - aesth - promises;

* feat: clean/update (en) +page.ts - +page.svelte;

* doc: hooks.server.ts

* feat: prettier on widget-main; update types;

* chore: clean up leagues-table / best-goalscorers;

* feat: update profile-modal select for mobile;

* chore: update package.json scripts;

* chore: formatting with prettier;

* chore: update packages @sveltekit - vite - adnode;

* fix: #1000 - images width-heigth;

* chore: duplicate /(en) for /(lang) pages;

* feat: update correct $page.route.id use;

* doc: update prettier;

* chore: update package.json for plugin removal;

* feat: update new data-preload for sveltekit 1.5.5;

* chore: update global-types;

* chore: update debug-logs;

* feat: update correct $page.route.id use;

* chore: update debug-logs master file control;

* doc: update prettier;

* doc: update prettier version;

* fix: #1000 - (scaled-down) images to png;

* chore: update debug-logs;

* feat: update cache endpoints for prob-h2h trans;

* doc: update types for fixture-pages-info;

* test: promises in load() and update widget data;

* test: all fixed - updating;

* chore: transfer copy to /lang/fixture w/promise;

* feat: console.log() to debug.ts cont. update;

* feat: update scripts-package.json

* feat: update for pealoading data intents sessions;

* chore: update debug-master file;

* chore: update fixture/+page.ts (count.) logs geo;

* test: add detached endpoint for client-server IP;

* test: add detached endpoint for client-server IP;

* test: add detached endpoint layout.server.ts init;

* test: add detached endpoint layout.server.ts mod;

* test: add detached endpoint layout.server.ts mod;

* test: add detached endpoint layout.server.ts mod;

* test: server-heroku.js / layout.server.ts mod;

* test: page.server.ts mod;

* test: server-heroku.js mod;

* test: layout to client mod; del page.server;

* test: layou.ts mod;

* doc: update README-DEV;

* feat: update AuthWidget get/check user firestore;

* feat: updae WidgetSettings username & doc update;

* feat: update lang urls for profile page;

* feat: update main-layout nav transaltions handle;

* feat: update /u/[profile] page layout & widgets;

* feat: add darkmode to profile page widgets;

* feat: update navbar correct ui for profile page;

* chore: footer update comments;

* feat: revert Moralis to it's current state of auth;

* feat: update header for side-nav on profile page;

* feat: dark mode modals + btn-hollow; pic-add nav;

* hot-fix: update darkmode colors on profile;

* feat: update user profile route title page;

* feat: update OpenGraph types in main;

* doc: update debug (file);

* doc: update debug logs handle func;

* feat: (major) remove duplicate route for a locale;

* feat: moving fixture page layout to components;

* fix: correct new route.id rename;

* feat: (major) remove duplicate route for a locale;

* doc: update for lang-platform detect func;

* feat: remove cache control from (layout);

* fix: #1041;

* chore: update debug logs;

* chore: update debug logs fixutre/vote;

* fix: #1007;

* chore: update commens fixture/+page.ts

* fix: #1042;

* feat: (tournaments) #1034;

* fix: #940;

* fix: #944;

* fix: #1044 | 1,2,3,5,7,8,9,0,10,11,12;

* chore: update makefile;

* fix: #1044 | 4,8 (update)

* doc: update debug logs;

* fix: #1044;

* fix: #998;

* fix: #1007;

* fix: #940

* hot-fix: tablet profile page menu cahnge overflow;

* fix: #1044 - picture-profile update events;

* fix: #1044;

* fix: #1044 cont.;

* fix: #1044 cont. - restriction on profile-route;

* fix: #1044 cont. - transaltions;

* fix: #1009;

* fix: #1044 (cont);

* fix: #1058;

* fix: #1044 (translations);

* fix: #1044 (translations);

* fix: #1058 (update);

* fix: #1058 (update);

* fix: #1044 (upload-limit);

* fix: #1060;

* chore: data reduce (fixture) revert;

* fix: #1020;

* doc: README-DEV update; TEMPLATE (comp);

* fix: #1040;

* fix: #1044;

* fix: #1020 (mobile);

* fix: #1061;

* fix: #1020 (mobile-detect);

* fix: #1061;

* fix: #1066;

* fix: #1020;

* fix: #1020;

* hot-fix: Dockerfile python V update;

* hot-fix: deepsource issues;

* doc: update vscode/settings.json

* doc: update secrets;

* 🔥hot-fix: debug logs remove;

* Feature/livescore v2/issue 1055/update new livescore and bugs (#1106)

* Fix: typos (#1070)

* Fix: typos

* Fix: typos

* 🔥hot-fix: debug logs remove; (#1069)

* doc: update logs; add master debug; prettify;

* chore: remove package(s);

* chore: update .gitignore;

* chore: clean *.config.js for sveltekit;

* chore: clean docker-compose.dev;

* chore: update settings.json; add extensions.json;

* chore: update makefile comments;

* doc: contribute (update); ex-widget file (update);

* chore: update debug main comments;

* chore: remove console.logs;

* chore: remove console.logs (widgets) (cont);

* doc: new structure for svelte file apply Fix_Odds;

* doc: reformat README's contents (update);

* chore: re-structure components per page;

* chore: prettify app.css

* doc: update settings.json;

* doc: update contributing/template-widget.svelte;

* doc: update app.css (global);

* feat: add SEO-Box (widget);

* feat: add Widget-Title (widget);

* chore: update header (widget) debug-logs;

* feat: #1055 (stable) + (assets);

* feat: enhance session (stores);

* feat: decouple firebase (common) func (livescore);

* chore: update header (widget) debug-logs (cont);

* feat: #1055 (endpoint) to hasura on target date;

* feat: update dates (const);

* feat: #1055 (endpoint) to cache on target date(s);

* feat: page-level (home) update for fewer requests;

* chore: update betarena-types package imports;

* chore: update app.css (global);

* feat: update session-store for new reactive data;

* feat: update loaders

* feat: update responsivness for widget fixture row;

* feat: #1055 (cont) + (loader) + (components);

* feat/chore: update imports struct; fixes #1055;

* feat: #1055 (seo);

* chore: #1055 (cont) (title);

* chore: update debug-logs;

* chore: update debug-logs;

* feat: removed livescores-v1 (page-level);

* feat: #1055 (cont) - cal outlier case handle;

* feat: #1055 (cont) - validation checks + css;

* feat: #1055 (cont) - bet-tips-links;

* feat: #1055 (cont) - live status lib-use;

* feat: #1055 (cont) + dark + triggers + cal-mobile;

* chore: update use live @betarena/scores-lib npm;

* feat: #1055 (cont) minor-fix's

* fix: update bet-sites logos style;

* fix: unknown min value on live-fixtures;

* feat: add page-level livescroes listen on tab-chg;

* feat: first time request data for livescroes;

* chore: update @betarena/scores-lib packages;

* fix: added translations for calendar pop-up;

* feat: insert translations (cont);

* fix: update seo-box links #1055;

* feat: #1055 (endpoint) cache target leagues map;

* fix: (post-nuke) imports update;

* feat: update @[b]scores-lib package;

* fix: #1085 [mult];

* doc: template widget (update);

* chore: aesthetic (app.css);

* fix: #1085 [mult] (cont);

* fix: #1085 [mult] (cont);

* fix: #1085 [mult] (cont);

* fix: #1085 [mult] (cont);

* fix: #1085 [mult] (cont);

* chore: package.json (up); debug-logs (up);

* fix: #1085 [mult] (cont);

* fix: #1085 [mult] (cont);

* fix: #1085 [mult] (cont);

* fix: #1085 [mult] (cont);

* fix: #1085 [mult] (cont);

* fix: #1085 [mult] (cont);

* doc: settings.json (up); template.svelte (up);

* chore: clean league page code;

* fix: #1085 [mult] (cont);

* fix: #1096 [mult] (cont);

* fix: #1048;

* fix: #420;

* fix: #999;

* fix: #1010;

* fix: #1096;

* fix: #1097;

* fix: #1097;

* fix: #1097;

* chore: remove debug;

* fix: #1096;

* fix: #1096;

* fix: #1096;

* fix: #1096;

* fix: #1096;

* fix: #1096 (navbar) (up);

* fix: deepsource;

---------

Co-authored-by: omahs <[email protected]>

---------

Co-authored-by: omahs <[email protected]>
jonsnowpt pushed a commit that referenced this issue Mar 15, 2023
* `hot-fix` for #974

* 🔥hot fix/prod h2h issues (#982)

* `update` README.md

* `issue` #972 #976

* `issue` #972

* `deepsource` JS-0357

* `deepsource` JS-0128

* `deepsource` JS-0051

* `deepsource` JS-0116

* `deepsource` JS-0246

* `deepsource` JS-0241

* `deepsource` JS-0241

* `deepsource` JS-0123

* `deepsource` JS-0356

* Update/fixture odds status ns 2 (#985)

* `hot-fix` for #974 (#975)

* `🔥hot-fix` to PROD (#983)

* `hot-fix` for #974

* 🔥hot fix/prod h2h issues (#982)

* `update` README.md

* `issue` #972 #976

* `issue` #972

* `deepsource` JS-0357

* `deepsource` JS-0128

* `deepsource` JS-0051

* `deepsource` JS-0116

* `deepsource` JS-0246

* `deepsource` JS-0241

* `deepsource` JS-0241

* `deepsource` JS-0123

* `deepsource` JS-0356

* issue #957

* Enhance/feature docker deploy (#1011)

* `update` logs for `PROD` server

* `update` for `Makefile`

* `update` for `.dockerignore`

* `setup` of `Docker` development env

* `update` for `package.json` with `scripts:`

* `.gitignore` update

* `update` for `Docker` in `PROD` deployment

* `update` Makefile

* `update` for `README.md`

* `update` express server for `https`

* add `new` deploy script with `Github Actions`

* `update` github actions test

* `revert` for `http` only support

* `update` for `Makefile`

* `update` for `deploy.yml`

* `revert` for `http` only support

* `add` for `https` deploy

* `update` - `Makefile`

* `update` - `my-server.js`

* issue `990`

* issue `990` - `V1`

* issue #949

* `update` packages

* `update` for `github/actions`

* issue #986

* `logs` update

* `update` for `settings.json`

* `update` issue #986

* `update` for `mobile` view `auth`

* `revert` express for `heroku`

* `revert` express for `heroku`

* `revert` express for `heroku`

* `revert` for `DEV` test `heroku`

* `revert` for `DEV` test `heroku`

* `revert` for `DEV` test `heroku`

* `add` back `AuthWidget`

* issue #1004

* issue #1004

* issue #1004 `checkout`

* `update` example widget

* issue #1004

* issue #1004 `dark-mode` hovers

* issue #1004 `🐞 debug`

* issue #1004 `🐞 debug`

* issue #1004

* issue #1004 `🐞 debug update`

* `revert` to `PROD` of `express-server`

* `deepsource` JS-0239

* `deepsource` JS-0239

* `deepsource` JS-0242

* `deepsource` JS-T1001

* Enhance/translations and wallet issues and other (#1030)

* issue #1006 #1021

* `update` .github/deploy script

* issue #1019

* `renaming`

* `aesthetic` `doc`

* `update` for `docker:dev` + `package.json` scripts

* `update` with `main`

* `update` settings.json

* issue #951

* issue #951

* issue #951

* issue #951 `redundant` code

* issue #951

* issue #1028

* issue #951 `styles` update

* `deepsource` JS-0128

* `update` documentations

* issue #1018

* `update` Makefile

* `update` Makefile

* Feature/profile page/issue 1022/user profile page work (#1067)

* `update` Makefile

* chore: update gitignore

* chore: update makefile

* chore: update template svelte widget;

* feat: add firestore; add firebase-storage;

* feat: add menu-widget on profile;

* feat: add profile widget assets;

* feat: update app.css;

* feat: add account widget; add dashboard widget;

* feat: update debug func;

* feat: add username-gen method;

* feat: update hasura types on profile_trans;

* feat: create new file for main component func.

* feat: add types - query - route profile data get;

* feat: profile page layout; profile page pre-load;

* chore: update tsconfig; update ref-readme;

* feat: update app.css;

* feat: update menu-widget cross-platform;

* feat: update app.css;

* feat: update platform-functions;

* feat: update assets for profile page components;

* feat: account widget responsivness;

* feat: polishing for main menu widget styles;

* feat: dashboard responsivness;

* feat: update platform main user-settings stores;

* doc: updating README;

* doc: renaming widgets files;

* feat: settings modals; settings profile cropper;

* feat: renaming dashboard widget; rename others (+)

* feat: new assets added;

* feat: layout for profile change to grid;

* feat: update auth-widget;

* doc: rename main header;

* feat: profile navbar create;

* doc: clear up code in +layout.svelte;

* feat: update for danger btn; add primary btn fade;

* feat: added menu opt hover effects;

* fix: #940

* fix: #944

* fix: #945

* fix: #565

* fix: #286

* fix: #998

* fix: #998

* fix: #993

* fix: #1008

* chore: aesthetic tournament/incident widget;

* doc: updated debug functions;

* fix: #1009

* fix: #1000 - 5XX page; #1000 - images to png;

* doc: update eslint; update prettier;

* doc: update prettier; update README;

* doc: update /+layout.ts aesthetics;

* doc: update /+layout.svelte aesthetics;

* doc: update prettier;

* doc: update package.json for removal bull bullmq;

* doc: update hooks.server.ts;

* doc: update README-DEV;

* feat: aesthetic app.html; add %lang% to app.html;

* doc: update prettier;

* feat: update hooks.server.ts for lang detection;

* doc: update README-DEV;

* fix: remove +layout.svelte use of <html lang={}>;

* feat: enhance debug.ts of platform in preload msg;

* feat: +layout.ts docs - aesth - promises;

* feat: clean/update (en) +page.ts - +page.svelte;

* doc: hooks.server.ts

* feat: prettier on widget-main; update types;

* chore: clean up leagues-table / best-goalscorers;

* feat: update profile-modal select for mobile;

* chore: update package.json scripts;

* chore: formatting with prettier;

* chore: update packages @sveltekit - vite - adnode;

* fix: #1000 - images width-heigth;

* chore: duplicate /(en) for /(lang) pages;

* feat: update correct $page.route.id use;

* doc: update prettier;

* chore: update package.json for plugin removal;

* feat: update new data-preload for sveltekit 1.5.5;

* chore: update global-types;

* chore: update debug-logs;

* feat: update correct $page.route.id use;

* chore: update debug-logs master file control;

* doc: update prettier;

* doc: update prettier version;

* fix: #1000 - (scaled-down) images to png;

* chore: update debug-logs;

* feat: update cache endpoints for prob-h2h trans;

* doc: update types for fixture-pages-info;

* test: promises in load() and update widget data;

* test: all fixed - updating;

* chore: transfer copy to /lang/fixture w/promise;

* feat: console.log() to debug.ts cont. update;

* feat: update scripts-package.json

* feat: update for pealoading data intents sessions;

* chore: update debug-master file;

* chore: update fixture/+page.ts (count.) logs geo;

* test: add detached endpoint for client-server IP;

* test: add detached endpoint for client-server IP;

* test: add detached endpoint layout.server.ts init;

* test: add detached endpoint layout.server.ts mod;

* test: add detached endpoint layout.server.ts mod;

* test: add detached endpoint layout.server.ts mod;

* test: server-heroku.js / layout.server.ts mod;

* test: page.server.ts mod;

* test: server-heroku.js mod;

* test: layout to client mod; del page.server;

* test: layou.ts mod;

* doc: update README-DEV;

* feat: update AuthWidget get/check user firestore;

* feat: updae WidgetSettings username & doc update;

* feat: update lang urls for profile page;

* feat: update main-layout nav transaltions handle;

* feat: update /u/[profile] page layout & widgets;

* feat: add darkmode to profile page widgets;

* feat: update navbar correct ui for profile page;

* chore: footer update comments;

* feat: revert Moralis to it's current state of auth;

* feat: update header for side-nav on profile page;

* feat: dark mode modals + btn-hollow; pic-add nav;

* hot-fix: update darkmode colors on profile;

* feat: update user profile route title page;

* feat: update OpenGraph types in main;

* doc: update debug (file);

* doc: update debug logs handle func;

* feat: (major) remove duplicate route for a locale;

* feat: moving fixture page layout to components;

* fix: correct new route.id rename;

* feat: (major) remove duplicate route for a locale;

* doc: update for lang-platform detect func;

* feat: remove cache control from (layout);

* fix: #1041;

* chore: update debug logs;

* chore: update debug logs fixutre/vote;

* fix: #1007;

* chore: update commens fixture/+page.ts

* fix: #1042;

* feat: (tournaments) #1034;

* fix: #940;

* fix: #944;

* fix: #1044 | 1,2,3,5,7,8,9,0,10,11,12;

* chore: update makefile;

* fix: #1044 | 4,8 (update)

* doc: update debug logs;

* fix: #1044;

* fix: #998;

* fix: #1007;

* fix: #940

* hot-fix: tablet profile page menu cahnge overflow;

* fix: #1044 - picture-profile update events;

* fix: #1044;

* fix: #1044 cont.;

* fix: #1044 cont. - restriction on profile-route;

* fix: #1044 cont. - transaltions;

* fix: #1009;

* fix: #1044 (cont);

* fix: #1058;

* fix: #1044 (translations);

* fix: #1044 (translations);

* fix: #1058 (update);

* fix: #1058 (update);

* fix: #1044 (upload-limit);

* fix: #1060;

* chore: data reduce (fixture) revert;

* fix: #1020;

* doc: README-DEV update; TEMPLATE (comp);

* fix: #1040;

* fix: #1044;

* fix: #1020 (mobile);

* fix: #1061;

* fix: #1020 (mobile-detect);

* fix: #1061;

* fix: #1066;

* fix: #1020;

* fix: #1020;

* hot-fix: Dockerfile python V update;

* hot-fix: deepsource issues;

* doc: update vscode/settings.json

* doc: update secrets;

* 🔥hot-fix: debug logs remove;

* Feature/livescore v2/issue 1055/update new livescore and bugs (#1106)

* Fix: typos (#1070)

* Fix: typos

* Fix: typos

* 🔥hot-fix: debug logs remove; (#1069)

* doc: update logs; add master debug; prettify;

* chore: remove package(s);

* chore: update .gitignore;

* chore: clean *.config.js for sveltekit;

* chore: clean docker-compose.dev;

* chore: update settings.json; add extensions.json;

* chore: update makefile comments;

* doc: contribute (update); ex-widget file (update);

* chore: update debug main comments;

* chore: remove console.logs;

* chore: remove console.logs (widgets) (cont);

* doc: new structure for svelte file apply Fix_Odds;

* doc: reformat README's contents (update);

* chore: re-structure components per page;

* chore: prettify app.css

* doc: update settings.json;

* doc: update contributing/template-widget.svelte;

* doc: update app.css (global);

* feat: add SEO-Box (widget);

* feat: add Widget-Title (widget);

* chore: update header (widget) debug-logs;

* feat: #1055 (stable) + (assets);

* feat: enhance session (stores);

* feat: decouple firebase (common) func (livescore);

* chore: update header (widget) debug-logs (cont);

* feat: #1055 (endpoint) to hasura on target date;

* feat: update dates (const);

* feat: #1055 (endpoint) to cache on target date(s);

* feat: page-level (home) update for fewer requests;

* chore: update betarena-types package imports;

* chore: update app.css (global);

* feat: update session-store for new reactive data;

* feat: update loaders

* feat: update responsivness for widget fixture row;

* feat: #1055 (cont) + (loader) + (components);

* feat/chore: update imports struct; fixes #1055;

* feat: #1055 (seo);

* chore: #1055 (cont) (title);

* chore: update debug-logs;

* chore: update debug-logs;

* feat: removed livescores-v1 (page-level);

* feat: #1055 (cont) - cal outlier case handle;

* feat: #1055 (cont) - validation checks + css;

* feat: #1055 (cont) - bet-tips-links;

* feat: #1055 (cont) - live status lib-use;

* feat: #1055 (cont) + dark + triggers + cal-mobile;

* chore: update use live @betarena/scores-lib npm;

* feat: #1055 (cont) minor-fix's

* fix: update bet-sites logos style;

* fix: unknown min value on live-fixtures;

* feat: add page-level livescroes listen on tab-chg;

* feat: first time request data for livescroes;

* chore: update @betarena/scores-lib packages;

* fix: added translations for calendar pop-up;

* feat: insert translations (cont);

* fix: update seo-box links #1055;

* feat: #1055 (endpoint) cache target leagues map;

* fix: (post-nuke) imports update;

* feat: update @[b]scores-lib package;

* fix: #1085 [mult];

* doc: template widget (update);

* chore: aesthetic (app.css);

* fix: #1085 [mult] (cont);

* fix: #1085 [mult] (cont);

* fix: #1085 [mult] (cont);

* fix: #1085 [mult] (cont);

* fix: #1085 [mult] (cont);

* chore: package.json (up); debug-logs (up);

* fix: #1085 [mult] (cont);

* fix: #1085 [mult] (cont);

* fix: #1085 [mult] (cont);

* fix: #1085 [mult] (cont);

* fix: #1085 [mult] (cont);

* fix: #1085 [mult] (cont);

* doc: settings.json (up); template.svelte (up);

* chore: clean league page code;

* fix: #1085 [mult] (cont);

* fix: #1096 [mult] (cont);

* fix: #1048;

* fix: #420;

* fix: #999;

* fix: #1010;

* fix: #1096;

* fix: #1097;

* fix: #1097;

* fix: #1097;

* chore: remove debug;

* fix: #1096;

* fix: #1096;

* fix: #1096;

* fix: #1096;

* fix: #1096;

* fix: #1096 (navbar) (up);

* fix: deepsource;

---------

Co-authored-by: omahs <[email protected]>

* Feature/issue 1063/migration to scores lib (#1119)

---------

Co-authored-by: omahs <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌟 [A] enhancement New feature or request 📣 [A] high priority Something that needs attention and accelerated resolving
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants