johnnyjoy
0dcd0904e8
refactor: remove resource uid
2025-02-01 12:50:15 +08:00
johnnyjoy
97d12db3d5
refactor: renovate create memo
2025-02-01 11:48:22 +08:00
johnnyjoy
5e770dda52
refactor: memo name
2025-02-01 11:17:36 +08:00
RoccoSmit
2f4c5d7bc2
fix: cancel out of no changes save ( #4335 )
...
Cancel out of trying to save
2025-02-01 08:30:04 +08:00
Philipp Mundhenk
63bbeb9ca3
chore: link to SSO Documentation ( #4319 )
...
* Update SSOSection.tsx
linked to SSO (links to Authentik, Authelia, Keycloak), instead of Keycloak only
* Update id.json
* Update uk.json
* Update fr.json
* Update pt-PT.json
* Update vi.json
* Update uk.json
* Update de.json
* Update en.json
2025-01-26 23:03:56 +08:00
johnnyjoy
0334a4845f
chore: tweak calendar styles
2025-01-21 22:55:57 +08:00
johnnyjoy
ef3b7ac6ae
chore: update tag icon
2025-01-21 22:55:35 +08:00
johnnyjoy
f9b1df5d13
fix: tags container
2025-01-21 22:46:09 +08:00
Comix
d9a92b2ef8
feat: support path style of s3 url ( #4304 )
...
Signed-off-by: ComixHe <ComixHe1895@outlook.com>
2025-01-21 18:02:21 +08:00
johnnyjoy
409d64b839
chore: update memo comment in activity
2025-01-20 19:34:23 +08:00
johnnyjoy
f1308ddd27
refactor: update part of resource identifier
2025-01-19 23:03:22 +08:00
Steven
edc3f1d9d9
chore: retire unused memo view
2025-01-16 09:20:01 +08:00
Steven
147458347b
chore: tweak user stats in frontend
2025-01-16 09:12:47 +08:00
johnnyjoy
c76ab87a0a
refactor: update list user stats
2025-01-15 19:25:36 +08:00
Steven
8b65d248b1
fix: memo filter
2025-01-14 00:05:33 +08:00
johnnyjoy
ee96465be0
feat: list user stats
2025-01-13 23:14:44 +08:00
johnnyjoy
cde058c72a
chore: tweak theme code
2025-01-13 19:46:06 +08:00
Query&mut NinjaStyle, &Ryder
94517490f5
fix: mermaid diagrams in dark mode ( #4289 )
...
* fix #4257 fixed ui for mermaid diagrams in dark mode
* fixed linting issues
* added dynamic color theme for mermaid diagrams
* now mermaid block uses theme according to the system as well when 'follow system' is selected
* refactored code for mermaid theme logic
* refactored mermaid code to use const instead of function call
---------
Co-authored-by: root <root@DESKTOP-G3MCU14>
2025-01-13 19:44:53 +08:00
Steven
5ff8ab9a61
chore: polish creator definition
2025-01-10 23:39:50 +08:00
Steven
8b7e9f5443
chore: remove unused user id
2025-01-10 23:35:00 +08:00
RoccoSmit
3081015692
feat: date picker navigation ( #4286 )
...
Added month and year dropdowns
2025-01-10 22:46:08 +08:00
johnnyjoy
2a861ea430
refactor: tweak resource state in api
2025-01-10 22:20:23 +08:00
johnnyjoy
1caaef1c5b
chore: fix memo compact mode
2025-01-10 21:47:00 +08:00
Query&mut NinjaStyle, &Ryder
972ebbae2f
fix: compact mode storage ( #4279 )
...
fix #4274 now when checkbox is toggled the memo remembers the compact state
Co-authored-by: root <root@DESKTOP-G3MCU14>
2025-01-10 20:43:46 +08:00
johnnyjoy
ac7121c21a
chore: update archived page
2025-01-10 20:24:05 +08:00
Steven
840b16f041
chore: tweak back to top button
2025-01-08 22:59:08 +08:00
Pierre Quillery
cdadf133d0
chore: adding missing translations ( #4273 )
...
* Added missing translations strings (filters, about page, ...)
* Forgot one translation string.
* Fixed PR issues and added Access Token related missing translation strings.
* Fixed eslint issues.
* Fixed eslint issues #2 .
* Fixed access token dialog translations, added missing webhook dialog translations.
2025-01-08 10:24:41 +08:00
Chris Curry
7b909fb772
feat: scroll to top ( #4244 )
2025-01-04 23:44:37 +08:00
Chris Curry
d81174ad7c
feat: optimize filters sync ( #4260 )
...
* refactor: add bi-directional filters sync between filterStore and searchParams
* fix: tag redirection from memos detail page, https://github.com/usememos/memos/issues/4232
2025-01-04 23:42:49 +08:00
Chris Curry
e3b378b03b
feat: persist memo filters with url query ( #4239 )
...
* feat: persist memo filters with url query
- Implemented synchronization of memo filters with URL search parameters.
- Enhanced memo store to manage current request state for fetching memos, allowing for request cancellation, avoiding the race conditions.
* refactor: update import
2025-01-02 10:23:15 +08:00
Chris Curry
bc0bac94ed
refactor: enhance hyperlink handling in markdown shortcuts ( #4238 )
2024-12-30 17:46:24 +08:00
johnnyjoy
41d9c9d76e
fix: order list starts
2024-12-25 22:43:26 +08:00
Johnny
e913271f15
refactor: move tags from property to payload ( #4229 )
...
* refactor: move tags from property to payload
* chore: fix tests
* chore: drop memo tags
* chore: update
---------
Co-authored-by: Steven <stevenlgtm@gmail.com>
2024-12-24 15:23:15 +00:00
zjy4fun
7a77b4ba38
chore: fix css location compatibility issues on Safari ( #4215 )
...
chore: fix location compatibility issues on Safari
closes https://github.com/usememos/memos/issues/4190
2024-12-20 13:21:59 +08:00
RoccoSmit
ce6ad4035d
fix: limit the size of the resource list viewer ( #4210 )
...
Limit the size of the file upload box
2024-12-19 10:32:05 +08:00
Nikolay
ea394d89b2
fix: add server name change in mobile header ( #4195 )
...
* [fix] add server name change in mobile header
* Update web/src/components/MobileHeader.tsx
* Update web/src/components/MobileHeader.tsx
* Apply suggestions from code review
---------
Co-authored-by: Николай Витальевич Никоноров <nnv@bitt.moe>
Co-authored-by: Johnny <yourselfhosted@gmail.com>
2024-12-13 13:23:16 +08:00
johnnyjoy
cb569c99fd
chore: remove useCallback in fetching memo list
2024-12-07 12:26:21 +08:00
Cheng
2aa3795e50
fix: search conditions affected by pull-to-refresh ( #4159 )
2024-11-29 22:13:41 +08:00
Query&mut NinjaStyle, &Ryder
009f4956ac
fix: check IdP for disallow password auth
...
* fix #4144 now when there is no sso then the Disallow password auth is disabled
* fixed the import issue
* attempt fixing linting issues
---------
Co-authored-by: pransh62390 <63577123+pransh62390@users.noreply.github.com>
2024-11-29 12:23:17 +08:00
KidLoveToPlay
73d13cb97b
chore: style fix to #4151 ( #4153 )
...
* chore: apply styles to the correct month
* chore: style fix
2024-11-28 10:23:28 +08:00
KidLoveToPlay
97ef5a8871
chore: apply styles to the correct month ( #4151 )
2024-11-27 14:00:50 +08:00
Madhur Jodhwani
a51e363c7c
chore: fix truncation of webhook url to avoid disappearance of Trash Icon ( #4145 )
...
* Fixed truncation of webhook url to avoid disappearance of Trash Icon
* fixing webhook truncation issue #4078
* Removing overflow-hidden
* resolving pipeline issues
* supporting on hover url display
---------
Co-authored-by: Madhur <madhur.jodhwani@accelya.com>
2024-11-25 14:19:04 +08:00
RoccoSmit
54ee2bf3ab
feat: show less when memo expanded ( #4143 )
...
* Added show less action and language files
* Renaming type as suggested in pr review
2024-11-24 22:24:58 +08:00
Steven
104948ae40
chore: set pull to refresh with screen size
2024-11-20 20:28:49 +08:00
nlfox
3cbccde67e
feat: add pull to refresh for PagedMemoList ( #4128 )
2024-11-19 23:34:47 +08:00
johnnyjoy
1424036ccd
chore: use for...of
2024-11-17 22:04:49 +08:00
Andy An
f6af564d4e
feat: enhancement on UI/UX on user statistic view part. ( #4122 )
...
Enhancement on UI/UX on user statistic view part.
2024-11-17 09:47:41 +08:00
lcdgit
f00751a6e0
feat: allow to remove done items ( #4126 )
...
* add remove done items
* i18n en add
* bug fix
* add i18n
* Modify the description
* Modify the description
* Modify the description
* remove remove_done_check_items setting
* fix the static checks
* fix the static checks
---------
Co-authored-by: mozhu <lcl_em@163.com>
2024-11-17 09:33:39 +08:00
Steven
f007185b8f
chore: tweak form styles
2024-11-12 23:23:14 +08:00
RoccoSmit
142e97ab5a
feat: navigate image view with keyboard keys ( #4116 )
...
* Navigate images with keyboard left and right keys
* Fix linting
* Adding missing "
* Added change to incorrect branch
2024-11-11 08:16:09 +08:00