155c914c341df97e657dc9dc945da63cb7164fa6
- Fix UserPropertyModel value field name from "path" to "value" in user_property.py - Add self.mapper.db.commit() call after upsert in UserPropertyService to persist changes - Refactor CSS across base.css, buttons.css, inputs.css, generic-form.css, and fancy-button.js to unify dark theme with monospace font, consistent border-radius (4px), and transition effects - Introduce new buttons.css and inputs.css stylesheets with reusable .btn, .input, .textarea, .select classes and variants (primary, secondary, danger, success, sizes) - Update sidebar navigation styling with active state indicator and hover border-left highlight - Revise dialog button styles to match new design system with border, background, and hover states - Adjust generic-form and generic-field components to use new font, colors, and focus ring (box-shadow) instead of outline
Snek
Slack like chat application with focus on performance
This is a slack like chat application with focus on performance. Other slack-like applications became too heavy. My RocketChat just had an 'frontend' crash. Just an error from the system itself like it's the most normal thing in the world.
Running
At this point, there's nothing officially running but what you can do:
- Install the project:
make install - Run part of the project:
./venv/bin/python -m snek.app - Run other part of the project:
./venv/bin/python -m snek.models
Languages
Python
60.6%
HTML
19%
JavaScript
17.1%
CSS
3.2%