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

Issue/1278/pre load css js #1510

Merged
merged 81 commits into from
Aug 9, 2023
Merged

Issue/1278/pre load css js #1510

merged 81 commits into from
Aug 9, 2023

Conversation

migbash
Copy link
Collaborator

@migbash migbash commented Aug 9, 2023

Static Badge

📃 Description

Please include a summary of the change and which issue is fixed.
List any dependencies that are required for this change.
Please also include relevant motivation and context, using the respective @user-name and the relevant fix/code created.

For example:
@migbash Updated documentation.

  • @ <github-user-name> <what-has-been-done>

🎟️ Issues

  • #<issue-number>

📌 Type of change

Please remove checbox options (below) that are not relevant to this Pull-Request.

  • 📑 Chore update

(^) Changes that invlove simple chore / maintenance changes, such as: documentation, folder/file simple restructure, syntax, typos, code clean, etc.

  • 🐞 Bug fix

(^) Changes involving small and minor bug-fixes, such as: fixing functionality, fixing faulty logic, fixing errors, fixing error handling/exceptions, etc.

  • ⚡️ New feature

(^) Changes involving minor and major new feature/enhancements, such as: new widget, new improvements, new endpoints, new pages, new logic

  • ❌ Breaking change

(^) Major changes that will and/or can cause issues and functionality to break, such as: major project restructiring, major project feature change, major project bug fix, major project endpoints update, etc.


🧰 How Has This Been Tested?

Please describe the tests that you ran to verify your changes,
by simply checking the appropiate checkbox

  • localhost
  • heroku (DEV)

✔ Self-checklist

Please select the checkboxes that apply below, as a developer self-checklist.

  • This code follows the style guidelines of this project.
  • This code is self-reviewed.
  • This code is peer-reviewed.
  • This code is properly commented, particularly in hard-to-understand areas.
  • Documentation has been updated.
  • This code does not generate new warnings.
  • This code contains added tests that prove my fix is effective or that my feature works.
  • This code new and existing unit tests pass locally with my changes.
  • Any dependent changes have been merged and published in downstream modules.

⚠ Warning(s)

  • console.(..)

(^) Please ensure that your code does not contain console without the if (dev) console...
to avoid memory overflows on the server. Use the internal debug.ts project methods to gurantee no poroduction
leaks of console errors. Or remove the console if no longer needed.


@migbash migbash self-assigned this Aug 9, 2023
@github-actions
Copy link

github-actions bot commented Aug 9, 2023

Please set the Pull-Request title to either that of either major, minor, or patch.

@migbash migbash changed the base branch from main to dev August 9, 2023 18:20
@migbash migbash marked this pull request as ready for review August 9, 2023 18:27
@migbash
Copy link
Collaborator Author

migbash commented Aug 9, 2023

Ignoring current Github Actions errors for 🪀 NPM Build Check and 🐳 Docker Image Build , because related to secrets missing, as well as changed vite.config.ts and svelte.config.ts in this Pull-Request.

Simply fast-forwarding this Pull-Request as fast as possible to dev to bring the Withdraw (Feature) and the overall state of dev to speed with the long out of sync hot-fix for Production that was bypassing Pull-Requests with direct deployments to Server to get Goolge-Bot error under-control.

GitHub Actions errors will be fixed in origin/dev.

@migbash migbash merged commit b9f7da5 into dev Aug 9, 2023
jonsnowpt pushed a commit that referenced this pull request Aug 10, 2023
* chore: add vscode/snippets.code-snippets;

* chore: Footer re-structure;

* chore: app.css comments + clean;

* update: +layout Footer re-structure;

* chore: components/home/leagues-list -> v6;

* chore: components/home/leagues-table -> v6;

* chore: components/home/seo-block -> v6;

* upd: +layout league-list; league-table; seo-block;

* update: vscode/snippets.code-snippets;

* update: Makefile;

* update: Makefile;

* update: package.json > scripts;

* update: package.json > scripts;

* update: package.json;

* update: vscode/snippets.code-snippets;

