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

major #1511

Merged
merged 24 commits into from
Aug 10, 2023
Merged

major #1511

merged 24 commits into from
Aug 10, 2023

Conversation

migbash
Copy link
Collaborator

@migbash migbash commented Aug 9, 2023

Static Badge

πŸ“Œ Pull-Request Squash

‴ PR's

❗️ Add below, a bulleted list of Pull Requests that are a part of this merge/squash to branch:main
for example:

  • #<issue-number>
  • #<issue-number>

βž• PR in detail

❗️ Group below by Pull Request, with each section containing the issues relevant to set Pull Request,
for example:

PR #73023

  • closes #<issue-number>
  • closes #<issue-number>

πŸ“Œ PR type(s)

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

  • πŸ“‘ Chore update(s)

β€₯ changes that invlove simple chore / maintenance changes, such as: documentation, folder/file simple restructure, syntax, typos, code clean, etc.

  • 🐞 Bug fix(es)

β€₯ changes involving small and minor bug-fixes, such as: fixing functionality, fixing faulty logic, fixing errors, fixing error handling/exceptions, etc.

  • ⚑️ New feature(s)

β€₯ changes involving minor and major new feature/enhancements, such as: new widget, new improvements, new endpoints, new pages, new logic

  • ❌ Breaking change(s)

β€₯ 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 was code tested?

❗️ Please select the checkboxes to inform of the ran tests to verify code.

  • local testing
  • heroku (DEV)

βœ” Self-checklist

❗️ Please select the checkboxes that apply below, as a developer self-checklist, for completion.

  • 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 added 21 commits July 31, 2023 14:23
* 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

* 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;
@migbash migbash added the 🌟 [A] enhancement New feature or request label Aug 9, 2023
@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 marked this pull request as ready for review August 9, 2023 23:02
@migbash migbash requested a review from jonsnowpt August 9, 2023 23:02
@jonsnowpt jonsnowpt merged commit 1171eef into main Aug 10, 2023
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
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants