Commit Graph

81 Commits

Author SHA1 Message Date
Massedil
e7a42f08a0 Issue #1579 : The event menu is now fully clickable 2024-11-08 18:49:51 +01:00
Tim Zöller
a23d8eeaf8 Prevent the user menu from extending the screen
The user menu always opened to the right. This made the menu extend over
the boundary of the screen, add a horizontal scrollbar and cut off the
menu. This fix opens the menu to the left, preventing such behavior
2024-11-08 15:55:54 +01:00
Massedil
29c9ded5b7 Issue #1511: Date display problem :
If an event do not have a time zone, use the user's setting time zone for display or the browser time zone otherwise
2024-11-07 13:29:21 +01:00
Massedil
3c0db7877c Issue #1511: Date display problem :
- the time zone is used to calculate the date
- use the offset to know if beginsOn and endsOn are the same day
- refactor the <o-switch>

Solves, for example, this display problem :

The date range "2024-12-31 17:45 to 2025-01-01 01:00" in the Asia/Shanghai time zone (spanning different years and days) is equivalent to "2024-12-31 at 10:45 to 2024-12-31 at 18:00" in the Europe/Paris time zone (same year and same day).
2024-11-07 13:29:21 +01:00
Massedil
0fa7a20414 Issue #1511: Date display problem : handle case where event start time is hidden but event end time is displayed 2024-11-07 13:29:21 +01:00
Massedil
3a3d77b698 Issue #1511: Remove useUserSettings() and always add user settings in useLoggedUser()
The user time zone setting is now available in the event display page
2024-11-07 13:29:10 +01:00
Laurent GAY
3885c8e62f #1492: address distance correction 2024-11-06 17:44:54 +01:00
Laurent GAY
ea6d1ba83d #1492: search page correction + refactoring 2024-11-06 17:36:35 +01:00
Laurent GAY
f2d7da7af7 #1492: add distance value in selector + add with filter in search page 2024-11-06 12:58:02 +01:00
Massedil
5e201dd28c Issue #1571: Fix dark mode for <event-date-picker> 2024-11-04 23:28:40 +01:00
Massedil
7f43169fae Issue #1571 Hide the time when the user chooses to not display it 2024-11-04 22:23:58 +01:00
Massedil
9992286e7e Issue #1571 Handle the case where the date is invalid 2024-11-04 20:47:19 +01:00
Massedil
f236ec3a2d Issue #1571 Refactor to a new date component <event-date-picker> 2024-11-04 20:24:58 +01:00
Massedil
edac95ef4a Issue #1546 Small CSS tweaks for mobile view 2024-11-02 16:17:44 +01:00
Laurent GAY
8044dbde86 #1492 & #1556 : small corrections about those issues 2024-10-31 10:52:47 +01:00
Massedil
861c445b63 #1546 Harmonization between public and private view + improved CSS 2024-10-30 20:01:13 +01:00
Massedil
906985478d #1546 Remove private section mbz-purple color 2024-10-30 20:01:13 +01:00
Laurent GAY
65ad3d855b #1492 : add frame to select distance from searching events 2024-10-30 17:29:24 +01:00
Massedil
042b0f097f Fix #1476 by updating the search interface
- Removed "Everything" choice for search, default to "Events"
- Add radio button for search type selection (events, activities, groups)
- Label now have a cursor pointer
- Remove the confusing concept of EVENTS, SHORTEVENTS and LONGEVENTS. There is only EVENTS and LONGEVENTS.
2024-10-28 19:41:30 +01:00
Laurent GAY
9403a9d60a correction about issue #1556 : Fix location on homepage and location clearing 2024-10-23 16:13:17 +02:00
Laurent GAY
3ed4105879 Issue #1560 "Location is lost when navigating" : propagation of query for each route 2024-10-16 18:36:10 +02:00
Massedil
5b5f295dc3 #1459 Update translation to correctly pluralize the available places for an event 2024-10-15 17:35:27 +02:00
Massedil
d1ce24cb69 #1511 format <start-time-icon> with the timezone and the formatTimeString() function already used for that in Mobilizon 2024-10-14 16:18:25 +02:00
Massedil
c859d32cd1 Changing organizer pop-up is now usable in mobile view 2024-10-11 17:53:24 +02:00
setop
b48ab8201f feat(front): change horizontal scroll to grid view. closes #1456 2024-09-09 23:02:49 +02:00
setop
df6ffee7cf fix(front): preserve tags when modifiying post or event
closes #1307
closes #1289
2024-07-13 08:53:24 +02:00
setop
79bd6a5d21 fix #1469 and # 1475 2024-07-08 21:44:22 +00:00
setop
4821bfc984 Merge branch 'no-single-promoted-category' into 'main'
Remove promoted categories if there is only one category