* Feature/1421/user-profile-withdraw (#1479)

* feat: #1421; new Withdraw Widget-Main + Modal;

* feat: #1421; new Withdraw assets;

* feat: #1421; new Withdraw Widget ref +page.svelte;

* chore: clean store/user-settings.ts;

* doc: OpenApi adjust for Tx to DB action endpoint;

* feat: #1421; new balance Firebase upd func; clean;

* feat: #1421; endpoint /api/data/profile POST add;

* update: app.css for global form > input; clean;

* feat: #1421; add Withdraw-Widget Profile/Menu-Opt;

* feat: #1421; endpoint /api/data/profile; cont;

* pkg: @scores-lib ➤ 1.4.0;

* issue: #1483;

* pkg: ibantools 4.3.3;

* pkg: @scores-lib ➤ 1.4.1;

* issue: #1483; withdraw-fixes; cont;

* issue: #1486;

* issue: #1485;

* issue: #1486; cont;

* issue: #1488;

* issue: #1491;

* issue: #1497; #1489; #1495;

* issue: #1497; cont;

* issue: #1504;

* issue: #1506;

* issue: #1507; #1502;

* issue: #1508;

* issue: #1497;

* issue: #1497; cont;

* issue: #1497; cont;

* pkg: @scores-lib ➤ 1.4.4;

* issue: #1491;

* pkg: @scores-lib ➤ 1.4.5;

* issue: #1491; adjust show more action text;

* issue: #1498;

* pkg: @scores-lib ➤ 1.4.6;

* issue: #1498; types update;

* chore: firebase secrets;

* chore: firebase secrets;

* Issue/1278/pre load css js (#1510)

* issue: #1278

* issue: #1278; cont;

* issue: #1278; cont;

* issue: #1278; cont;

* issue: #1278; cont;

* issue: #1278; cont;

* issue: #1278; cont;

* issue: #1278; cont; dynamic svg import;

* issue: #1278; cont; dynamic home-page comp import;

* issue: #1278; cont; dynamic home-page comp import;

* chore: Makefile; package.json; update;

* doc: vite.config.ts;

* issue: #1478; Test Header; logic; mobile-first;

* issue: #1478; Test CSS-Js variable communication;

* issue: #1478; vite.config.ts update;

* update: #1478; all-css-chunk.css;

* Revert to e92886 -> home/Layout.svelte;

* update: #1478; all-css-chunk.css;

* update: #1278; empty preloadStrategy;

* update: #1278; preloadStrategy -> preload-js;

* update: #1278; preloadStrategy -> preload-js;

* upd: #1278; preloadStrategy -> preload-js; cont;

* upd: #1278; preloadStrategy -> preload-mjs; cont;

* upd: #1278; build::manualChunks homepage single;

* upd: #1278; build::manualChunks cont;

* upd: #1278; preloadStrategy -> modulepreload;

* upd: #1278; build::manualChunks cont; cssJsChunk;

* upd: #1278; build::manualChunks cont;

* upd: #1278; src/app.html hardcode all CSS;

* revert to ab873 -> vite.config.ts;

* doc: svelte.config.js; vite.config.js;

* update: +layout.server.ts revamp;

* update: +layout.svelte revamp;

* del: +layout.ts in favour of .server.ts;

* doc: [[lang=lang]]/+page.ts;

* chore: remove firebase/common.ts;

* feat: sessionStore add deviceType;

* chore: app.html clean;

* chore: utils/debug.ts clean;

* chore: utils/dates.ts clean;

* chore: utils/platform-functions.ts clean;

* chore: utils/languages.ts clean;

* chore: api/utils.ts clean;

* chore: u/[view]/[lang=lang] page.server.ts;

* update: all homepage widgets entry .svelte;

* update: homepage main Layout.svelte;

* chore: update debug logs on few components;

* issue: #1478; vite.config.ts update;

* update: src/hooks.server.ts;

* update: Auth_Widget.svelte;

* pkg: ua-parser-js; mansory-layout; device-dete-js;

* chore: svelte.config.ts;

* issue: #1478; vite.config.ts update; compression;

* update: +layout.svelte add SplashScreen;

* update: Makefile;

* update: +layout.svelte revert SplashScreen;

* update: +layout.server.ts add setHeaders(..);

* update: svelte.config.ts; add pre-compress;

* update: Makefile;

* update: Makefile;

* issue: #1478; vite.config.ts update; minfication;

* issue: #1478; homepage widgets (some) dynamicload;

* issue: #1478; homepage widgets (cont) dynamicload;

* issue: #1478; single-chunk and in-head css;

* chore: add analytics to app.html;

* doc: svelte.config.ts;

* issue: #1278; adjusting dynamic importing v6.5

* issue: #1278; home/Layout.svelte dynamic v6.5;

* chore: Email-Sub; Offline-Alert; Plat-Alert v6.5;

* chore: Makefile update;

* chore: package.json update;

* chore: translation.ts ;

* chore: +layout.svelte v6.5;

* chore: [[lang=lang]]/+page.svelte v6.5;

* chore: [[lang=lang]]/+page.ts v6.5;

* chore: fix merge errors;

* fix: adjust hardcoded CSS;

* (empty commit);

* fix: adjust vite.config.ts;

* chore: firebase secrets;

* github: workflow secrets;

* github: workflow secrets;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant