Skip to content

Commit

Permalink
Feature/livescore v2/issue 1055/update new livescore and bugs (#1106)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
migbash and omahs authored Mar 7, 2023
1 parent 6bd3f57 commit 9ada1f9
Show file tree
Hide file tree
Showing 382 changed files with 5,866 additions and 9,300 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ node_modules
/gif
certs/*

# [CRITICAL TO BE UN-TRACKED]
# CRITICAL - do not uncomment
.env

WEBSITE-DEV-README.md
datalog/

# [PERSONAL]
.vscode/
# .vscode/
22 changes: 22 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp

// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"fivethree.vscode-svelte-snippets",
"ardenivanov.svelte-intellisense",
"wayou.vscode-todo-highlight",
"ecmel.vscode-html-css",
"vunguyentuan.vscode-css-variables",
"svelte.svelte-vscode",
"pkief.material-icon-theme",
"akamud.vscode-theme-onedark",
"mikestead.dotenv",
"pranaygp.vscode-css-peek"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": [

]
}
90 changes: 72 additions & 18 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,43 +2,79 @@
// DOC: https://stackoverflow.com/questions/64365300/how-can-i-remove-unused-imports-declarations-from-the-entire-project-of-react-ty
// DOC: https://stackoverflow.com/questions/46722701/is-there-a-way-to-remove-unused-imports-and-declarations-from-angular-2
"editor.codeActionsOnSave": {
// "source.fixAll": true,
// "source.organizeImports": true,
// "source.sortMembers": true
"source.fixAll": true,
"source.organizeImports": true,
// "source.sortImports": true,
"source.sortMembers": true
},
// NOTE: custom highlighter for data
// NOTE: custom highlighter
"todohighlight.keywords": [
// NOTE: for information, that is rather important,
// NOTE: as is necessary some attention, but just informative
{
"text": "NOTE:",
"color": "#ffffff",
"backgroundColor": "black",
"overviewRulerColor": "grey"
"backgroundColor": "#131313",
"overviewRulerColor": "grey",
"borderRadius": "2px"
},
// [🐞] for signalling as a DEBUG step/process
{
"text": "[🐞]",
"color": "#ffffff",
"backgroundColor": "black",
"overviewRulerColor": "grey"
"backgroundColor": "#131313",
"overviewRulerColor": "grey",
"borderRadius": "2px"
},
{
"text": "DOC:",
"text": "//#region",
"color": "#ffffff",
"backgroundColor": "blue",
"backgroundColor": "#131313",
"overviewRulerColor": "grey",
"borderRadius": "2px"
},
{
"text": "//#endregion",
"color": "#000000",
"backgroundColor": "orange",
"overviewRulerColor": "grey",
"borderRadius": "2px"
},
{
"text": "WARNING",
"color": "#000000",
"backgroundColor": "#FFFF00",
"overviewRulerColor": "grey"
},
// DOC: for indicating a source/link for a target
// DOC: process and how-to
{
"text": "DOC:",
"color": "#000000",
"backgroundColor": "#0092FF",
"overviewRulerColor": "grey",
"borderRadius": "2px"
},
// IMPORTANT for indicating something VERY important,
// IMPORTANT such as: careful not to remove/alter target code
{
"text": "IMPORTANT",
"color": "#ffffff",
"backgroundColor": "red",
"overviewRulerColor": "grey"
"color": "#000000",
"backgroundColor": "#F35246",
"overviewRulerColor": "red",
"isWholeLine": false,
"borderRadius": "2px"
},
{
"text": "[! CRITICAL !]",
"color": "#ffffff",
"backgroundColor": "red",
"overviewRulerColor": "grey"
"text": "CRITICAL",
"color": "#000000",
"backgroundColor": "#F35246",
"overviewRulerColor": "grey",
"isWholeLine": false,
"borderRadius": "2px"
}
],
// NOTE: SVELTE Specific Extensions (Config)
// DOC: https://discord.com/channels/457912077277855764/1036919129782878218
// DOC: https://discord.com/channels/457912077277855764/1036369208721813554
"svelte.plugin.svelte.compilerWarnings": {
Expand Down Expand Up @@ -75,5 +111,23 @@
"maptz.regionfolder": {
"collapseAllRegions": true,
"collapseDefaultRegionsOnOpen": true
}
},
// NOTE: speeding up CSS STYLE location and importing
"css.styleSheets": [
// "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css", // example
"/src/app.css"
],
// IMPORTANTNOTE: configured in user/settings.json
"css.enabledLanguages": [
"html",
"svelte"
],
// NOTE: does not work for SVELTE
"cssPeek.peekFromLanguages": [
"html",
"svelte"
],
// "[css]": {
// "editor.foldingStrategy": "indentation",
// },
}
13 changes: 13 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,16 @@ Work in Progress pull requests are also welcome to get feedback early on, or if
- [How to Contribute to Open Source](https://opensource.guide/how-to-contribute/)
- [Using Pull Requests](https://help.github.com/articles/about-pull-requests/)
- [GitHub Help](https://help.github.com)

### GitHub Flow:

```
//the branch you want to overwrite
git checkout email
//reset to the new branch
git reset --hard origin/staging
// push to remote
git push -f
```
52 changes: 0 additions & 52 deletions CONTRIBUTING/TEMPLATE-WIDGET.svelte

This file was deleted.

Loading

0 comments on commit 9ada1f9

Please sign in to comment.