See merge request framasoft/mobilizon!1568
2024-07-06 22:34:46 +00:00
setop
8f2a8b4349 chore(front): fix linter error 2024-07-06 22:04:25 +02:00
setop
9ff494f1b5 Merge branch 'fix-calendar-beta' into 'main'
Calendar beta indication: reduce font size to make in fit on mobile

Closes #1512

See merge request framasoft/mobilizon!1569
2024-07-06 17:11:16 +00:00
setop
320c40e511 Merge branch 'main' into '1481-trying-to-contact-the-organizer-contact-crashes-the-app'
# Conflicts:
#   package.json
2024-07-06 16:21:43 +00:00
setop
46bfe5ff54 Merge branch 'translate-event-datetime-icon' into 'main'
Use the correct locale to create the event date and time icons

Closes #1515

See merge request framasoft/mobilizon!1572
2024-07-06 16:13:01 +00:00
Sosthène Guédon
462ed5b3c7 Use the correct locale to create the event date and time icons 2024-07-05 15:10:51 +02:00
Massedil
023f15938b @update:modelValue works again with oruga-ui 0.8.12 2024-07-01 19:55:02 +02:00
Sosthène Guédon
c6683595ff Calendar beta indication: reduce font size to make in fit on mobile 2024-06-28 23:00:00 +02:00
Sosthène Guédon
c36bd4c048 Remove promoted categories if there is only one category
For instances with specific categories, this makes the category list look weird
2024-06-28 22:03:26 +02:00
setop
20f62729ee Merge branch '1441-change-organizer-trigger-redirection-instanly' into 'main'
fixes #1441

Closes #1441

See merge request framasoft/mobilizon!1564
2024-06-26 10:41:11 +00:00
Massedil
d88bae8536 tags are correctly restored on the taginput 2024-06-26 09:55:25 +00:00
Massedil
c237b276ca temporarily emulate @update:modelValue 2024-06-19 17:26:27 +02:00
Massedil
c0680f4bd6 type='text' is not valid for a <button> and it was triggering a form submit 2024-06-19 15:21:37 +02:00
Roberto Guido
5998b49fae Fix padding for homepage's search form, to align it to other elements in the same page. 2024-04-21 15:12:00 +00:00
setop
7030d56864 all developments of milestone 1 2024-04-10 12:36:21 +00:00
Thomas Citharel
f6bcb02b98 fix(front): tagInput fixes
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2024-02-08 17:23:23 +01:00
Thomas Citharel
a6a1ab71c2 fix(front): various UI improvements
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2024-02-08 17:23:22 +01:00
Thomas Citharel
3b7124a57b fix(front): fix focusing text editor
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2024-02-08 17:23:22 +01:00
Thomas Citharel
ba66874cc3 fix(front): add a required attribute to the text editor and show error message if text empty on blur
Also improve text editor borders

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2024-02-08 17:23:22 +01:00
Thomas Citharel
ef20585f8c fix(announcements): error message not showing when an event announcement is created with empty text
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2024-02-08 17:23:22 +01:00
Thomas Citharel
6a4123f385 fix(front): fix TagInput width properly
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2024-02-08 17:23:20 +01:00
Thomas Citharel
456dc36f64 fix(frontend): various fixes
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2024-02-08 17:23:20 +01:00
Thomas Citharel
790db906a6 fix(front): fix TagInput display
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2024-02-08 17:23:19 +01:00