Commit Graph

351 Commits

Author SHA1 Message Date
6165bce0a9 Fix style of the "Notification Settings" button on small screen (#7309)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-12-21 10:12:08 +00:00
657ac8e5db Enh: Add body classes about the current device and methods to the Dev… (#7349)
* Enh: Add body classes about the current device and methods to the DeviceDetectorHelper class

* CHANGELOG

* PR discussions

* Remove useless @since in methods, as already added for the full class
2024-12-17 10:36:23 +00:00
12526c994a Enh: Space browser: Make the whole space card header and body clickable (#7317)
* Enh: Space browser: Make the whole space card header and body clickable

* Add PR ID to changelog
2024-11-25 22:19:23 +00:00
ac5c6673d1 Fix #454: Profile about page missing left and right margin on mobile screen (#7313) 2024-11-22 15:51:04 +00:00
15bdedadf1 Optimize notification overview (#7038)
* Optimize notification overview

* Optimize notification overview

* Optimize notification overview

* Filter "Others" for notifications without category

* Restyle notification filters

* Improve the filter "Select all"

* Optimize notification overview (clean up code)

* Restyle the filter "Select all"

* Form style class for checkboxes with normal font weight

* Form style class for checkboxes with font weight 500

* Implement new radio pills input

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-11-12 13:56:23 +00:00
9750116550 Fix: Profile header: on small screens, the space at the left and the … (#7301)
* Fix: Profile header: on small screens, the space at the left and the right of the image must be equal

* Add PR ID to CHANGELOG

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-11-11 15:17:10 +00:00
5899616837 Enh #7233: Mobile view: enlarge images in gallery preview of entries for the wall stream (#7235) 2024-09-27 16:28:56 +00:00
31c5c2ffda Merge branch 'master' into develop 2024-09-26 22:43:04 +02:00
a4a4293da3 Fix rendering of checkbox on MacOS and iOS (#7222) 2024-09-17 14:09:17 +02:00
9454944a0c In lists, when an item text is displayed on multiple lines, the lines below are not lining up with the first one (#7220) 2024-09-16 14:52:46 +02:00
ef87f7123b Replace theme variables with CSS variables (#7214)
* Replace theme colors with `Theme->variable()`

* Replace `Theme->variable()` with the equivalent CSS variable

* Small changing in mail template for using of `Theme->variable()`

* Doc version for CSS variables

* Update CHANGELOG.md
2024-09-12 15:03:31 +00:00
8d1a199d82 Small style fix for top account menu (temp fix for Mac Safari browser) (#7217)
* Small style fix for top account menu
(temp fix for Mac Safari browser)

* Update CHANGELOG.md
2024-09-11 16:07:12 +02:00
66a661b3c4 Merge branch 'master' into develop 2024-09-10 17:06:27 +02:00
0a016aa928 Fix horizontal scroll bar on small screen (#7212)
* Fix horizontal scroll bar on small screen

* Update CHANGELOG.md
2024-09-09 15:14:35 +02:00
03210414e4 Fix: In lists, when an item text is displayed on multiple lines, the … (#7174)
* Fix: In lists, when an item text is displayed on multiple lines, the lines below are not lining up with the first one

* Add PR ID to changelog

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-08-20 13:38:58 +00:00
1f791cde44 Merge branch 'master' into develop 2024-08-16 11:26:53 +02:00
cada9b2518 Fix #324: Focus on active and selected nav page after reload on mobile (#7161) 2024-08-09 11:42:01 +02:00
b4eb7d36a5 Fixed dropdown issue on mobile (#7149)
* Fixed dropdown issue on mobile

* Fixed dropdown issue on mobile

* Fixed dropdown issue on mobile

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-08-02 08:02:54 +00:00
4cc65fcf7c Enh #7131: Introduce new CSS variables: --hh-fixed-header-height and … (#7133)
* Enh #7131: Introduce new CSS variables: --hh-fixed-header-height and --hh-fixed-footer-height

* Add description to migration guide

* Force keeping px after CSS compilation.

* Add comment in less file

* On mobile, change --hh-fixed-header-height CSS variable value instead of body padding top

* Update MIGRATE-DEV.md

* 593935d2b4 (r1686930702)

* Replace LESS compile -x option with --clean-css

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-07-30 10:23:50 +00:00
1e0257b7bd Update color of wall-entry-controls (links) in stream.less (#7129)
* Update color of wall-entry-controls (links) in stream.less

Changes the color of the wall-entry-controls (link / comment/like link) to a standard color -> `@text-color-soft`

* Update CHANGELOG.md

linking `wall-entry-controls`- color to `--text-color-soft`

* Update CHANGELOG.md

formatting error

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-07-22 08:33:10 +00:00
5db85e9fef Merge branch 'develop' of github.com:humhub/humhub into develop 2024-07-05 22:34:50 +02:00
9448c0e6aa Merge branch 'master' into develop 2024-07-05 22:33:38 +02:00
9306a052e8 Restyle top dropdown notifications (#7101)
* Restyle top dropdown notifications

* Fix tests for new style of notifications

* Fix tests for new style of notifications

* Restyle notifications

* Restyle notifications

* Restyle notifications

* Restyle notifications

* Wording
2024-07-05 20:30:37 +00:00
9c7d74d054 Fix: Missing --text-color-default CSS variable (#7104)
* Fix: Missing --text-color-default CSS variable

* Add PR ID to changelog
2024-07-03 12:35:29 +02:00
677a6326ad Merge branch 'develop' of github.com:humhub/humhub into develop 2024-07-01 09:48:53 +02:00
000dff3870 Add a link to notification settings on top dropdown list (#7073)
* Add a link to notification settings on top dropdown list

* Update styles for notification dropdown list
2024-07-01 07:46:33 +00:00
da5f9a520f Fix markdown list style (#7091) 2024-06-27 12:10:40 +02:00
c5863b42dd Fix markdown sub list style (#7089) 2024-06-25 19:40:01 +02:00
6d9cd9e0bf Cgh #7074: Text in lists is smaller than in paragraphs (#7077)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-06-19 10:20:06 +00:00
c6b6414454 Implement new field template radio pills (#7060) 2024-06-11 18:06:19 +00:00
186c8ca5a6 Merge branch 'master' into develop 2024-06-10 16:33:53 +02:00
f7a0b14132 Fix list style near aligned image (#7030)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2024-06-10 16:24:47 +02:00
d046358caf Update search.less (#7035)
* Update search.less

* Update theme.css

* Update CHANGELOG-DEV.md
2024-05-29 12:41:03 +00:00
46535dc9ad Enh #7010: Rich text tables: Vertical align top instead of middle (#7012) 2024-05-20 19:09:33 +00:00
2d64020420 Merge branch 'master' into develop 2024-05-08 13:46:50 +02:00
0dab6f67f0 Enh #6984: In forms, change checkbox style to match other input types (#6985) 2024-05-02 08:40:13 +00:00
f73803bdfe Fix wide dropdown on small screens (#6982) 2024-05-01 20:13:30 +02:00
5217197061 Set meta search panel width to 400px 2024-03-25 16:23:16 +01:00
97b4893fe0 Meta search: use post content for record title 2024-03-18 14:02:05 +01:00
1c4e20d0a4 Merge branch 'develop' into enh/search 2024-03-18 11:58:33 +01:00
d615ae4897 Fix #6889: Issue with modal boxes when positioning an element at the bottom of the screen (#6890) 2024-03-17 21:19:14 +00:00
3e72d2bb04 Enh #25: Improve contrast of @default button color (#6886)
Co-authored-by: Serhiy Moskalenko <serg.mosk.dev@gmail.com>
2024-03-14 17:14:37 +00:00
3c81bee312 Lighten Wells/BG-Color-Secondary (#6884) 2024-03-13 13:20:47 +01:00
ffa3ff6a8c Update search styles 2024-03-07 17:54:00 +01:00
7ecd808d72 Display content search header with results number 2024-03-07 17:50:44 +01:00
eae0d494aa Meta search: Fix highlight font weight 2024-03-07 16:49:57 +01:00
ca560dd0de Meta search: Set result icon background 2024-03-07 15:55:52 +01:00
3520801624 Meta search: Update styles 2024-03-07 15:21:45 +01:00
a371d9642e Meta search: Update styles 2024-03-07 15:05:49 +01:00
3b54cb803a Meta search: Update styles 2024-03-07 12:19:36 +01:00