Rafly Maulana
b402177571
Making hooks for popup/context menu
3 years ago
Rafly Maulana
27343e4d73
Merge branch 'master' into new-features/context-menu
3 years ago
dependabot[bot]
54c57a08c3
chore(deps): Bump minimatch and recursive-readdir in /client ( #338 )
...
Bumps [minimatch](https://github.com/isaacs/minimatch ) and [recursive-readdir](https://github.com/jergason/recursive-readdir ). These dependencies needed to be updated together.
Updates `minimatch` from 3.0.4 to 3.1.2
- [Release notes](https://github.com/isaacs/minimatch/releases )
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2 )
Updates `recursive-readdir` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/jergason/recursive-readdir/releases )
- [Changelog](https://github.com/jergason/recursive-readdir/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jergason/recursive-readdir/commits/v2.2.3 )
---
updated-dependencies:
- dependency-name: minimatch
dependency-type: indirect
- dependency-name: recursive-readdir
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
65abd7c9ab
chore(deps): Bump socket.io-parser from 3.3.2 to 3.3.3 in /client ( #326 )
...
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser ) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/socketio/socket.io-parser/releases )
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md )
- [Commits](https://github.com/socketio/socket.io-parser/compare/3.3.2...3.3.3 )
---
updated-dependencies:
- dependency-name: socket.io-parser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
5fc811d2ef
chore(deps): Bump socket.io-parser from 3.3.2 to 3.3.3 in /server ( #322 )
...
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser ) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/socketio/socket.io-parser/releases )
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md )
- [Commits](https://github.com/socketio/socket.io-parser/compare/3.3.2...3.3.3 )
---
updated-dependencies:
- dependency-name: socket.io-parser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Maksim Eltyshev
5afd4af897
ref: Little refactoring
3 years ago
Maksim Eltyshev
ac0a3d9ae7
fix: Fix client build
3 years ago
Maksim Eltyshev
b0d23373c0
chore: Update dependencies
3 years ago
Rafly Maulana
5381d45e50
meta: Share global eslint config, move prettier config ( #339 )
3 years ago
Rafly Maulana
bc91b42867
Merge branch 'fix/eslint-prettier-config' into new-features/context-menu
3 years ago
Rafly Maulana
a6251e71e4
Fix wrong configuration
3 years ago
Rafly Maulana
92e946565c
Test context menu and edit button
3 years ago
Rafly Maulana
eb436d38b5
Revert "Add context menu when clicking on card"
...
This reverts commit a8873e3407 .
3 years ago
Rafly Maulana
fefb54b715
Merge branch 'fix/eslint-prettier-config' into new-features/context-menu
3 years ago
Rafly Maulana
e1cb3d4b3b
Update lockfile
3 years ago
Rafly Maulana
ad78fc5e23
Merge branch 'master' into new-features/context-menu
3 years ago
Rafly Maulana
a4a1eab446
Fix lockfile......... again
3 years ago
Rafly Maulana
05ea80f5d0
Prevent another lockfile than package-lock.json (npm) from being created
3 years ago
Rafly Maulana
fd5db8fc48
Fix lockfile
3 years ago
Rafly Maulana
74ff3724a3
Merge branch 'master' into fix/eslint-prettier-config
3 years ago
Rafly Maulana
ad2a881e6e
Add no-shadow and no-unused-vars rules
...
- no shadow to allow reusing variable name for different function args
- no unused vars to help up speed up development when adding or removing as well as testing new things
3 years ago
Maksim Eltyshev
a43af8eac5
chore: Update version
3 years ago
Maksim Eltyshev
409a7cde6b
fix: Fix notifications popup styles
3 years ago
Maksim Eltyshev
f62cba9bcd
fix: Fix board actions for mobile
3 years ago
Maksim Eltyshev
9495234066
ref: Little refactoring
3 years ago
Rafly Maulana
0088646b70
Share global eslint opt and move prettier config
...
Share global eslint config from its root project to keep it low maintenance and reduce dry code
Also move prettier config to it's own object to make all files including css, json, etc follows this rules, otherwise this rules will only works on eslint coverage files
3 years ago
Rafly Maulana
5dcbad7b5a
feat: Add markdown editor in card description ( #333 )
3 years ago
Rafly Maulana
a8873e3407
Add context menu when clicking on card
3 years ago
Rafly Maulana
acf1659742
Add React Menu package
3 years ago
Maksim Eltyshev
064b37050c
fix: Hide label actions based on role
3 years ago
Rafly Maulana
bf8b8474ec
meta: Fix documentation for installing Planka without Docker ( #324 )
3 years ago
Rafly Maulana
37a9c9bb42
meta: Add documentation for installing Planka without Docker ( #323 )
3 years ago
Maksim Eltyshev
00fccbaa3d
fix: Fix z-indexes
3 years ago
Maksim Eltyshev
b3323308c1
fix: Lock postgres version
...
Closes #312
3 years ago
Jacob Weisz
9108dc5b3e
meta: Fix readme typo ( #309 )
3 years ago
Maksim Eltyshev
513f9a8ee5
chore: Update version
3 years ago
Maksim Eltyshev
e051f624a8
ref: Little change for consistency
3 years ago
Maksim Eltyshev
172f4fcf34
fix: Fix missing board memberships loading
3 years ago
Maksim Eltyshev
9f16881965
fix: Socket bug fixes and improvements
3 years ago
Connor Lanigan
4e876922f8
feat: Prefill label creation with search term ( #307 )
3 years ago
Connor Lanigan
d82d928e29
fix: Update German translation ( #306 )
3 years ago
Maksim Eltyshev
94dc83706c
chore: Update version
3 years ago
Jacques Lorentz
b08e731419
fix: Front-end base url with path ( #303 )
...
Closes #43 , closes #111 , closes #272
3 years ago
Maksim Eltyshev
1ce0fac281
chore: Update version
3 years ago
Maksim Eltyshev
e3d00c8791
fix: Disable quick timer actions for viewers
3 years ago
Maksim Eltyshev
e1a0b635ea
ref: Little refactoring
3 years ago
Maksim Eltyshev
cc7959bb15
chore: Update version
3 years ago
Maksim Eltyshev
56044e6d8a
ref: Fix filename
3 years ago
Maksim Eltyshev
e5bd73f33e
fix: Prevent popup from leaving window
3 years ago
Maksim Eltyshev
e65ab6ece7
fix: Fix flag for English
3 years ago