]> gitweb.mndrdr.org Git - arelpe.git/commit
Significant UI improvements
authorAidan Cornelius-Bell <[email protected]>
Wed, 8 Jan 2025 04:35:58 +0000 (15:05 +1030)
committerAidan Cornelius-Bell <[email protected]>
Wed, 8 Jan 2025 04:35:58 +0000 (15:05 +1030)
commitefc6499626b321c20d7350ca521ff5a0b7ee4e07
tree329cc084a8d52929d32db28a875e5dc2fcb630ee
parentb270b99b0188fd722130f6d8f0264d4bcb08bc6b
Significant UI improvements
26 files changed:
app/assets/stylesheets/application.css
app/controllers/pubview_controller.rb
app/helpers/posts_helper.rb
app/services/markdown_renderer.rb
app/views/api_keys/index.html.erb
app/views/api_keys/new.html.erb
app/views/api_keys/show.html.erb
app/views/devise/registrations/new.html.erb
app/views/layouts/_alert.html.erb [new file with mode: 0644]
app/views/layouts/_home_post_links.html.erb
app/views/layouts/_navigation_buttons.html.erb
app/views/layouts/_post_navigation.html.erb [new file with mode: 0644]
app/views/layouts/application.html.erb
app/views/pages/edit.html.erb
app/views/pages/index.html.erb
app/views/pages/new.html.erb
app/views/pages/show.html.erb
app/views/posts/edit.html.erb
app/views/posts/index.html.erb
app/views/posts/new.html.erb
app/views/posts/show.html.erb
app/views/pubview/index.html.erb
app/views/pubview/post.html.erb
app/views/subscriptions/index.html.erb
app/views/user_manager/index.html.erb
app/views/user_manager/show.html.erb