Panagiotis Papadopoulos
55bdd4fffc
views: add TODO comment
2025-02-22 11:56:56 +01:00
Panagiotis Papadopoulos
dde24785b8
entrypoint: add missing login entry point and port to TS
2025-02-22 11:56:56 +01:00
Panagiotis Papadopoulos
f6d9b42911
entrypoint: add missing, currently required set_password entry point
...
TODO: I think this can actually be part of the setup entrypoint/view at some point
2025-02-22 11:56:56 +01:00
Panagiotis Papadopoulos
f78a6ed14b
views: import webpack created entrypoint css
...
→ this is currently only consisting of bootstrap, but should in future be more useful
2025-02-22 11:56:56 +01:00
Panagiotis Papadopoulos
5361161433
views: remove bootstrap references
2025-02-22 11:56:56 +01:00
matt wilkie
7af4e52766
brought over changes from 879035d
...
The last known good state before I got sidetracked into docker changes
2025-02-16 21:29:38 -07:00
Elian Doran
b6a9df981a
feat(login): autofocus the password field
2025-02-09 11:59:09 +02:00
Adorian Doran
6f1f728c1b
client: "Setup" dialog: use a consistent format for radio buttons
2025-02-03 17:17:39 +02:00
Elian Doran
298634ceaa
refactor(print): use dedicated print CSS
2025-01-31 20:47:18 +02:00
Panagiotis Papadopoulos
013b42bdd1
fix(setup): make keyboard navigation work
...
fixes #94
2025-01-29 22:40:42 +02:00
Panagiotis Papadopoulos
e6103bf11a
chore(views/setup): remove knockout src tag
...
-> this is now handled inside setup.ts and is handled by webpack
2025-01-29 22:40:42 +02:00
Panagiotis Papadopoulos
726683078e
chore(views/setup): move syncInProgress to meta tag
...
makes it easier to hanlde in the setup.ts file
2025-01-29 22:40:42 +02:00
Adorian Doran
41ef47576d
client: mark the check boxes and radio buttons that should use the new style
2025-01-24 22:35:45 +02:00
Caleb Norton
b8f15d2fe3
Fix parent share link
2025-01-16 15:28:30 -06:00
Panagiotis Papadopoulos
8b91c528aa
fix(views): replace deprecated meta tag
...
`apple-mobile-web-app-capable` =>
`mobile-web-app-capable`
as warned by Chrome and also already implemented by
e.g. Flutter or vercel/Next.js:
https://github.com/vercel/next.js/pull/70363
https://github.com/flutter/flutter/issues/154596
2025-01-13 20:49:53 +01:00
Elian Doran
bacba7d00b
Merge pull request #900 from pano9000/refactor_views-windowGlobal-ejs-partial
...
refactor(views): use ejs partial for injecting window.glob
2025-01-08 19:11:32 +02:00
Panagiotis Papadopoulos
14358d1ec0
refactor(views): use ejs partial for injecting window.glob
2025-01-08 09:15:16 +01:00
Panagiotis Papadopoulos
5e91e39841
style(views/set_password): use bootstrap class for padding
2025-01-08 08:07:46 +01:00
Panagiotis Papadopoulos
5bfba405a1
fix(views/set_password): fix page title
...
I've added set_password.title – currently this
looks like a duplicate string to set_password.heading,
but there will be a separate change to this soon
2025-01-07 23:08:36 +01:00
Panagiotis Papadopoulos
ee5a232d20
fix(views/set_password): fix "flash of unstyled content"
2025-01-07 22:50:19 +01:00
Panagiotis Papadopoulos
11415f5b2c
fix(views/set_password): fix duplicate input id
2025-01-07 22:38:20 +01:00
Elian Doran
564f1b92d2
Merge pull request #897 from pano9000/style_views-login
...
style(views/login): add Trilium icon and improve style
2025-01-07 22:27:27 +02:00
Elian Doran
d41fee8ade
Merge pull request #896 from pano9000/refactor_view-login_JS
...
refactor(view/login): simplify JS
2025-01-07 22:20:20 +02:00
Panagiotis Papadopoulos
9c03446a50
style(views/login): center heading to be in line w/ the logo
2025-01-07 19:20:05 +01:00
Panagiotis Papadopoulos
fb68460435
style(views/login): add Trilium logo above heading
2025-01-07 19:18:03 +01:00
Panagiotis Papadopoulos
1bbfa08238
style(views/login): use bootstrap class for padding
2025-01-07 19:16:43 +01:00
Panagiotis Papadopoulos
15faf161b5
refactor(views/login): simplify userAgent matching
...
- there is no need to have the Regexp check done
in 2 separate tests – just do it once
- I also have ordered the userAgents by order of
"popularity", so (in theory) it should match faster
for most people this way
(although realistically you will not notice this at all)
2025-01-07 08:38:12 +01:00
Panagiotis Papadopoulos
b44397a6bf
refactor(views/login): add getDeviceType function
2025-01-07 08:29:56 +01:00
Panagiotis Papadopoulos
7ca4ed4369
fix(views/login): fix "flash of unstyled content"
...
move stylesheets to head of HTML to get rid of
"FOUC" aka "Flash of unstyled content"
2025-01-06 23:19:15 +01:00
Elian Doran
57ed133c7f
feat(mobile): bring jump to note to mobile
2025-01-04 23:43:15 +02:00
Elian Doran
11631687ff
feat(client): add transparent background for status bar on tablets with desktop view
2025-01-04 20:04:02 +02:00
Elian Doran
2d43d3a813
feat(mobile): prevent accidental zoom
2025-01-02 01:36:58 +02:00
Elian Doran
ba84cd0390
feat(mobile): improve layout on iOS
2024-12-28 11:57:13 +02:00
Elian Doran
a2c652f108
fix(mobile): relayout would sometimes hide the context menu
2024-12-28 10:22:01 +02:00
Elian Doran
b2b41edd61
feat(theme): allow using next as base theme
2024-12-14 02:30:23 +02:00
Elian Doran
f4efefe480
feat(mica): add back toggleable
2024-12-09 21:54:11 +02:00
Elian Doran
88a93e3a7b
fix(native-buttons): regressions on mac
2024-12-07 00:14:05 +02:00
Elian Doran
5d1e6d6f31
feat(native-buttons): fallback to original implementation for Linux
2024-12-06 22:12:27 +02:00
Elian Doran
aefd139592
feat(next): improve left margin to allow moving
2024-12-05 20:34:55 +02:00
Elian Doran
7cb5ef2266
feat(style): pass whether electron to CSS
2024-12-04 22:57:03 +02:00
Elian Doran
e9cf310657
feat(style): pass platform to CSS
2024-12-04 22:55:07 +02:00
Elian Doran
8135fa09c3
feat(native-buttons): differentiate background based on layout
2024-12-01 21:06:01 +02:00
Elian Doran
fd53781c71
feat(theme): use TriliumNext as login & set password theme
2024-11-22 20:22:48 +02:00
Elian Doran
76256c1b9c
feat(theme): use TriliumNext as setup theme
2024-11-22 20:21:22 +02:00
Elian Doran
f26a04216a
server: Translate share page
2024-09-08 20:36:25 +03:00
Elian Doran
e565d29490
server: Translate share 404
2024-09-08 20:25:38 +03:00
Elian Doran
947c50353d
server: Translate here link in setup
2024-09-08 20:16:57 +03:00
Elian Doran
893a1e3723
i18n: Translate setup screen
2024-09-08 20:00:55 +03:00
Elian Doran
94857d8802
server: Translate JavaScript required
2024-09-08 18:55:11 +03:00
Elian Doran
58d1e77ac1
server: Translate set password page
2024-09-08 18:28:29 +03:00