Commit graph

66 commits

Author SHA1 Message Date
danpros
5b45d379c2 Update noto-serif.css 2025-11-02 12:38:06 +07:00
danpros
59bbc930f0 Fix noto serif fonts 2025-11-02 12:34:44 +07:00
danpros
c442f92dde Add theme settings
Adding simple theme settings. We can add the fields available in theme.json.
2025-10-29 13:15:20 +07:00
danpros
c18896b2b6 Update adminlte.min.css 2025-10-21 11:05:43 +07:00
danpros
6684d027e8 Simplify the select option
Make the select options value similar to future theme settings.
2025-10-21 07:32:16 +07:00
danpros
50b6d0b520 GDPR Compliance
Using local resources for fonts, CSS, or scripts.
2025-08-18 05:28:26 +07:00
Dan
3f6fe237dc Add target attribute in menu 2025-07-04 09:26:52 +07:00
andrigamerita
60858703c0
Handle server-side session error for /admin/autosave 2025-06-07 16:38:31 +02:00
andrigamerita
a0b8059647
Refactor autosave draft script and add error handling 2025-06-07 15:35:01 +02:00
Dan
d3ad94a5ee Change version 2025-04-22 10:25:04 +07:00
Dan
aeec0910ff Improve toolbar and menu
Sometimes if we have a menu with a `fixed` position then it will overlap with the toolbar. This is trying to fix it.
2025-04-21 18:30:12 +07:00
Dan
a305ba2b31 Change the IDs 2025-04-21 14:24:18 +07:00
Dan
b707d74507 Update toolbar.css 2025-04-21 11:14:48 +07:00
Dan
347b26bba2 Translate menu 2025-04-21 11:05:33 +07:00
Dan
4fda99425d Improve toolbar
Add menu button for mobile
2025-04-21 09:21:41 +07:00
Dan
04c5ab3a3d Fix form styling 2025-03-19 12:20:36 +07:00
Dan
be90f88708 Form builder styling 2025-03-18 19:53:56 +07:00
Dan
65afc01fe5 Add info properties 2025-03-18 15:27:21 +07:00
Dan
b51bbd2d60 Update form.builder.js 2025-03-18 09:44:57 +07:00
Dan
0214d31817 Update form.builder.js
Remove spaces for select value and options value
2025-03-18 04:57:40 +07:00
Dan
fda3af37f4 Clean toc heading link
The heading link only show up when we hovering it
2025-03-17 20:00:37 +07:00
Dan
3ca9ed1922 Simple custom fields
Currently only supports text, textarea, checkbox and select types.

Can add custom fields to posts, pages/subpages, profile.
2025-03-17 16:02:16 +07:00
Dan
eb4330abc8 Autosave message
Added a message why the draft was not saved
2025-01-24 09:09:31 +07:00
danpros
4abd8b29f4 Add new theme
Based on Tailwind Starter Blog theme, see https://github.com/timlrx/tailwind-nextjs-starter-blog
2024-11-20 13:01:17 +07:00
danpros
10bc30112f Sidebar always dark + add missing lang string 2024-11-11 13:04:17 +07:00
Joduai
b94fd958a4
Add files via upload 2024-10-15 22:04:14 +00:00
danpros
9beafa63bb Fix autosave #789
Track last saved draft than compare the new filename against the old filename when saving.
2024-10-10 12:09:36 +07:00
danpros
fcb013948c Improve styling 2024-10-09 22:00:23 +07:00
Daniel Ethan
ca55ea5881 Update Font Awesome version in Admin panel
The current Font Awesome version in the admin panel is 4.4.0.

I updated this to the latest free version 6.6.0 here https://github.com/FortAwesome/Font-Awesome

I checked and all icons look to be loading properly in the admin panel. I also checked each of the built-in themes to make sure nothing was conflicting, and I didn't notice any missing icons in the themes.
2024-09-26 21:27:33 +01:00
danpros
966a7f3c2d Toggle Preview
Revert the autosize and add toggle preview instead.
2024-06-01 22:59:12 +07:00
danpros
aa5d1f4ade Autosize editor textarea 2024-05-30 20:07:24 +07:00
danpros
a813ed3b38 Improve Autosave 2024-05-27 07:37:53 +07:00
KuJoe
25fee781cf Added autosave feature to posts/pages
Added a feature to automatically save posts/pages every 60 seconds as a draft to avoid lost work. Includes a notification in the bottom right of the screen. Still needs a bit more work to avoid saving multiple drafts under different file names. Only auto saves for new posts/pages, not edits.
2024-05-18 03:22:31 -04:00
danpros
5f501bf572 Create htmly-small.png 2024-05-17 20:22:08 +07:00
danpros
c9a8d3b3fb Upload logo 2024-05-17 19:58:07 +07:00
danpros
8d905c82ca Update toc.css 2024-03-14 14:57:51 +07:00
danpros
675cf51259 Add pager in gallery
Load 40 images for each pager.
2024-03-03 17:26:08 +07:00
danpros
fee9418760 Update social-logos.css 2024-02-27 09:25:42 +07:00
danpros
04d306acb0 Add social logos
Add social logos and new social links.
2024-02-26 15:33:20 +07:00
danpros
863557c235 Update toc.generator.js 2024-02-24 18:08:00 +07:00
danpros
a80ca28025 Update toc.generator.js 2024-02-24 15:51:34 +07:00
danpros
a8e3c0e670 TOC styling
Create default TOC style with options to use the theme css
2024-02-22 18:46:35 +07:00
danpros
4899d2b71f Cleanup TOC 2024-02-22 08:03:58 +07:00
danpros
06140ec58c Improve the TOC
Even in posts collections page, create the TOC as long as its in full post mode.
2024-02-21 11:21:26 +07:00
danpros
6c8c1271c2 Add TOC
Allow to add TOC using shortcode (<!--toc-->). TOC add button in text editor.
2024-02-20 22:47:45 +07:00
danpros
8d142b7f37 Improve pages/subpages
Allow to reorder the pages and subpages position. Added doks theme
2024-01-26 08:06:12 +07:00
danpros
8020b606e2 Simple Image Gallery
Allows us to reuse previous uploaded images.
​
2023-12-15 13:47:38 +07:00
danpros
8bed79dd88 Update jquery.nestable++.js 2023-12-13 11:45:37 +07:00
danpros
4d2b505b56 Add image preview 2023-12-13 00:03:10 +07:00
danpros
adfaf19cf1 Add insert image button 2023-12-12 21:16:30 +07:00