Commit Graph

123 Commits

Author SHA1 Message Date
Hadi Nategh
03123ee729 Fix wrong label set for dark mode switch 2023-01-18 12:15:26 +01:00
Hadi Nategh
3463363997 Fix some sidebar menus are not working for apps (eg. smallpart app) 2022-10-31 10:03:15 +01:00
Hadi Nategh
68ff204527 Fix timer menu click handler not working on mobile view 2022-10-14 13:06:09 +02:00
Hadi Nategh
b6398c4059 Fix couple of mobile template issues 2022-09-30 11:39:51 +02:00
Hadi Nategh
2ed1a12617 Fix topmenu dropdowns click handler 2022-09-26 13:36:10 +02:00
ralf
3c79bd4345 WIP timesheet timer
just a prototype for now, no persistence beside the session to test reloads
2022-09-26 08:54:05 +02:00
Hadi Nategh
49b78e2f24 Open quick add dropdown menu only on click 2022-09-22 10:54:33 +02:00
nathan
05e7378231 Fix double quote too. See 163c7287e6 2022-09-09 10:21:35 -06:00
Enver Morinaj
f17cf1ee0e Update fw_mobile.js
Google Chrome returns this error when using EGroupware on mobile:
VM6367 fw_mobile.js:487 Uncaught (in promise) DOMException: play() failed because the user didn't interact with the document first. https://goo.gl/xX8pDD
2022-08-05 10:27:56 +02:00
Hadi Nategh
5038d060fe Use et2-select webcomponent for quick add button 2022-07-19 16:50:02 +02:00
Hadi Nategh
cb2fe3f93c * Mobile view: fix broken Security & Password menu 2022-07-01 09:34:50 +02:00
Hadi Nategh
22f41e7cb4 Replace another jquery-ui swipe with tapAndSwipe 2022-06-02 12:02:43 +02:00
Hadi Nategh
fd66a9b24d Fix importing fastclick library 2022-06-02 11:56:43 +02:00
ralf
b33c13824f drop jquery-ui, jquery-ui-touch-punch-fix and temp. comment out last usages in framework classes 2022-05-25 21:01:26 +02:00
Ralf Becker
163c7287e6 * Chrome 94.0.4606.54: fix CSP error clicking on sidebox menu
Chrome 94 returns all but first single quote "'" in a href attribute as "%27" :(
2021-09-22 14:44:08 +02:00
Hadi Nategh
50f620e075 Activate touch plugin on mobile framework 2021-08-12 14:57:47 +02:00
Ralf Becker
b88716c8b6 legacy load jQueryUI as tooltip has wired context problems if loaded as module 2021-07-02 08:52:18 +02:00
Hadi Nategh
f827ae16b8 Get mobile framework working with new imports 2021-07-01 10:25:20 +02:00
nathangray
23cb2e5d7a Remove debug 2021-06-30 12:20:52 -06:00
nathangray
3add958afa The results of Guy Bedford's help
Egroupware will load into addressbook & show rows
Most base files should be bundled server-side & included
rollup.config.js controls the process

Still needs work:
- consider /dist directory for best-practice
- cleanup
- other built-in apps
- EPL / external apps need Guy's multi-stage work
2021-06-25 14:49:24 -06:00
Ralf Becker
5298336886 include jquery and other legacy js files via script tag 2021-06-10 11:38:54 +02:00
Ralf Becker
8fa2bb466b fixed includeJS causing jQuery to be included twice and breaking plugins 2021-06-08 15:11:37 +02:00
Ralf Becker
304dbb95ab got empty nextmatch in timesheet working 2021-06-08 14:11:59 +02:00
Ralf Becker
592b7fb97d replace LAB.js with native es5 loading 2021-06-05 20:39:39 +02:00
Ralf Becker
579b0efa0f remove not used supersize.js 2021-05-28 09:58:56 +02:00
Hadi Nategh
cc77e68341 Fix darkmode for mobile popups running in iframes 2021-05-18 11:40:20 +02:00
Hadi Nategh
a49ac9648e Implement throbber for mobile framework 2021-04-22 16:00:52 +02:00
Hadi Nategh
fb83d97150 Implement loading aware framework animation 2021-04-19 10:17:47 +02:00
Hadi Nategh
739bfb482b Compact theme:
- Fix framework tabs not being able to get closed
- Fix some styling
- Fix framework tabs are overriding last active opened tab
2021-03-17 14:00:33 +01:00
Hadi Nategh
b882b5fdd0 Fix framework in compact theme stalls on applications load when there's a framework tab 2021-03-17 11:55:20 +01:00
Hadi Nategh
dd97c0f316 Fix darkmode in mobile theme 2021-03-04 17:00:47 +01:00
nathangray
6470916d51 Disable context menu on topmenu items 2021-02-18 11:04:22 -07:00
Hadi Nategh
467a9cad42 WIP darkmode theme: Implement darkmode switch for mobile view 2020-12-17 17:20:04 +01:00
Hadi Nategh
f21ac58c87 Introduce dark/light mode theme switch into framework 2020-12-15 20:24:25 +01:00
Hadi Nategh
6525361145 Do not set active app on an app with status 5 (run in background) for mobile framework 2020-08-03 15:46:47 +02:00
Ralf Becker
6113706921 fix not working timezone selectbox in topmenu (whole menu was hidden on click) 2020-01-10 10:56:59 +01:00
Hadi Nategh
4276ebbe5f * Mobile theme: fix mobile theme sidebar not showing notifications 2019-12-10 14:18:05 +01:00
Hadi Nategh
b760fcf857 Fix tooltip of notifications indicator 2019-12-03 16:24:17 +01:00
Hadi Nategh
9233c93e4f Implement new indicator for topmenu items in fw such as displaying unread messages for notifications 2019-12-02 14:09:45 +01:00
Hadi Nategh
87a0f0135f Fix app's icon in mobile template header not being displayed while the sidebar is toggled 2019-09-16 13:05:02 +02:00
Ralf Becker
6254eb61fd fix error from href="javascript:void()" by ignoring it 2019-08-15 19:36:04 +02:00
Hadi Nategh
21bcd39113 Stop loading animation after 3sec if it didn't end for some reason 2019-08-12 11:23:40 +02:00
Hadi Nategh
399e737da7 Continue loading animation for another sec to give a chance to nm be there 2019-08-07 16:59:33 +02:00
Hadi Nategh
11d4aaf7c1 Some UI/UX improvements:
- Fix tabs headers alignment and resize
- Implement a loading page to obscure actual DOM rendering from user's view
2019-08-06 10:00:53 +02:00
Hadi Nategh
56655092f0 Remove sliderup feature 2019-05-29 12:03:18 +02:00
Hadi Nategh
b1f4b2cb5d WIP framework new style 2019-05-24 16:11:37 +02:00
Hadi Nategh
ef76353bb6 Fix top margin of sidebar and tap headers 2019-04-26 11:09:46 +02:00
Hadi Nategh
e6c2b4884e Remove Add ... item from quick add box 2019-03-26 12:02:11 +01:00
Hadi Nategh
53bff47792 Improve styling for quick add 2019-03-25 16:36:30 +01:00
Hadi Nategh
0361eb3786 Add a class to basecontainer when slideup 2019-03-07 16:31:47 +01:00