Suraj Shetty
728ff49cec
refactor: Get sortable js from node_modules instead of vendoring it
- No point in having a copy since there are no customization done.
2 anos atrás
Suraj Shetty
8355ca81e0
fix: Add missing licences for vendored library
2 anos atrás
Suraj Shetty
58d79720c6
chore: Remove unused libraries and files
2 anos atrás
Suraj Shetty
f3ad2ee6ac
chore: Remove unused less files
2 anos atrás
Suraj Shetty
2ea0b58873
fix: Allow all origins with credentials
2 anos atrás
Suraj Shetty
05f416e448
refactor: Removed vendored socketio library
- Removed vendored socketio library
- Add socket.io-client library
- Removed unnecessary code in socketio server
- Remove chat related code
2 anos atrás
Suraj Shetty
c72731c4af
chore: Update socket io, remove fuse.js
- Install cliui as devDependency
- Add @vue/component-compiler
2 anos atrás
Suraj Shetty
870b98a34e
chore: Update esbuild-vue and vue
3 anos atrás
Suraj Shetty
78ceec6a95
chore: Update showdown and yargs
3 anos atrás
Suraj Shetty
eeeef86ae3
fix: Replace node-sass with dart-sass
3 anos atrás
Suraj Shetty
8f9a4295b6
chore: Remove unused libraries and files
3 anos atrás
Suraj Shetty
f8fc1918d2
Merge pull request #17253 from surajshetty3416/fix-login-ux
perf(UX): Load splash screen immediately after login
3 anos atrás
Suraj Shetty
1767af4972
Merge branch 'develop' into fix-login-ux
3 anos atrás
Suraj Shetty
ad89d07247
Merge pull request #17252 from frappe/dependabot/github_actions/actions/checkout-3
build(deps): bump actions/checkout from 2 to 3
3 anos atrás
Suraj Shetty
d68965a694
Merge pull request #17251 from frappe/dependabot/github_actions/pre-commit/action-3.0.0
build(deps): bump pre-commit/action from 2.0.3 to 3.0.0
3 anos atrás
Suraj Shetty
9f2dfbe980
chore: Fix merge error
3 anos atrás
Suraj Shetty
49bee3a912
Merge branch 'develop' into fix-login-ux
3 anos atrás
Suraj Shetty
242e3825a4
Merge pull request #17254 from surajshetty3416/refactor-clean-up
3 anos atrás
Suraj Shetty
245302dc7a
refactor: Rename icon symbol filename from symbol-defs.svg to icons.svg
3 anos atrás
Suraj Shetty
64cc07227e
refactor: Replace usage of deprecated attribute
3 anos atrás
Ankush Menat
d6f2d34bf4
perf: send boot string instead of JSON literal
changes:
- compact boot info in /app HTML
/app size went from 451kb to 393kb - ~13% less
Verified that regex applied on this JSON aren't affecting perf, infact
found them to be faster with compact JSON.
- Send json string instead of placing JSON literal in code using Jinja.
JS takes more time to pass object literal than parsing a plain JSON string.
Overall content transfer size remains roughly same (albeit slightly
lower) since double escaping ends up adding extra `\` around quotes.
Co-authored-by: Suraj Shetty <surajshetty3416@gmail.com>
3 anos atrás
Suraj Shetty
d7fe7ae39c
perf(UX): Load splash screen immediately after login
3 anos atrás
dependabot[bot]
e12d37a943
build(deps): bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
3 anos atrás
dependabot[bot]
4811c51ecc
build(deps): bump pre-commit/action from 2.0.3 to 3.0.0
Bumps [pre-commit/action](https://github.com/pre-commit/action ) from 2.0.3 to 3.0.0.
- [Release notes](https://github.com/pre-commit/action/releases )
- [Commits](https://github.com/pre-commit/action/compare/v2.0.3...v3.0.0 )
---
updated-dependencies:
- dependency-name: pre-commit/action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
3 anos atrás
Ankush Menat
fd324db67e
chore!: remove deprecated quaggajs based barcode scanner ( #17248 )
3 anos atrás
Ankush Menat
f40c82d4d8
test(meta): control JS bundle sizes ( #17244 )
Any drastic increase in production bundle sizes should fail in CI.
3 anos atrás
Ankush Menat
6350406305
perf: remove duplicate control assets ( #17237 )
* test: flaky tests due to uncleared filters
* perf: remove duplicate code in assets
Remove controls which are separately bundled too, saves ~1.1MB of
network transfer.
Co-authored-by: Suraj Shetty <surajshetty3416@gmail.com>
3 anos atrás
dependabot[bot]
b04bffe439
build(deps): bump codecov/codecov-action from 2 to 3 ( #17219 )
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 2 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 anos atrás
dependabot[bot]
dd5a9e0d9c
build(deps): bump actions/cache from 2 to 3 ( #17220 )
Bumps [actions/cache](https://github.com/actions/cache ) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 anos atrás
dependabot[bot]
7570c0e2a1
build(deps): bump actions/setup-node from 2 to 3 ( #17222 )
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 2 to 3.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 anos atrás
dependabot[bot]
dd8aabcc2f
build(deps): bump actions/setup-python from 2 to 4 ( #17218 )
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v2...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 anos atrás
Ankush Menat
28fd355f24
chore: translate before searching doctype
3 anos atrás
Ankush Menat
e0e452bdcc
fix: incorrect filtering on address doctype ( #17241 )
[skip ci]
3 anos atrás
Raffael Meyer
7b67e1f847
fix: translate doctype in error messages ( #17239 )
3 anos atrás
Ankush Menat
571ee67b50
Merge pull request #17072 from ankush/shareble_link_fixes
feat(UX)!: always sharable URLs on List/Report/Kanbanview
3 anos atrás
Ankush Menat
54824071c2
test: simple test for URL routing with params
3 anos atrás
Ankush Menat
61c895c2fc
refactor: update listview URL on all refresh
Previous changes only made it refresh on change of filters, this change
now updates URL ALWAYS.
Co-Auhtored-By: Suraj Shetty <surajshetty3416@gmail.com>
3 anos atrás
Ankush Menat
90bcbe46f1
feat(ux): Always sharable query report URLs
3 anos atrás
Ankush Menat
37999ea17e
fix: handle multiselect report options
3 anos atrás
Ankush Menat
69b7c72be8
fix: kanban board from shared links
- Apply filter from URL
- Update URL in browser when filters change
3 anos atrás
Ankush Menat
b3b3829912
fix: don't forget 'like' filters
Currently like filters get reset if field is part of standard filters
3 anos atrás
Ankush Menat
f4e8dee669
fix: double urlencoding of values
This was breaking URLs for complex filters
3 anos atrás
Ankush Menat
813793a700
fix: view routing from URL query paramters
3 anos atrás
Ankush Menat
e0e0c6f219
fix: remove query params from existing URL
3 anos atrás
Ankush Menat
23bd9749f6
feat(UX): refresh URL when updating filters
3 anos atrás
Suraj Shetty
bd2f2bcae9
Merge pull request #17233 from surajshetty3416/fix-first-tab
fix(tabs): Set first visible tab as active
3 anos atrás
Suraj Shetty
ee7cb22cd6
fix: Remember active tab for a document in a browsing session
3 anos atrás
Suraj Shetty
3f2901d837
fix: Check if visible tab exists
3 anos atrás
Suraj Shetty
05ea37c779
fix: Set first visible tab as active
3 anos atrás
Ankush Menat
8c6d266fad
fix: can't select dynamic link on address doctype
3 anos atrás