Skip to content

Releases: DeFUCC/project-app

Pug and Stylus in components for more dense code

14 Jan 19:19
Compare
Choose a tag to compare

No more need for < > in html and { } in css!

The app architecture is still a work in progress and using these preprocessors will make refactoring even more fast and easy. Pug (ex-Jade) makes moving components in the hierarchy of the app very-very easy and code looks more dense and clean. Also it's more convenient to use classes everywhere so scoped CSS will be a little faster than with tags.

yaml I18n included

13 Jan 19:22
Compare
Choose a tag to compare

Basic internationalization with a vite plugin is introduced. Along with minor UI improvements, including the username rotation in the sidebar.

Better UI to grow functionality upon

13 Jan 13:36
Compare
Choose a tag to compare

Getting ready to establish teams – so fixed many small issues of technical debt in the UI and in the app structure. Routing still not 100% finalized, but definitely comes to better consistency. Though many other architectural decisions are to be made.

Clean routing and ready for improvements

11 Jan 16:13
Compare
Choose a tag to compare

Just extract this zip to a folder on a regular apache server, put your credentials to the app.config.js if needed and you are ready to go! Portable connector to a distributed database of projects and more!

Integrated docs and zero level routes for app management

10 Jan 18:08
Compare
Choose a tag to compare

Markdown docs integrated with the app for the self-contained knowledge base about the app and it's capabilities. And you can use any component there! It's a very powerful feature!

Also there is app.config.js at the root level for anyone to set the app for your needs.

First online prototype

07 Jan 09:56
Compare
Choose a tag to compare

It has an app.config.json to set the app path and the Gun peers - so anybody can create his own feeds app just uploading the archive and editing the config. To create a Gun peer you just need to clone it's repo to a Glitch site. It's starting very slow and the initial load may take up to a couple of minutes, but then it runs rather smoothly.

routing and sticky pages

30 Dec 21:15
Compare
Choose a tag to compare
Pre-release

Looks very nice

Full editing with logging

28 Dec 08:01
Compare
Choose a tag to compare
Pre-release

First version with full item editing options (Markdown in descriptions included!) and also some basic logging item vise.

First working version

21 Dec 21:22
Compare
Choose a tag to compare
First working version Pre-release
Pre-release

Got some basic functionality work smoothly.