-
-
Notifications
You must be signed in to change notification settings - Fork 31
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: ParthJadhav/Verve
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.3.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ParthJadhav/Verve
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 41 files changed
- 4 contributors
Commits on Jan 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5041e3d - Browse repository at this point
Copy the full SHA 5041e3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8eb8ded - Browse repository at this point
Copy the full SHA 8eb8dedView commit details
Commits on Jan 9, 2023
-
fix: reduce flickering when searching for results (#30)
* fix: reduce flickering Related to #25. Search results flickers because of three things (IMO): - `handleInput` resets the `results` array, which immediately dropping list with `#if` directive in `SearchResult` component - Changing styles on `focus` and `blur` are not immediate operation, that's why another kind of flickering is a transition between focused and non-focused state (gray background) - `getIcon` function is another "bottleneck"; preservation of space for upcomming <img> tag is a key for rescue Most "ugly" part of this code is manipulating with classes. Changing classes through Svelte's `class:` binding leads to focus lost. Unfortunately, manipulating classes through script cannot be made with obfuscated selectors, that's why you can see `:global` in code. Maybe you know better way to change classes without losing focus. * fix: span attributes * fix: remove icon flickering with icons cache * fix: reset `results` when search pattern is empty * chore: fix extra rectangular overlay on calculation results * chore: fix closing window when pressing enter/return * chore: fix keys not being registered Co-authored-by: Parth Jadhav <jadhavparth99@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 19ff234 - Browse repository at this point
Copy the full SHA 19ff234View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0f00a5 - Browse repository at this point
Copy the full SHA d0f00a5View commit details
Commits on Jan 12, 2023
-
* style: add prettier style: add prettier ignore file style: apply formatting style: install and apply svelte prettier * Add prettier to recommended extensions * chore: add check and format scripts to package.json * chore: update prettier scripts to avoid conflict with svelte-check
Configuration menu - View commit details
-
Copy full SHA for e7ee512 - Browse repository at this point
Copy the full SHA e7ee512View commit details
Commits on Jan 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8d1352d - Browse repository at this point
Copy the full SHA 8d1352dView commit details
Commits on May 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 992ebd8 - Browse repository at this point
Copy the full SHA 992ebd8View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.3.1...0.3.2