Luis de Dios
638a8a8d3f
🐛 Fix keyboard interactions with mentions
2025-02-12 16:37:51 +01:00
luisδμ
7fd0ca2243
🐛 Fix allow a comment length of 750 chars and show error text if exceeded ( #5810 )
2025-02-10 15:03:07 +01:00
luisδμ
92aa615da4
🐛 Fix users from another teams appear in mentions ( #5789 )
2025-02-07 12:33:29 +01:00
luisδμ
45059d73da
🐛 Fix several bugs in comments ( #5716 )
...
* ♻️ Remove obsolete CSS code
* 🐛 Fix post a comment with keyboard
* 🐛 Fix show comments cursor on view mode
* 🐛 Fix avoid comment bubbles to appear on top of sidebars
* 🐛 Fix cancel native browser zoom when comment threads are visible
2025-01-30 10:35:47 +01:00
alonso.torres
d854398dae
🐛 Disale button on empty comments
2025-01-28 16:00:09 +01:00
Andrey Antukh
85746e7cb2
♻️ Refactor state locality
...
The main purpose of this refactor is reduce
a custom state from different pages and unify
them under common access patterns
2025-01-16 15:31:18 +01:00
alonso.torres
007740c106
🐛 Fix problem growing text area
2025-01-15 15:00:11 +01:00
luisddm
658c3309a5
♻️ Use recommended rumext syntax
2025-01-13 16:55:44 +01:00
luisddm
1662fe5b01
🐛 Fix bubbles getting displaced when thread does not fit in viewport
2025-01-13 12:50:19 +01:00
luisddm
3518f8160c
🐛 Fix passing clojure map as js map
2025-01-13 11:24:32 +01:00
Andrey Antukh
717c447f32
⬆️ Update rumext to v2.20
...
It includes:
- a revert for recursive transformations for :> handler
- a revert for use-state stable reference handling
- a partial support for malli decoding on props validation
2025-01-10 17:12:06 +01:00
luisδμ
74f807d539
Merge pull request #5515 from penpot/qol-comments-mentions
...
✨ Add mentions to notifications
2025-01-09 12:42:11 +01:00
Eva Marco
5ee87018b9
🐛 Fix icon* component prop
2025-01-09 12:14:38 +01:00
alonso.torres
6e3f9db744
🐛 Fix problem in firefox comments
2025-01-09 12:10:31 +01:00
alonso.torres
b1dda02b47
✨ Add mentions to notifications
2025-01-09 11:55:53 +01:00
luisddm
b5e5c4b0dd
♻️ Visual changes in comments
2024-12-27 11:43:51 +01:00
Andrey Antukh
3e090b126e
♻️ Refactor application routing
...
Mainly removes an inconsistent use of path params and normalize
all routes to use query params for make it extensible without
breaking urls.
2024-12-03 18:23:41 +01:00
Andrey Antukh
b82679deaf
🎉 Merge tokens-studio
2024-11-05 14:21:09 +01:00
luisddm
e45fa1380d
♻️ Replace buttons on workspace
...
♻️ Replace buttons on workspace
♻️ Format files
🐛 Fix pull request issues
2024-10-23 14:46:47 +02:00
alonso.torres
f5f255e2d5
🐛 Fix problem with comments max length
2024-09-17 14:18:51 +02:00
Andrey Antukh
f095e1b29f
✨ Replace custom all-spaces? fn with generic str/blank?
2024-07-02 17:47:58 +02:00
Alejandro Alonso
3d7f399a50
🐛 Fix missing scroll in comments
2024-06-11 10:38:41 +02:00
Belén Albeza
ee4e1fbbf4
🐛 Fix comments not being visible on view mode
2024-04-04 10:44:25 +02:00
Belén Albeza
8541ddc598
🐛 Fix comments padding
2024-04-04 10:44:25 +02:00
AzazelN28
411af023d5
🐛 Fix comment reply menu
2024-04-02 15:29:07 +02:00
Eva Marco
4e9710ddfa
🐛 Fix dashboard comment title
2024-03-14 12:15:01 +01:00
Belén Albeza
3fdf0c727e
🐛 Fix comments thread overflowing the viewport and displacing comment bubbles
2024-03-12 10:27:23 +01:00
Eva Marco
ca7438aab5
♻️ Rename all icon functions
2024-03-08 16:07:38 +01:00
Andrey Antukh
638cf6daff
💄 Add cosmetic enhancements to viewport comments layer
...
That also improves performance
2024-03-05 18:51:40 +01:00
Andrey Antukh
833871df65
💄 Format frontend code
2024-01-08 09:32:50 +01:00
Eva
3f151f16ce
♻️ Remove new-css-system from modals
2024-01-04 10:27:54 +01:00
Belén Albeza
ac9c5f4606
🎉 Implement sending comments on ctrl+enter ( #3749 )
...
This enables sending comments with ctrl+enter / cmd+enter (in addition to the existing clicking on the "Post" button), in the style of most chat apps.
Signed-off-by: Belén Albeza <belen@hey.com>
2023-11-02 16:33:09 +01:00
Eva
f4323fd1ac
💄 Update comment UI with new design
2023-10-16 10:04:04 +02:00
Aitor
4b8ee8ef84
✨ Update to React 18
2023-08-21 14:34:54 +02:00
Eva
955bf0ef9e
🐛 Fix empty reply comments
2023-07-25 11:57:20 +02:00
Eva
965c4fe243
🐛 Fix create empty comments
2023-07-13 12:45:01 +02:00
Andrey Antukh
f85a9011ee
🐛 Fix excessive data fetching on workspace comments
2023-07-10 12:44:24 +02:00
Andrey Antukh
9dbf6ffd14
🐛 Fix focus handling on comment edition
2023-07-10 12:44:24 +02:00
Andrey Antukh
992dd04b47
💄 Add cosmetic improvements to comments ns
2023-07-10 12:44:24 +02:00
alonso.torres
2c6513ac85
🐛 Fix problems with touch devices and Wacom tablets
2023-03-15 09:28:46 +01:00
Andrey Antukh
27451b9796
♻️ Refactor comments RPC methods and add tests
2022-12-31 12:00:57 +01:00
alonso.torres
93726cf8fe
🐛 Fix wrong interaction between comments and panning modes
2022-12-28 11:48:14 +01:00
Andrey Antukh
8bdfd188d8
⬆️ Upgrade shadow-cljs and rumext dependency
2022-09-28 09:45:43 +02:00
Andrey Antukh
41134f22e9
📎 Update license header
2022-09-20 23:23:22 +02:00
Andrey Antukh
d6d9d25fce
♻️ Refactor token generation API
2022-08-31 11:01:07 +02:00
Andrey Antukh
a37c1f7fca
♻️ Refactor viewer comments related components
2022-08-23 13:57:31 +02:00
Eva
1c446a011e
✨ Move comments
2022-08-01 09:53:55 +02:00
Pablo Alba
115314e97c
✨ In view mode allow comment/inspect to non-team users (by shared link permissions)
2022-06-29 09:41:30 +02:00
Andrés Moya
2be432e1d4
♻️ Remove obsolete st/emitf macro
2022-05-20 16:37:33 +02:00
Eva
e1348725c1
🐛 fix error when posting an empty comment
2022-02-10 09:28:05 +01:00