cyberstream / Fix-the-Web

**NOT MAINTAINED** Main repository for "Fix the Web", an open source Opera extension
4 stars 3 forks source link

Version and patches information in extension preferences #20

Open metude opened 12 years ago

metude commented 12 years ago

Add version info and active patches to head of preferences page. example: http://imm.io/jfKk

Dither commented 12 years ago

I believe most convenient config interface for this will be something like Chrome extension Minimalist for Everything uses.

Examples:

  1. Buttons can be more to the right side and it can be as a one line per entry list so every patch take a minimal space and form a searchable table with names, addresses, versions and buttons in it. Table can have the buttons inside lines or on top of all table (buttons that apply to a selected line(s) instead of current then): demo0
  2. Something like this for patch editing (this is about general layout): demo1
metude commented 12 years ago

Right. I agree with you, chrome like design will be more usefull.

cyberstream commented 12 years ago

That is a fantastic idea, but creating a patch editing feature would be quite challenging. I will think about how to do that.

metude commented 12 years ago

Check this extensions if you want to see live examples on Opera: https://addons.opera.com/en/addons/extensions/details/facebook-runner/ https://addons.opera.com/en/addons/extensions/details/extendtube/ Or you can try to look Chrome extension's source codes. Or Dither wants to create this.(?)

Dither commented 12 years ago

That extension is GNU GPL v3 if anyone wants to reuse its code but it will be equally challenging to writing own. :)

@cyberstream: Anyway I've suggested it only as a backburner. It'll be better for all if more trivial suggestions implemented first.

cyberstream commented 12 years ago

Thank you, it will help to see its code. Thank you for the suggestion anyway. I like to consider features ahead of time.