Releases: Nakama3942/Blog
Releases · Nakama3942/Blog
Release
Improvements have been made:
- Combined the Blog content into one directory;
- Added a devlog playlist;
- Added an indication of the current version with a link to Changelog;
- Hid the Administrator keys;
- Switched to HTTPS;
- Added formatting buttons to the content field;
- Now, the first time you visit the site, the settings are applied correctly;
- When you click on the mail banner, it is now copied to the clipboard;
- Now, the styles loading toggle for the first load always on;
- Licensed the project;
- Transferred all personal information to content files;
- Documented the project.
Final update
- Fixed styles:
- Made changes to the icon structure
- Added icons for toggles
- Hid the tooltips in the mode with css enabled
- Changed the principle of enabling the dark theme
- Combined forms into one file
- Refused optimizations:
- Loading data is not critical now
- There is a problem with searching in the library itself - it only supports the Latin alphabet, therefore in the Cyrillic alphabet only case-sensitive search is possible and this cannot be solved in any way...
Style structure update
Changed the style structure (prepared addition a dark theme) and finished adding settings (the styles themselves have not yet been rewritten and look disgusting).
Meme update
Removed toggle from the form style (bug fixed) and added new settings:
- Implemented a color switch for frames (on the pages of creating/editing a post/dream you cannot turn off the color of the frames);
- Added an avatar to the header;
- Implemented a meme mode switch;
- Returned broken frames in meme mode;
- Fixed the order of the toggles.
Settings update
Implemented a settings panel and a toggle to disable all styles.
Favicon update
Split the styles file into several files, fixed new bugs in the navbar and added:
- Favicon;
- Display of the last five dreams on the main page.
Articles update
Made improvements to the Blog pages:
- Surrounded all Articles with Div class="article-container"
- Fixed all bugs in the navbar
- Refused to add navbar animation
- Fixed bugs in forms
- Corrected the order of elements of the Post/Dream creation forms
- Now you can clearly see the background color of a Post/Dream even in the process of creating/changing them
- Corrected the styles and removed errors in them
Button update
Replaced form buttons with regular buttons and moved the delete button to the modal window.
Search update
Implemented search by title, description and tags for posts and dreams.
Now the server starts on the local network.
Optimization update
The following improvements have been made:
- Files and gallery moved to request system, as with messages and images:
- Now files and images cannot be uploaded with the same names either;
- Now the blog admin will know which files/images have been uploaded and which have not;
- The database was refactored;
- Getting the list of recent publications for the main page has been optimized;
- Fixed the basic template;
- I gave up on the idea of publishing the code (otherwise I would have to go the same way as with the dream journal):
- I decided to leave only CodeSnaps in the finished gallery;
- Changed the navbar;
- Added a new table to the database for CodeSnaps.