-
-
1 week agoMade many changes in the last few weeks, talking about the most important parts here.
-
-
2 months, 2 weeks agoI just finished making a dark mode that you can switch on and off, but that also follows your preferences first time you come on the website
-
-
5 months, 2 weeks agoFixed a few bugs, updated themes, more.
-
6 months, 4 weeks agoSo this is just a post talking about changes made in the last few days because I worked a lot without making an update post
Forms are changing and current page
Post #278 written by Khodok in Forms Updates
Content
Forms and Current page
Forms
What’s new
- Their design (it’s actually changed).
What’s next
- Making them all look the same.
- Match the design of the website with them (because they look good) TBD though.
Current page display
What’s new
- Some pages (the ones that have a direct link somewhere) now have their link colored differently if you currently are on it.
What’s next
- Maybe Breadcrumbs? (website getting bigger, getting necessary)
Bug fixes
- The search bar wasn’t displayed on smol screens, it’s now at the top of the opening menu, like it was supposed to.
Geeky Stuff, check at your own risks
Backend stuff that are kinda cool
-
The Link app on my website (which handles this
), now uses Content Types.
Content Types are a thing in Django (and I guess in most ORMs) that basically let’s devs link data together dynamically (simplified af but you get the idea, I guess).
It wasn’t the case before even though it was an obvious choice for good reasons: I didn’t know about Content Types and I didn’t know what I could use them for, but now I do
Meaning: I’ll start using Content Types more often at some places, one day I said I’d make all the side menus dynamic (not some dynamic and some hard coded because they led to different places based on who was logged in, etc), well this will greatly help me do it ! I still have to figure out a way to make it work without troubles but for most parts I guess I already have a few ideas how to do it. -
So yeah, not very interesting for most of you, but for me it’s a big step, Content Types are actually a huge deal since they allow SO many things I wasn’t sure how to make before… It makes stuff harder to implement but easier to manager afterwards.
Comments
Please Log in to leave a comment.
No comments yet.