-
Notifications
You must be signed in to change notification settings - Fork 0
Jw misc #1
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
Open
dev-pwa
wants to merge
645
commits into
master
Choose a base branch
from
jw-misc
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Fixes #1474 for v3 Fixes screenshot image sizes for v3 * Fixed pathing Fixed pathing to new site
V3 - complete page use resource hub.
chore(): delete old assets so they dont get pre-cached
Typescript fixes and other various small fixes for production readiness
fix(): intro grid item paragraphs should have standard width
fix(): manifest editor tweaks to better match design
chore(): update screenshots
* small css changes * basic stylistic changes * missing style * bugfix for emitter * errg wrong thing * app card small stylistic tweaks * debounce event, this was causing an exception on multiple update entries * handle transaction properly * code mirror name changes * some clean up, need to fix the loading buttons in the manifest-options now lol * request update * style change * tooltip css variables * setting button width here, side effect * dom event emitter for the app blog * report card specifies width * errg, specify here, 100% wasn't working * other change * setting basic button height * css variables don't work in tandem * rm unused file * oops divergent * css selector change * button size bug * reusing style * fixing classmap change and classname passing for additional manipulation * fix typo, thinking continue but meant nav, fixing font-size * alrighty fixed those buttons, alignment on the
fix(): check for existence of item.entry first
…uplicated css. (#1723) * small css changes * basic stylistic changes * missing style * bugfix for emitter * errg wrong thing * app card small stylistic tweaks * debounce event, this was causing an exception on multiple update entries * handle transaction properly * code mirror name changes * some clean up, need to fix the loading buttons in the manifest-options now lol * request update * style change * tooltip css variables * setting button width here, side effect * dom event emitter for the app blog * report card specifies width * errg, specify here, 100% wasn't working * other change * setting basic button height * css variables don't work in tandem * rm unused file * oops divergent * css selector change * button size bug * reusing style * fixing classmap change and classname passing for additional manipulation * fix typo, thinking continue but meant nav, fixing font-size * alrighty fixed those buttons, alignment on the * keeps the button css variables reusable if using fast-button * add secondary button class for white buttons with dark text * delete function... for icons in future * reduce complexity here, keep all app-button styles in app-button component or in lower css * adding class and formatting * serious refactor, the impl of css variables doesn't have fallbacks yet * &^*%! box shadows in places they shouldn't be * creating a secondary class style for the white buttons * app-button clean up * rm commented css that is not needed anymore
chore(): update waiting page graphic
* some clean up, need to fix the loading buttons in the manifest-options now lol * request update * errg, specify here, 100% wasn't working * setting basic button height * css variables don't work in tandem * rm unused file * oops divergent * css selector change * alrighty fixed those buttons, alignment on the * add secondary button class for white buttons with dark text * serious refactor, the impl of css variables doesn't have fallbacks yet * app-button clean up * readding from merge conflict * rm unused import * small cosmetic edits to home page * add error for a string promise error string unparseable by lit for some reason * change to debounce, throttle was causing too many issues... still throwing errors though * simplify
fix(): circles-box needs to ignore pointer events so the back button …
chore(): update text on the test package download modal
* fix(): simplify first url test * fix(): still handle sites that dont have a manifest correctly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #
PR Type
Describe the current behavior?
Describe the new behavior?
PR Checklist
npm run test
and ensure that all tests passAdditional Information