Commit Graph

300 Commits

Author SHA1 Message Date
57a3d5697d change mobile breadcrumb icon 2025-04-22 20:36:50 +01:00
660555068b Merge branch 'main' into feat/sharing 2025-04-22 20:28:43 +01:00
3e8824435d update vite and axios 2025-04-22 20:28:27 +01:00
6cfddead24 * add /p/ segment to share urls
* minore fixes
2025-04-22 20:24:55 +01:00
37a1804db9 Revert "switch to vite rolldown (#1048)" (#1050)
This reverts commit 1a1b2c8682.
2025-04-22 20:00:36 +01:00
dfb5e0dd59 Merge branch 'main' into feat/sharing 2025-04-22 15:53:18 +01:00
1a1b2c8682 switch to vite rolldown (#1048)
* switch to vite rolldown

* update
2025-04-22 15:52:44 +01:00
f74688663d WIP 2025-04-22 15:10:05 +01:00
deb6c9c09b open link button 2025-04-22 14:23:14 +01:00
cf7f5bbd19 add link ref 2025-04-22 13:51:22 +01:00
3e195e7fa1 Change copy 2025-04-22 13:47:51 +01:00
86e8795c1f refactor page breadcrumbs 2025-04-22 13:31:15 +01:00
b5b48378ab update copy 2025-04-21 20:33:49 +01:00
9ce708bb7d close sidebar 2025-04-21 20:11:55 +01:00
f029381952 close sidebar on click 2025-04-21 20:06:58 +01:00
3efb62dec3 Merge branch 'main' into feat/sharing 2025-04-21 19:26:57 +01:00
6f80ea56df fix 2025-04-21 19:26:24 +01:00
5c957fda8d fix: nested tree open state 2025-04-21 19:24:25 +01:00
0ff41d06fa WIP 2025-04-21 16:01:45 +01:00
9e5339c86b Close Navbar on outside click on mobile 2025-04-21 15:46:23 +01:00
c93a96ef55 disable user select 2025-04-20 20:18:27 +01:00
fa6c10b07f Server render shared page meta tags 2025-04-19 14:59:52 +01:00
5ccea524c7 WIP 2025-04-18 20:46:55 +01:00
6543ef16f8 Merge branch 'main' into feat/sharing 2025-04-16 23:30:52 +01:00
99540141ea WIP 2025-04-16 23:23:27 +01:00
5bdefda9c7 WIP 2025-04-16 20:19:16 +01:00
de57d05199 0.10.2 2025-04-15 12:48:40 +01:00
418e61614c Share - WIP 2025-04-15 12:45:26 +01:00
8dff3e2240 WIP 2025-04-12 17:59:00 +01:00
49d0f1cc9a Add click handler 2025-04-11 13:41:43 +01:00
268001ae26 v0.10.1 2025-04-11 13:23:42 +01:00
f9711918a3 fix comment editor padding 2025-04-11 12:32:54 +01:00
16a253ec40 WIP 2025-04-10 23:47:26 +01:00
4f52d32bef - public attachment links
- WIP
2025-04-10 17:57:02 +01:00
b5c90ec775 Merge branch 'main' into feat/sharing 2025-04-09 20:22:44 +01:00
29bb52db0c v0.10.0 2025-04-09 19:14:51 +01:00
7fe3c5f177 * time ago hook 2025-04-09 18:47:39 +01:00
4aa5d7e326 hide history action menu for can-view role (#1001) 2025-04-09 15:42:29 +01:00
18e8c4cbaf Share - WIP 2025-04-09 13:26:50 +01:00
a9f370660b New Crowdin updates (#1005)
* New translations translation.json (French)

* New translations translation.json (Spanish)

* New translations translation.json (German)

* New translations translation.json (Italian)

* New translations translation.json (Japanese)

* New translations translation.json (Korean)

* New translations translation.json (Dutch)

* New translations translation.json (Russian)

* New translations translation.json (Chinese Simplified)

* New translations translation.json (Portuguese, Brazilian)

* New translations translation.json (French)

* New translations translation.json (Spanish)

* New translations translation.json (German)

* New translations translation.json (Italian)

* New translations translation.json (Japanese)

* New translations translation.json (Korean)

* New translations translation.json (Dutch)

* New translations translation.json (Russian)

* New translations translation.json (Chinese Simplified)

* New translations translation.json (Portuguese, Brazilian)
2025-04-08 17:28:33 +01:00
117c7049ff fix 2025-04-08 17:15:09 +01:00
cd10365f71 new translations 2025-04-08 17:10:48 +01:00
ee30d9d0f2 New Crowdin updates (#1003)
* New translations translation.json (French)

* New translations translation.json (Italian)

* New translations translation.json (Japanese)

* New translations translation.json (Korean)

* New translations translation.json (Russian)

* New translations translation.json (Chinese Simplified)

* New translations translation.json (English)

* New translations translation.json (Portuguese, Brazilian)
2025-04-08 17:10:08 +01:00
276ececbf2 cleanup 2025-04-08 17:06:32 +01:00
fa194a497c cleanup 2025-04-08 17:04:43 +01:00
1eaba6e77f fix: bug fixes (#1000)
* sort by groups first

* add scroll area

* fix group members pagination

* move pagination to the right
2025-04-08 13:34:00 +01:00
7431804a46 feat: delete workspace member (#987)
* add delete user endpoint (server)

* delete user (UI)

* prevent token generation

* more checks
2025-04-07 19:26:03 +01:00
233536314f feat: add Table of contents (#981)
* chore: add table of contents module

* refactor

* lint

* null check

---------

Co-authored-by: Philipinho <16838612+Philipinho@users.noreply.github.com>
2025-04-05 19:03:42 +01:00
17ce3bab8a feat: move page between spaces (#988)
* feat: Move the page to another space

- The ability to move a page to another space has been added

* feat: Move the page to another space
* feat: Move the page to another space

- Correction of the visibility attribute of elements that extend beyond the boundaries of the space selection modal window

* feat: Move the page to another space

- Added removal of query keys when moving pages

* feat: Move the page to another space

- Fix locales

* feat: Move the page to another space
* feat: Move the page to another space

- Fix docker compose

* feat: Move the page to another space

* feat: Move the page to another space

- Some refactor

* feat: Move the page to another space

- Attachments update

* feat: Move the page to another space

- The function of searching for attachments by page ID and updating attachments has been combined

* feat: Move the page to another space

- Fix variable name

* feat: Move the page to another space

- Move current space to parameter of component SpaceSelectionModal

* refactor ui

---------

Co-authored-by: plekhanov <astecom@mail.ru>
2025-04-04 23:44:18 +01:00
8aa604637e feat: nested toggle block (#671)
* feat: nested toggle block

* fix: md export

* fix detailsButton icon alignment

---------

Co-authored-by: Philipinho <16838612+Philipinho@users.noreply.github.com>
2025-04-04 13:01:39 +01:00