Lauri Ojansivu
dbe31a86b7
Update LICENSE
9 months ago
Lauri Ojansivu
bd283ff4e2
Merge pull request #5517 from walster001/main
...
Rework fix for mobile devices to incorporate all themes/list headers
9 months ago
walster001
c020ce8895
Remove vertical-align - doesn't fix for all board themes
9 months ago
walster001
f3562525db
Create boardColors.css
9 months ago
walster001
cc89c35c8d
Merge branch 'main' of https://github.com/walster001/wekan-atlanz
9 months ago
walster001
2457084db2
Update padding values/display for Mobile Devices
...
Have modified this in my test dev server, it appears this is the property that defines the spacing/containment of text for lists. When tested on iOS device this appears to work correctly.
Last commit removing vertical align, and iinitial commit unsetting line height for ModernDark fixes an issue where text was super spaced out on ModernDark theme only.
9 months ago
walster001
508a2d7103
Revert vertical-align. Left line-height unset.
...
Didn't fix issue as its more than just modern-dark theme. Have played around on dev server and found its in the list css itself.
9 months ago
Lauri Ojansivu
3d7fef67d8
v7.56
9 months ago
Lauri Ojansivu
d63d445b7d
Upgraded Snap Candidate MongoDB to 6.0.17.
...
Thanks to MongoDB developers !
9 months ago
Lauri Ojansivu
8d3fe29c68
Update Browser-compatibility-matrix.md
9 months ago
Lauri Ojansivu
ad3ecbfd96
Update Browser-compatibility-matrix.md
9 months ago
Lauri Ojansivu
51ec43e7bc
Update Browser-compatibility-matrix.md
9 months ago
Lauri Ojansivu
88dfc57e7e
Update Browser-compatibility-matrix.md
9 months ago
Lauri Ojansivu
7409c366f6
Update Browser-compatibility-matrix.md
9 months ago
Lauri Ojansivu
b99b2a6d66
Update Browser-compatibility-matrix.md
9 months ago
walster001
fa21b00bb6
Merge branch 'wekan:main' into main
9 months ago
walster001
f061b5e12a
Clean up theme descriptions, add scrollbars
...
- Cleaned up theme descriptions as many themes weren't labelled/or had mismatched descriptions.
- Began adding scrollbars to default themes/board canvases.
- Test removal of lines/editing margins on nephritis theme
9 months ago
Lauri Ojansivu
8ca642edc8
Updated ChangeLog.
9 months ago
Lauri Ojansivu
c3909edc5e
Fix apparmor denied in syslog at Snap Candidate.
...
Thanks to webenefits and xet7 !
Fixes #4855
9 months ago
Lauri Ojansivu
f4cf09d394
Merge pull request #5511 from wekan/dependabot/github_actions/docker/build-push-action-6.7.0
...
Bump docker/build-push-action from 6.6.1 to 6.7.0
9 months ago
dependabot[bot]
6aa4f9fb86
Bump docker/build-push-action from 6.6.1 to 6.7.0
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 6.6.1 to 6.7.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](16ebe778df...5cd11c3a4c
)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
9 months ago
Lauri Ojansivu
a31545824e
Updated ChangeLog.
9 months ago
Lauri Ojansivu
a94cfd5b91
Update Docker.md for docker compose commands and building custom docker image
...
Update Docker.md for docker compose commands and building custom docker image
9 months ago
Lauri Ojansivu
6d6d51310e
Update docker-compose.yml docker compose command
...
Update docker-compose.yml docker compose command
9 months ago
Lauri Ojansivu
c9cf2971de
Merge pull request #5505 from wekan/dependabot/github_actions/docker/build-push-action-6.6.1
...
Bump docker/build-push-action from 6.5.0 to 6.6.1
9 months ago
dependabot[bot]
54c481e3d8
Bump docker/build-push-action from 6.5.0 to 6.6.1
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 6.5.0 to 6.6.1.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](5176d81f87...16ebe778df
)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
9 months ago
Lauri Ojansivu
8b4fbd266d
Merge pull request #5503 from walster001/main
...
Fix ModernDark Mobile View List Titles
9 months ago
Lauri Ojansivu
3c5241b007
Updated ChangeLog.
9 months ago
Lauri Ojansivu
42a1f94931
Updated ChangeLog.
9 months ago
Lauri Ojansivu
cae6f38b80
Updated code of conduct.
9 months ago
walster001
25722e5e9d
Tweaks to exodark for board backgrounds
...
Removed drop shadow on exodark cards, as when background applied to board it looks a bit rough design wise.
Added background-color that will disappear when background is applied, and when background is not applied gives exodark a bit of a smoother cleaner look IMO
9 months ago
walster001
1d339ec17e
Update boardColors.css
9 months ago
Lauri Ojansivu
ec534c8cca
Update Browser-compatibility-matrix.md
9 months ago
Lauri Ojansivu
cab285c34d
Update Browser-compatibility-matrix.md
9 months ago
Lauri Ojansivu
975993dd6d
v7.55
10 months ago
Lauri Ojansivu
43084eb664
Updated ChangeLog.
10 months ago
Lauri Ojansivu
0e770ac3b3
Merge pull request #5501 from walster001/main
...
Fix board backgrounds not showing correctly after V7.54
10 months ago
walster001
206abc8c68
Fix board backgrounds not showing correctly.
...
Fixed board backgrounds not showing correctly on the following themes. Various code modified as different themes have used different code to implement the background.
Have tried to stick with board-wrapper as a standard to apply the background colour to.
Board background image will override board-wrapper colour every time.
Dark
Relax
Natural
Modern
ModernDark
Exodark
CleanDark
CleanLight
- Updated pull due to original file I had stored on my pc 139 commits behind! So synced that and then redid code changes to bring it all up to date.
10 months ago
walster001
62b13cc343
Merge branch 'main' of https://github.com/walster001/wekan-atlanz
10 months ago
walster001
7822dd3b75
Fix board backgrounds not showing correctly
...
Fixed board backgrounds not showing correctly on the following themes.
Various code modified as different themes have used different code to implement the background.
Have tried to stick with board-wrapper as a standard to apply the background colour to.
Board background image will override this every time.
- Dark
- Relax
- Natural
- Modern
- ModernDark
- Exodark
- CleanDark
- CleanLight
10 months ago
Lauri Ojansivu
a214cd64b6
v7.54
10 months ago
Lauri Ojansivu
8839a8ea39
Updated ChangeLog.
10 months ago
Lauri Ojansivu
a4169f3da7
Fix LDAP login fails after upgrade.
...
Thanks to juppees !
Fixes #5499
10 months ago
Lauri Ojansivu
19d59b3ab4
Updated ChangeLog.
10 months ago
Lauri Ojansivu
27b2e2384c
Merge pull request #5498 from mfilser/master
...
Bugfix, edit description didn't work if it was clicked
10 months ago
Lauri Ojansivu
49d2cbc2c1
Updated ChangeLog.
10 months ago
Martin Filser
bf2b3b40cd
Bugfix, edit description didn't work if it was clicked
...
- introduced by commit: 0cc63b810c
10 months ago
Lauri Ojansivu
1541c6ca23
Merge pull request #5497 from mfilser/master
...
listHeader, simpler code logic at collapsed if conditions
10 months ago
Lauri Ojansivu
42c1ff94e2
Updated ChangeLog.
10 months ago
Martin Filser
53aa5ebc17
listHeader, simpler code logic at collapsed if conditions
10 months ago