Daxexs

Results 14 issues of Daxexs

- [x] Improve the speed of switching between pages. - [x] Now `page.go()` and `data.go()` work similarly to go to a page (`View`), the only difference is that `data.go()` checks...

enhancement

**To do list** - [x] Code - [ ] Documentation --- Create new pages (views) by using classes, you don't need to inherit from any other class to add the...

documentation
enhancement

* The method will be added in `Datasy (data)`. * Allows you to return to the previous page (`View`). --- ### To do list - [x] Code - [ ]...

documentation
enhancement

Update formatter configuration.

enhancement

- [ ] Remove dependency on parse. - [ ] Update documentation.

enhancement

Using page-404 often fails the initial path.

bug

- [x] Add in the `page` decorator the `index` parameter that will be related to the set path. - [x] Add `dynamic_control` method available in `data:fs.Datasy`. - [x] Better structure...

bug
enhancement

- [ ] Documentation --- The use of cache is very useful for applications where changing pages does not change the processes that are being carried out, that is, if...

enhancement

- [x] automatic routing

enhancement

* [x] Add Middlewares to AddPagesy. which will be automatically integrated into all decorated pages. > To use Middleware in AddPagesy is very easy, you can do it in two...

enhancement