Jakobus Schürz
e651769134
change/remove comments in code
2023-03-15 14:37:54 +01:00
Jakobus Schürz
f5f2076a2d
remove unused selector
...
was there for historical reasons... :/
2023-03-14 17:33:51 +01:00
Jakobus Schürz
0dffe65d64
fix indetation and removed some calls.
2023-03-14 17:32:11 +01:00
xundeenergie
d6fc00c743
Update view/theme/frio/js/theme.js
...
removed it.
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2023-03-14 17:32:11 +01:00
Jakobus Schürz
c94b586543
reduce literal html in javascript-code
2023-03-14 17:32:11 +01:00
Jakobus Schürz
f8018f8dfe
make errormessages modular and better
2023-03-14 17:32:11 +01:00
Jakobus Schürz
9140914a24
make erromessages translateable
2023-03-14 17:32:11 +01:00
Jakobus Schürz
bd2cd8dd4c
remove reminder for deleting rotators in tpl
2023-03-14 17:32:11 +01:00
xundeenergie
225e2124cc
Update view/theme/frio/js/theme.js
...
in this case, the img[id^=waitfor... .show() shows existing image-containers. All of them which exist.
Because there can be more than one. And this filter just shows them.
adding another rotator with your suggestion can lead to 2 or more rotators on a button.
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2023-03-14 17:32:11 +01:00
Jakobus Schürz
2219978788
reduce indentation
2023-03-14 17:32:11 +01:00
Jakobus Schürz
96c3321bb8
improve optical feedback with rotator on buttons
...
* functional rotator with feedback from ajax-request for activity
on like, dislike, share and shareMenu button in wide-screen and media-screen
2023-03-14 17:32:11 +01:00
Jakobus Schürz
660a9cf285
show rotator on button
2023-03-14 17:32:11 +01:00
Jakobus Schürz
a1b9f27545
make indentation as tabs
2023-03-14 17:32:11 +01:00
Jakobus Schürz
4244670f1c
simplify code, remove debug output
2023-03-14 17:32:11 +01:00
Jakobus Schürz
f8fc9c1e8b
improve like/share buttons
...
change the button only if it could send its request successfully to the server.
fixes:
* disrupting a video on liking or sharing
* timeline jumps around somewhere else, when you like or share a
posting/comment, and you can not find back.
2023-03-14 17:32:11 +01:00
Hypolite Petovan
e556dc3c31
Add new frio.always_open_compose setting
...
- This setting allows the New Post button to always open the Compose page instead of the modal by default
2022-10-16 11:49:27 -04:00
Hypolite Petovan
4a885a13a6
Remove poke feature
2022-08-09 14:55:55 -04:00
Hypolite Petovan
f2af985350
[frio] Add a conditional browser share button
2022-01-09 12:31:54 -05:00
Hypolite Petovan
3a18669730
Rename dolike to doActivityItem
2021-01-31 08:39:47 -05:00
Extarys
61ef23dedc
fix toggle button
2021-01-22 11:50:07 -05:00
Extarys
846506081c
frio mobile: fix: right offcanvas
2021-01-22 11:48:58 -05:00
Extarys
91d3e72be7
frio: formating, otherwise untouched
2021-01-22 08:38:44 -05:00
Extarys
61af10b6ce
fix: undefined search tag #9789
2021-01-20 09:21:57 -05:00
Hypolite Petovan
b2c4116357
Replace JQuery .text by .html
...
- Prevents inserting unescaped HTML in page
2020-11-16 18:19:24 -05:00
Tobias Diekershoff
225e86e437
Please add an EOF EOL
2020-09-27 20:00:06 +02:00
Tobias Diekershoff
1e7d9fdcf6
added license hints to the Frio javascript files
2020-09-27 18:36:33 +02:00
Hypolite Petovan
5aa6284b1d
[frio] Destroy unused perfect scrollbar on the aside element
...
- It was interfering with accented scheme styles
2020-09-14 00:22:59 -04:00
Hypolite Petovan
d5975ff0bc
[frio] Add dynamic CSS property before introducing accented themes
...
- Introduce variables for font colors
- Set content background transparency on several background colors
- Change radio/checkbox colors depending on the link color
- Prevent post highlighting to end up on static white
2020-08-15 20:25:33 -04:00
Michael Vogel
235f4eaa89
Merge pull request #8697 from MrPetovan/task/8691-like-links-one-way
...
Make like links one way
2020-05-29 15:33:24 +02:00
Hypolite Petovan
ed39618da2
[frio] Move variable assignment where it belongs in asynchronous comment form submission callback
2020-05-27 09:05:46 -04:00
Hypolite Petovan
df1c74bd33
Make "like" links one way
...
- Updated dolike() function to accept a "un-" switch
- [frio] Updated doLikeAction() function to call dolike() instead of having duplicated code
- Added boolean logic (with explanatory truth table) to smartly delete existing activities in Model\Item::performActivity
- Moved verb/activity parameter handling closer to their use in Model\Item::performActivity
- Updated all references to dolike() and doLikeAction() to include the "un-" switch
2020-05-27 08:41:13 -04:00
Hypolite Petovan
e6388a186f
[frio] Disable unexpected asynchronous compose form submission
2020-05-26 10:28:30 -04:00
Hypolite Petovan
7f04aea8b1
Move poke module to src/
...
- Add new route contact/<cid>/poke and update all references
- Rework template with form field includes
- [frio] Enable modal behavior
2020-04-20 11:47:08 -04:00
Hypolite Petovan
2791d70655
[frio] Merge compose/jot buttons features
2020-02-19 15:11:35 -05:00
Hypolite Petovan
95b09aaec4
[frio] Add loading animation on comment form submit
2020-02-11 23:45:47 -05:00
Hypolite Petovan
5930d94c91
[frio] Improve back to top button behavior at bottom of page
2020-02-09 18:14:06 -05:00
Michael
cf9070c396
Removed unneeded CSS and JS stuff
2020-02-05 16:30:35 +00:00
ozero dien
0a5b3a2bc7
Update theme.js
...
Reverted the animation change.
2020-01-15 18:58:00 +09:00
ozero dien
f3ea4a4f45
Stop scrollToItem() animate twice.
...
- Suppress first fade-to-black with `animate(colWhite, 1)`
- Stop animate twice in `colShiny` with `).promise().done(`
2020-01-09 13:59:56 +09:00
Hypolite Petovan
74bf3a4dc8
Replace path parameter with query string parameter in Module\Search\Saved
2019-10-13 08:39:41 -04:00
Hypolite Petovan
082827b67e
Remove unused Javascript methods and functions
2019-08-24 13:00:16 -04:00
Hypolite Petovan
901efb0a0e
[frio] Remove /contacts module incomplete autocompletion in search field
2019-08-24 12:59:42 -04:00
Hypolite Petovan
d5efca1171
[frio] Add compose page JS trigger and theme setting
2019-07-29 20:31:47 -04:00
Hypolite Petovan
6332a50466
[frio] Remove outer post padding
...
- Include mobile view changes
- Includes search view changes
2019-07-17 08:09:46 -04:00
Philipp Holzer
78a20e5acb
Fix hovercard vanish
2019-05-26 21:42:49 +02:00
Hypolite Petovan
3f640169f7
Switch comment box closing event listener from click to mousedown
...
- Fix event race condition in Chrome 73 (https://github.com/friendica/friendica/issues/6947 )
2019-03-28 22:32:31 -04:00
Hypolite Petovan
d7dbc632f8
Improved comment hiding interaction
...
- Remove global window.showMore and window.showFewer
- Improve global showHideComments function
- Remove frio-specific showHideComments function
2019-02-14 22:24:34 -05:00
Hypolite Petovan
9b8f91f8fe
[frio] Fix justifyGalley scales list
2019-01-06 05:33:40 -05:00
Jonny Tischbein
dd7d556c86
Fix opening comment box when Post has replies
2018-11-17 15:53:34 +01:00
Andreas Neustifter
32ef5623ab
[frio] Improve Group Editing ( #5349 )
...
* Improve group-editing and edit-navigation.
Use icons next to groups and header for navigation to editing groups and adding new groups.
Also use icon from group-sidebar for editing groups.
* Unify look&feel of contact search bars.
* Remove nogroup page and replace with /group/none.
* Make sure proper items are selected in aside.
* Use icon instead of link for 'View Contacs' on profile page.
* Fix none-working /group/none.
* Fix highlighting for everyone in group aside.
2018-07-09 18:36:50 -04:00